|
|||||||
| Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
DriverHeaven Junior Member
Join Date: Apr 2003
Location: n.ireland
Posts: 47
Rep Power: 0 ![]() |
recommend a c++ editor and complier
What's the best one, I'm approaching intermediate stage and I guess notepad will be useless pretty soon... shareware or freeware, doesn't really matter.. (I may be doing gui in the future).
Thanks |
|
|
|
|
|
#2 |
|
BSD SMASH!
Join Date: May 2002
Location: A rabbit hole. . .
Posts: 1,170
Rep Power: 0 ![]() |
Depends on the OS. If you're under some sort of *nix, I would just use a text editor and gcc. If under Windows, I would say Dev C++ or Visual Studio.
__________________
quad (FreeBSD/amd64 8-CURRENT): Intel Q6600 - Asus P5E-VM HDMI - 2x2 GB Kingston PC6400 DDR2 Ram - Seagate 320GB 7200RPM HD - 2xSeagate 1TB 7200RPM HD in RAID 1 via ZFS - Lite-On 20x DVD Multi Recorder - Coolermaster Centurion 5 router (FreeBSD/amd64 8-CURRENT): Intel E4500 - Intel D945GCNL - 2 GB PC6400 Mushkin Ram - Lite-On 48x24x48x16 - Seagate 320GB 7200RPM HD - Silverstone SST-SG02-F wanderer (FreeBSD/i386 7-CURRENT): Lenovo Thinkpad T61p mini (OS X 10.5): Intel Core 2 Duo @ 1.8Ghz, 4 GB Mushkin PC5400 Ram - Headroom MicroDAC Portable sound: Rockboxed iPod Video -> Westone UM2's Not-So-Portable Sound: Headroon MicroDAC -> Singlepower PPX3-SLAM -> Grado RS-1's or Beyerdynamic DT-880's Very-Not-Portable-Sound: Squeezebox v3 -> Denon AVR-1507 -> B&W 683's & Sunfire HRS-10 |
|
|
|
|
|
#3 |
|
DriverHeaven Senior Member
Join Date: May 2003
Location: Boston, US
Posts: 2,103
Rep Power: 0 ![]() |
Visual Studio without a doubt, have used it before, a beautiful piece of software.
__________________
[COLOR=White][/COLOR] |
|
|
|
|
|
#4 | |
|
Custom User Title
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
Zeeky H. Bomb
Join Date: May 2002
Location: Evansville, IN
Posts: 826
Rep Power: 0 ![]() |
Quote:
![]() - Me |
|
|
|
|
|
|
#6 | |
|
A Legend in Underwear
Join Date: May 2002
Location: Unknown
Posts: 5,255
Rep Power: 0 ![]() |
Quote:
__________________
Gentoo Linux - Developer (baselayout) Read my blog "I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." Stephen Roberts |
|
|
|
|
|
|
#7 | |
|
A Legend in Underwear
Join Date: May 2002
Location: Unknown
Posts: 5,255
Rep Power: 0 ![]() |
Re: recommend a c++ editor and complier
Quote:
For a C/C++ compiler I'd recommend GCC Did you know that a certain John Carmack of DOOM fame uses this compiler? If you need it under windows, then you need CygWin which is a GCC development platform for Windows which has the added bonus of providing a linux like build environment so even your make files are platform independant! If you need to develop using a GUI then I'd recommend using GTK instead of other ones as it supports a variety of language bindings (such as C, C++, python, lisp and even PHP). You can get a slightly buggy but fully functional build for Windows here There you go - using these tools you can develop cross platform software
__________________
Gentoo Linux - Developer (baselayout) Read my blog "I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." Stephen Roberts |
|
|
|
|
|
|
#8 |
|
DriverHeaven Newbie
Join Date: Jun 2003
Posts: 1
Rep Power: 0 ![]() |
Source Insight is an excellent editor (www.sourceinsight.com) ...but pricey.
|
|
|
|
|
|
#9 |
|
DriverHeaven Lover
Join Date: May 2003
Location: Georgia
Posts: 106
Rep Power: 0 ![]() |
I use codewarrior from Metrowerks, although it isn't free it is a great package. Can do C++ and Java programming.
http://www.codewarrior.com/mw/default.htm
__________________
| AMD XP 2500+ (O/C 2185) | ASUS A7N8X Deluxe | 512 mb Crucial PC2700 (sync @ 190) | ATI Radeon 9800 Pro 128 mb | | 40 GB Maxtor HardDrive 7200 | 30 GB WD HardDrive 7200 | Lian-Li PC60 Modded Case | ANTEC True430 | | SK6 Heatsink | Cox Cable | Gentoo Linux 1.4 | XP Home SP1 | |
|
|
|
|
|
#10 |
|
DriverHeaven Junior Member
Join Date: Nov 2002
Posts: 78
Rep Power: 0 ![]() |
there is an awsome C++/C editor www.bloodshed.net This is the one I use.
|
|
|
|
|
|
#11 |
|
DriverHeaven Junior Member
Join Date: Dec 2002
Location: .at
Posts: 38
Rep Power: 0 ![]() |
|
|
|
|
|
|
#12 |
|
Car Audio Guy
Join Date: Jul 2003
Location: Atlanta, Ga
Posts: 499
Rep Power: 0 ![]() |
Well I ma currently learning C++ but I use visual studio, Its what we have in the classrooms and I like it
|
|
|
|
|
|
#13 |
|
Freedom is a feature.
|
I use syn Text Editor - http://syn.sourceforge.net/ - it's nice and opensource
__________________
-- Vedran |
|
|
|
|
|
#14 |
|
DriverHeaven Newbie
Join Date: Oct 2003
Posts: 2
Rep Power: 0 ![]() |
Windows:
Comercial: IDE: Visual C++ .NET Compiler: Visual C++ .NET Free: IDE: Dev-c++ 5 Compiler: gcc Linux: Free: IDE: Anjuta Compiler: Intel C/C++ Compiler |
|
|
|
|
|
#15 |
|
Freedom is a feature.
|
I wouldn't recommend using Intel's compiler (ICL). Apps compiled with it usually suffer weird crashes, even they are a bit faster.
__________________
-- Vedran |
|
|
|
|
|
#16 |
|
DriverHeaven Junior Member
Join Date: Nov 2002
Posts: 78
Rep Power: 0 ![]() |
BloodShed All the way for windows. Its almost completly compatible with VS projects and ITS free. Its a great compiler and IDE
|
|
|
|
|
|
#17 |
|
DriverHeaven Newbie
Join Date: Nov 2003
Location: Brooklyn
Posts: 2
Rep Power: 0 ![]() |
I personally use Borland's free commandLine compiler w/ SciTE -- windows version of Scintilla. It's a sweet editor, fully customizable, supports a bunch of language syntax highlighting, code completion, function calltips, open sourced, and the list goes on. Oh did I mention that it's opensource?
lol
|
|
|
|
|
|
#18 |
|
Flash Banner Hater
|
|
|
|
|
![]() |
| Thread Tools | |
|
|