Tuesday, July 28, 2009

Ok linux prob. i installed open suse10.3 when i opened yast i could see that c++ and pearl,ruby are installed

but how could i open them(their interpretter or compiler). i searched it but in vain.............. plz. help......

Ok linux prob. i installed open suse10.3 when i opened yast i could see that c++ and pearl,ruby are installed
by going into the terminal, u can start using C++...


use vi editor to type the programs and then use the comman cc to compile and ./a.out for output.. drop me a mail if u need more help...
Reply:open a text editor, write your sources, save the file.





then open a terminal, and type the following for the different languages:





perl filename.pl


python filename.py


ruby filename.ru


g++ filename.cpp -o binary

rose

No comments:

Post a Comment