| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Alpha Geek
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
|
We have gnu compiler collection in GNU\Linux. Gcc is one of the most robust c compilers in the world. You can use it in place of turboc or if you need an IDE, use Anjuta. Use synaptic to install anjuta and start using it.
__________________
Call it Emacs, Love it or Leave it. |
|
|
|
|
#6 (permalink) | |
|
In The Zone
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
|
Quote:
gcc <filename> eg: gcc shiv.c
__________________
Million's Of Open Minds Can't Be Wrong! http://nc.xmgfree.com/weblog Everybody Wants to go to Heaven...But nobody wants to Die! |
|
|
|
|
|
#9 (permalink) |
|
Broken In
Join Date: Oct 2004
Posts: 162
|
i am getting this
which guess i have gcc but how to run c+ file in the terminal gcc (GCC) 3.3.4 (Debian 1:3.3.4-9ubuntu5) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
|
|
|
#10 (permalink) |
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
btw, he asked for a c++ compiler. gcc is gnu c compiler. try th following for a cpp file
g++ <filename.cpp> after successful compilation ./a.out for running the program
__________________
Sometime you'll think you understand everything ...Then you'll regain consciousness |
|
|
|
|
#14 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
Borland' C/C++ compiler's a little different eg graphics.h etc is not a defacto thus not present in g++.Now many books for eg Cpp for Dummies etc cites examples been compiled on using gcc either in Windows OS or Linux.In windows some minimalist gnu...mingw32 etc should be installed.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|