Is Visual C++ 2008 Express Edition good for C++ code?
This is a discussion on New Compiler within the C++ Programming forums, part of the General Programming Boards category; Is Visual C++ 2008 Express Edition good for C++ code?...
Is Visual C++ 2008 Express Edition good for C++ code?
Elysia uses it, and has recommended it. I am still using the 2005 edition, in which the compiler is reasonably standards compliant and the IDE is not bad.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
What do you mean by 'good for C++ code' ? The whole Visual Studio suite is quite a reference in programming IMHO.
Sure, it's a good IDE for writing C++ apps.
There's not much different between 2005 and 2008 for C++, but since the Express edition is free, you're free to go for it.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
>Is Visual C++ 2008 Express Edition good for C++ code?
Yes. However, you won't notice much difference between 2005 and 2008 if all you're using is standard C++.
My best code is written with the delete key.
I'd also recommend visual studio express versions, free and easy to get into. If you're using anything other than standard C++/Microsoft libraries it's only a matter of adding the files to your project and you can make a template to make it easier later on. I have only been using the visual C# version for windows forms, but visual C++ is just as good as a lot of free compilers.
Not to mention Visual Studio is usually aimed at professional developers, but they've chosen to make the Express edition free, and it comes with a lot of goodies from the real, more expensive versions too.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
And say what you will about the difficulty of the MSDN reference and help, there's a lot of resources on their dev network. I almost neglected that but they have some good vids and info on how to use their stuff.
I find the new online MSDN library kind of annoying when looking for things. I'm glad I still have a copy of the old MSDN app from the pre .NET days. It's not up to date, but searching & bookmarking is a lot easier.
I was using DEV-C++, and that was a simple app. I can't seem to get the code to compile in VC++, I can't even find the compile icon. Is the whole app different? Do I have to learn new c ++ code? AHHH!
That is not true. See the FAQ:Also, you cant sell the code you compile with express.
7. Can I use Express Editions for commercial use?
Yes, there are no licensing restrictions for applications built using Visual Studio Express Editions.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
Lol. There's no build or compile app. Goto the Build menu and select build solution.
Can't remember what the default shortcut is for, but it's something like ctrl+shift+b. I tend to use VC6 shortcuts, so F7 compiles the solution.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^