Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 11-14-2005, 10:38 PM   #1 (permalink)
 
Ultra Techie

Join Date: Aug 2005

Posts: 765

septoid2

Default Free C/C++ Compiler

Anyone reccomend a good one for a learner??
septoid2 is offline  
Old 11-15-2005, 04:11 AM   #2 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

Install Cygwin on Windows and use GCC/G++, or use/install Linux and use them.

They don't have any front end though, strictly command line only.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
Old 11-18-2005, 01:08 PM   #3 (permalink)
Soundmaster2.0's Avatar
 
True Techie

Join Date: Mar 2005

Posts: 184

Soundmaster2.0 is on a distinguished road

Default

dev c++
__________________

Aim:Gibsonrocker03
Soundmaster2.0 is offline  
Old 11-19-2005, 03:14 AM   #4 (permalink)
 
True Techie

Join Date: Nov 2005

Posts: 115

i_learn

Default

borland c/c++
i_learn is offline  
Old 11-20-2005, 10:53 AM   #5 (permalink)
 
Newb Techie

Join Date: Nov 2005

Posts: 7

mebrahim

Default

On Linux you have no problem: GCC/G++
On M$ Windows you can use this alternative:
http://www.cs.utah.edu/~alee/g++/full.exe
Installation guide:
http://www.cs.utah.edu/~alee/g++/g++.html
mebrahim is offline  
Old 11-20-2005, 03:13 PM   #6 (permalink)
 
Newb Techie

Join Date: Nov 2005

Posts: 11

zaczap

Send a message via AIM to zaczap Send a message via Yahoo to zaczap
Default

bloodshed dev c++
zaczap is offline  
Old 11-21-2005, 12:02 AM   #7 (permalink)
 
True Techie

Join Date: Jun 2005

Posts: 131

elitesoldier

Default

dev c++
elitesoldier is offline  
Old 11-21-2005, 10:33 AM   #8 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 341

hillbillybob

Default

I've been using Quincy 2005. Stable, has a decent front end, not much or a learning curve as far as the IDE goes, can do console, Win32, GUI, and Linux programming. Here's the URL

www.alstevens.com/quincy.html

Pretty simple, and it's free:bald:
__________________
The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!!
Guns, Guts, and Alcohol made America free.
Born American, Die American
Ubuntu - it\'s all about the bun\'s baby!!!
hillbillybob is offline  
Old 11-26-2005, 03:33 AM   #9 (permalink)
 
True Techie

Join Date: Nov 2005

Posts: 115

i_learn

Default

actually whats the difference between compliers? how is dev different from well....borland or turbo?
i_learn is offline  
Old 11-28-2005, 10:34 AM   #10 (permalink)
baronvongogo's Avatar
 
Master Techie

Join Date: May 2005

Location: UK

Posts: 2,749

baronvongogo is on a distinguished road

Default

Iv noticed a difference when using dev c++ and then porting it over to visual studio 6, lil things like functions being called void"name" are changed to int "name" etc also the examples iv used with dev for includes dont use . h such as #include<iosteam> instead of <iosteam.h> maybe im wrong lol theres very little difference just user interface and lil things.
__________________
baronvongogo is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On