How hard is C++ programming?

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

Was this solution helpful to you?

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:

Just Added Q & A:

Find solution

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.