Re: [expert] compiling a c++ program in mandrake

2002-06-28 Thread faisal gillani
thanks for the help man it is working now but is giving this warning [faisal@server2 myc++]$ gcc -o hello hello.c error hello.c: In function `main': hello.c:4: warning: return type of `main' is not `int' do we need to define the libraries here i mean #includestudio.h etc etc ? also the

Re: [expert] compiling a c++ program in mandrake

2002-06-28 Thread kwan
On Thu, 27 Jun 2002, 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

[expert] compiling a c++ program in mandrake

2002-06-27 Thread faisal gillani
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 ? #includestudio.h

Re: [expert] compiling a c++ program in mandrake

2002-06-27 Thread Steve
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

Re: [expert] compiling a c++ program in mandrake

2002-06-27 Thread David Relson
At 09:14 PM 6/27/02, you wrote: 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

Re: [expert] compiling a c++ program in mandrake

2002-06-27 Thread Lyvim Xaphir
On Thu, 2002-06-27 at 20:38, 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