Different developmental enviroments?

From C++ to PHP, debugging to webhosting; help and discussion about writing your latest program to running your website. NOT for help when your PC won't work.

Announcements Posted on
TSR launches Learn Together! - Our new subscription to help improve your learning 16-05-2013
Sign in to Reply
  1. MUN123's Avatar
    • Exalted Member
    • Location: Norway
    • Posts: 285
    Different developmental enviroments?
    Is there a way to use different software other than visual studio to develop programs in C++, by that I mean I want to develop a simple game in C++ is there a way to use another easier developmental environment to do this.
  2. Psyk's Avatar
    • TSR Royalty
    • Location: Leamington Spa
    • Posts: 19,046
    Re: Different developmental enviroments?
    (Original post by MUN123)
    Is there a way to use different software other than visual studio to develop programs in C++, by that I mean I want to develop a simple game in C++ is there a way to use another easier developmental environment to do this.
    Yes! There's lots. If you want an IDE there's Eclipse, CodeBlocks, must be plenty of others too. You don't have to have use an IDE like that anyway, you can just get a free compiler like GCC and a text editor like Notepad++ and build from the command line. Loads of options.
  3. MUN123's Avatar
    • Exalted Member
    • Location: Norway
    • Posts: 285
    Re: Different developmental enviroments?
    (Original post by Psyk)
    Yes! There's lots. If you want an IDE there's Eclipse, CodeBlocks, must be plenty of others too. You don't have to have use an IDE like that anyway, you can just get a free compiler like GCC and a text editor like Notepad++ and build from the command line. Loads of options.
    Hi, thanks for replying I am a newbie programmer, say for example I am using visual studio 2010 to build a simple game using win32 that later appears on the console screen can I use the options that you have listed above to build this game instead. Because I do a programming course and often we are asked to use visual studio C++ win32 and it can get messy at times.
  4. Psyk's Avatar
    • TSR Royalty
    • Location: Leamington Spa
    • Posts: 19,046
    Re: Different developmental enviroments?
    (Original post by MUN123)
    Hi, thanks for replying I am a newbie programmer, say for example I am using visual studio 2010 to build a simple game using win32 that later appears on the console screen can I use the options that you have listed above to build this game instead. Because I do a programming course and often we are asked to use visual studio C++ win32 and it can get messy at times.
    Yes, they can all do console apps. I don't think there's any difference in the sort of programs you can create with them (in regards to C++ anyway), but Visual Studio might have helpful features that the others might not (and vice versa).
  5. CJKay's Avatar
    • Overlord in Training
    • Location: England
    • Posts: 2,393
    Re: Different developmental enviroments?
    I like Eclipse because I can use it on Windows and Linux distros, but if you're not working on cross-platform stuff, I would still recommend VS as the best IDE.
Sign in to Reply
Share this discussion:  
Useful resources
Article updates
Moderators

We have a brilliant team of more than 60 volunteers looking after discussions on The Student Room, helping to make it a fun, safe and useful place to hang out.

Reputation gems:
The Reputation gems seen here indicate how well reputed the user is, red gem indicate negative reputation and green indicates a good rep.
Post rating score:
These scores show if a post has been positively or negatively rated by our members.