Hello,I am Programming C++ Using Visual studio 2005 SP1 ,but I want to know That does it follow the Latest C++ Standard like ISO/IEC 14882 or not, and is visual studio Great for C++ Programming Practise or I should Use another compiler Like Turbo c++ 3.0 ,or Borland etc ,It is usually used in our Schools are they good enough.
Thanks
About visual studio 2005 SP1
Started by Shanpav, Mar 07 2009 07:06 AM
6 replies to this topic
#1
Posted 07 March 2009 - 07:06 AM
|
|
|
#2
Posted 07 March 2009 - 07:48 PM
It's probably pretty good, but it's easy to write non-standards compliant code because Visual C++ provides a lot of tools for GUI programming under Windows. I stick with GCC, but it's not necessarily the most efficient compiler.
#3
Posted 07 March 2009 - 09:48 PM
Does it mean GCC is better than visual Studio for Professional Independent Developers.Who are developing Platform Independent Softwares.
#4
Posted 08 March 2009 - 04:47 PM
It depends on what you're doing. I use GCC with wxWidgets, for example. There are a lot of professional quality programs written in it, and the tools are completely free.
#5
Posted 08 March 2009 - 06:24 PM
#6
Posted 09 March 2009 - 05:14 PM
Thanks t oall
WingedPanther do you use Windows XP or Linux, How can I use GCC with wxgadgets in Microsoft Windows XP,
And by the way I want a Programming enviroment for Developing Game Engines,
and writing big size source code with the avalibalility of more Libraraies will help me out with my work.
I have learned bascis C++ in School Through Turbo C++ 3.0 , is it as good as GCC.
WingedPanther do you use Windows XP or Linux, How can I use GCC with wxgadgets in Microsoft Windows XP,
And by the way I want a Programming enviroment for Developing Game Engines,
and writing big size source code with the avalibalility of more Libraraies will help me out with my work.
I have learned bascis C++ in School Through Turbo C++ 3.0 , is it as good as GCC.
#7
Posted 09 March 2009 - 05:38 PM
mingw is GCC for windows.


Sign In
Create Account


Back to top









