Hi there..
Before I write the solution to your problem, please note a few points.
Its better to start your own thread rather than starting from middle
of some other threads.
Also its advisable to give the thread a suitable subject title (such
as "How to compile a C program?" rather than a more general "Help"
Normally on a LUG one does not ask a particular person a problem but
rather submits it to the whole group . Looking at your mail..only
himanshu should be replying to it..but anyways here i am..
--------------------------------------------------------------------------
Solution
Suppose your file name is "abc.c"
then give command: "cc abc.c"
if no error is found then a file "a.out" will be created in the directory..
to execute it simly give the command: "./a.out"
That it..
Hitesh Gupta
> mail
>
> hi Himanshu,
>
> I do not know how to compile and run C, c++ programs on
>
> Linux. Pls mail me how can I compile and run C,C++ programs on Linux.
>
> Pls mail all the step by step method as I am a beginner.