Friday, July 31, 2009

Is the C++ code the same no matter what software I use??

If I use Microsoft Visual C++, or Dev-C++ or any other software??

Is the C++ code the same no matter what software I use??
Actually, not necessarily. For the most part, the code is the same, save some nonstandard commands specific to the compiler.





Basic C++ Coding is the same no matter what compiler you use, but when you get into the nitty gritty commands that are specific to the compiler you are using, it can get hairy.





As for the programs you listed above, they use pretty profound compilers, and this nitty gritty stuff won't make a difference. Your code will work in both programs.





Just remember that the program you're using to write the code ships with a compiler that turns that code into machine readable(binary) code that the computer can understand. What I'm trying to say is better explained by the site below.





Have fun!
Reply:Thanks Puma! Glad I could help. Report It

Reply:C++ is a standard language,


so the c++ code is the same no matter what software you use;


however, compilers may have some differences.

umbrella plant

No comments:

Post a Comment