How to do programming in visual c++ 2010?
-
i want to learn programming in visual c++ 2010.. i've learnt c++ programming in turbo c++..please tell me how to write, compile and execute programs in visual c++ 2010..i've tried to do it but i dont get it..tell me in easy language and in comparision with turbo c++...also suggest if there's tutorial which can help me... remember, easy language and in comparision with TURBO C++
-
Answer:
For the most part, the IDE that you choose to use has nothing to do with how you write the code. There may be a difference in the initial required libraries (for instance "stdafx.h" in VS), but that is it. Yeah, VS has a drag-and-drop interface for creating simple forms, but you can create the same GUIs using Turbo C++. If you want to learn the Visual Studio IDE, then look at its help files. That is what they are for. Ultimately, I am telling you that programming wise, there is no difference. Essentially, the term "Visual C++" simply refers to using the VS IDE and the .Net framework in your programming. Personally, I use C++BuilderX
dj_archi... at Yahoo! Answers Visit the source
Other answers
Getting Started with Visual C++ 2010 = - http://msdn.microsoft.com/en-us/library/zdbe067e.aspx
goto the following site www.ebooks.allfree-stuff.com Turbo C++ is dos based, i.e: printf ("Hello There"); Visual C++ is windows based, i.e Console application : Console.WriteLine ("Hello There"); Form based :label1.text = "Hello There"; big difference
http://www.youtube.com/watch?v=nziy2_U5JQI http://www.youtube.com/watch?v=16yji8At2UI These vids i found will get you started Hope it helped ;-) Thanks Paul
Related Q & A:
- How to move string in visual studio?Best solution by visuallocalizer.codeplex.com
- How to get rid of visual voicemail?Best solution by community.verizonwireless.com
- How can you do a visual project on perception?Best solution by Yahoo! Answers
- How to setup yahoo mail in outlook 2010?Best solution by Yahoo! Answers
- How do I set up my outlook 2010 with yahoo mail?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.