![]() |
|
Welcome to the UndergroundScene Forums forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#2 (permalink) |
|
Hardcore is serious guys
Join Date: Mar 2003
Location: Dundee
Posts: 5,996 Band: Blasphemous Necrorapist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Yeah, I code in C++.
If you're programming for windows, then I'd recommend you go with Microsoft Visual Studio. It's by far, the best integrated development environment and debugger I've used. There's a free version of visual studio for C++ programming, called Visual C++ Express Visual C++ 2008 Express Edition Alternatively, if you're a student, you can often get the professional versions of Visual Studio for free, or for next to nothing. |
|
|
|
|
|
#4 (permalink) |
|
Hardcore is serious guys
Join Date: Mar 2003
Location: Dundee
Posts: 5,996 Band: Blasphemous Necrorapist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
But if for some reason you decide against Visual Studio, I would recommend against DevC++, as it's no longer in development, meaning that there will be no new features or bug fixes.
|
|
|
|
|
|
#5 (permalink) |
|
Senior Member
Join Date: Apr 2002
Location: Dundee/Alyth hybrid
Posts: 1,502 Band: 15 Minutes
![]() ![]() ![]() ![]() ![]() ![]() |
For software development I would tend to look for an Ecplise plugin for the language.
It just so happens there is one for C\C++ called CDT (C/C++ Development Tools) You will find more information (including many useful "how-to" articles) and the free download here: Eclipse C/C++ Development Tooling - CDT You will of course need to download and install Eclipse (Eclipse.org home) which is also free and open source hence why there are so many plugins for it including ones that support CVS , Subversion and Ant. Of course this suggestion is based on the assumption that you are new to the C/C++ world. The plugin is fairly new compared to VS and does not include such things as MFC support and has limited debugging. However for beginners (and indeed many advanced developers) it is ideal as it has all the tools to get going including design and unit testing utilities which, if used, mean less dependencies on debugging ;-) Hope this has been of some help. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|