Re: Need your HELP: C in LINUX
- From: Richard Heathfield <rjh@xxxxxxxxxxxxxxx>
- Date: Fri, 24 Nov 2006 05:54:18 +0000
Nirjhar Oberoi said:
Hi,
I am new to Linux and wanted to know how to use GCC to Compile the Code
written in C?
gcc -W -Wall -ansi -pedantic -Wformat-nonliteral -Wcast-align
-Wpointer-arith -Wbad-function-cast -Wmissing-prototypes
-Wstrict-prototypes -Wmissing-declarations -Winline -Wundef
-Wnested-externs -Wcast-qual -Wshadow -Wconversion -Wwrite-strings
-Wno-conversion -ffloat-store -O2 -o foo foo.c
I dont want to use EMacs or VI for my editor.
Fine, so don't do that.
Can you
suggest a good IDE for linux for C Programming..
Linux *is* an IDE for C programming.
Does C Programming on windows environment and on linux environment
differ???
No. C is a portable language. If you confine yourself to the C language and
standard library, you will have no difficulty getting your C programs to
work on either platform.
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
.
- References:
- Need your HELP: C in LINUX
- From: Nirjhar Oberoi
- Need your HELP: C in LINUX
- Prev by Date: Re: TWISTER 2: Read on....
- Next by Date: Re: RunTime Datatype Determination in C
- Previous by thread: Need your HELP: C in LINUX
- Next by thread: Re: Need your HELP: C in LINUX
- Index(es):
Relevant Pages
|