I've been doing a lot of Java development in the last two months, on Windows and for that I am using Netbeans. Well Netbeans 6.0 got released and it supports C/C++.
Here is a list of what you have to do to get a free C/C++ development environment going on Windows:
1) Download the netbeans 6.0 IDE with Java 6 JDK from here. Pick the all version if you got the bandwidth.
2) install Netbeans 6.0
3) Download MinGW32 and MSys (Minimalist Gnu on Windows) from here. Install MinGW32 to c:\mingw32 and MSys to c:\msys.
4) In Netbeans go to Tools->Options and select C/C++ tab. Then add C:\mingw32\bin and c:\msys\bin to the current path. This should give you all the tools.
Happy development.
No comments:
Post a Comment