hw to write,compile,and debug c code in visual c++ editor 2008 express edition
This is a discussion on hw to write,compile,and debug c code in visual c++ editor 2008 express edition within the C Programming forums, part of the General Programming Boards category; hw to write,compile,and debug c code in visual c++ editor 2008 express edition...
hw to write,compile,and debug c code in visual c++ editor 2008 express edition
What exactly do you want to know? The built-in help in MSVS is pretty good, so perhaps you should try that. I think there is even tutorials.
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.
are you trying to sell us a book?
QuantumPete
"No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support
"Have you tried turning it off and on again?" - The IT Crowd
built in help is for c++. not for c so wil u please help me
Yes, but it is the same for C, as well. C can compile under C++, if you will.
If you need to compile C with a C compiler, rename the files to .c instead of .cpp. The rest is the same.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
The ONLY difference for C instead of C++ is that you should name the files .c instead of .cpp - that way they will be compiled as C rather than C++. Debugging C is the same as C++, compiling still uses the same menu's and short-cut keys. The online help will almost certainly tell you so - but it may not be the most obvious thing.
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.