Sunday, July 12, 2009

I am totally new to c++.and i dloaded microsoft visual c++ studio.how do i use it as a complier.?

You can find several books that teach you C++ through the use of Visual C++ studio. Being that you are pretty new, I would recommend you do that and follow the examples. It will teach you how to program in the language and, at the same time, teach you how to use the compiler.





One great book for learning is the one I listed in the sources section. Good luck!

I am totally new to c++.and i dloaded microsoft visual c++ studio.how do i use it as a complier.?
u open a new project as win32ConsoleApplication .. new file as c++ source file. write ur c++ code.. n compile it using ctrl+F7, Execute it ctrl+f5. it has got a compiler to work for you.. try.


No comments:

Post a Comment