Hi Sunil,
If you are really interested in knowing the beauty of gcc
compiler, i would suggest you to compile your files directly from the
terminal.
For your reference:
1) Make your C program file somewhere
2) Fire up your terminal
3) Go inside the directory where your C program file is located
4) gcc <fileName> -o <outputFileName>
Where <fileName> = Your file name
<outputFileName> = Any name for the output file
5) ./<outputFileName>
As simple as that. If the last step doesn't work, you should set up
the executable permission for the output file. You can find lots of
resources in internet about gcc too.
--
--
Kailash Budhathoki
063BCT512
IOE, Pulchowk
--
FOSS Nepal mailing list: [email protected]
http://groups.google.com/group/foss-nepal
To unsubscribe, e-mail: [email protected]
Mailing List Guidelines:
http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines
Community website: http://www.fossnepal.org/