Hi there,
What do yuo think of VC express 2008, or basically VC 2008, i am no expert in C++ or VS but as far as i can see you can either use it as a .NET application(CLR) or a standard C++ application??
Any other comments on it, dependencies etc..?
This is a discussion on VC express 2008 within the C++ Programming forums, part of the General Programming Boards category; Hi there, What do yuo think of VC express 2008, or basically VC 2008, i am no expert in C++ ...
Hi there,
What do yuo think of VC express 2008, or basically VC 2008, i am no expert in C++ or VS but as far as i can see you can either use it as a .NET application(CLR) or a standard C++ application??
Any other comments on it, dependencies etc..?
What kind of opinion are you asking for?
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
That's what I use for C++ on Windows.
"I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008
"the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010
I use GCC everywhere with a good text-editor like gedit, but VS can be OK if you set it up to standard C++, I don't know why you would use it though when there's better alternatives.
I like squirrels
...Wait, what?
First off, VS2008 does follow the C++ standard with no "set up" required. It has a few extensions, but what compiler doesn't?
And about the whole "better alternatives" part - that is YOUR opinion. There is no fact that it is inferior to other alternatives. In fact, it's actually a highly RECOMMENDED IDE.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
You should substantiate your statement such that you compare the alternatives and show that your comparison metrics really do result in a factor of ten difference compared to the next best. Otherwise, you should merely state that in your opinion it is the best. You also should state what exactly you mean by "VS.NET 2008", especially since rikroll's question is not clear whether it is the compiler or the IDE that is in question.Originally Posted by Alex31
The combination of "all" and "only" means that it is quite easy to prove that your assertion is false.Originally Posted by Alex31
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