Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

C++ programming

  • 23-11-2005 10:06am
    #1
    Registered Users, Registered Users 2 Posts: 1,144 ✭✭✭


    Hi all,
    I have the the microsoft visual studio suite of software in work and i dont want to install it all on my laptop cos it takes loads of space gives you a load of crap that i dont need, Can anyone recommend to me a decent open source program i can use to write,compile,debug my C++ programs on? Any suggestions would be appreciated
    cheers
    Daithi


Comments

  • Registered Users, Registered Users 2 Posts: 1,481 ✭✭✭satchmo


    Dev-C++ is a great free IDE that comes with gcc and everything you need to compile & run programs.

    However Microsoft have also just released Visual C++ 2005 Express which is free if you download and register it within the next year. I was using Dev-C++ and it worked great, but I'm just more used to the layout and keyboard shortcuts of Visual Studio so I went with 2005 Express, and it's very good. My only grumble is that it doesnt come with a profiler.


Advertisement