Nico Heinze <[EMAIL PROTECTED]> wrote:           --- In [email protected], 
"jahid32s" <[EMAIL PROTECTED]> wrote:
>
> hi i am jahide i am new i linux. I can not run c/c++ 
> program in linux. can any one help me?

What exactly do you try to do? How? What do you mean with your question?

Regards,
Nico



           
if you are new to linux and you come from windows you should know that 
executable in linux have nu extension(like .exe in windows)
  to compile a program type:
  gcc name_of_source_file -o name_of_executable
  or
  g++ name_of_source_file -o _name_of_executable
  to execute the compled program do this from your terminal:
  ./name_of_executable

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to