Jump to content

Quick Question

- - - - -

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

#1
Khaotic

Khaotic

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
Hey, I currently use DevC++ for my coding and compiling. I have heard things about VSC++. What's so special about it?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Microsoft makes it, and so it has ways to link to the Windows API built in. Of course, there are a ton of other libraries that work as well (or better).
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Khaotic

Khaotic

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
So should I switch over to it?

#4
noerrorsfound

noerrorsfound

    Newbie

  • Members
  • Pip
  • 7 posts
One thing is certain: You shouldn't use Dev-C++.
jasonbadams.net/20081218/why-you-shouldnt-use-dev-c/

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
noerrorsfound: You have a point, but the blog fails to address one thing: wxDev-C++, which is a derivative work and IS maintained. The compiler error messages come straight from the compiler and are not a reflection on the IDE. I'm also not clear on what debugging deficiencies are present.

Khaotic: You can write windows apps in ANY IDE. I have a negative bias against VSC++ because you are likely to end up with non-portable code. That's an issue for me since I spend half my time on a Linux box, but may not be one for you.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
tbag1983

tbag1983

    Newbie

  • Members
  • Pip
  • 7 posts
I have been using VS 2008 for my degree course. Excellent!!!