faisal gillani wrote:

>hello there i have started using mandrake as one of my
>normal usage O/S but i still cannot make out how to do
>development in c++ for example in my windows i have
>turbo c 3 which i use IDE to develop programs 
>if i want to make a program as follows how can i make
>& complie it ?
>
>#include<studio.h>
>#include<conio.h>
>
>void main (void)
>{
>printf ("Hello world");
>}
>
>i have installed gcc in my mandrake 
>thanks for reading my mail 
>take care
>
>
>
>=====
>*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! - Official partner of 2002 FIFA World Cup
>http://fifaworldcup.yahoo.com
>
>
>
>
>
>E-mail scanned by McAfee. 
>
>  
>
>------------------------------------------------------------------------
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>  
>
gcc -o <name of source file> <name of executable>

example:
gcc -o hello.c hello






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to