Jump to content

About visual studio 2005 SP1

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
Shanpav

Shanpav

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
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

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Shanpav

Shanpav

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
Does it mean GCC is better than visual Studio for Professional Independent Developers.Who are developing Platform Independent Softwares.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Termana

Termana

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,057 posts
gcc is better if your writing platform independent code
Posted via CodeCall Mobile

#6
Shanpav

Shanpav

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
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.

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
mingw is GCC for windows.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog