This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC or g++


"Mohsen Pahlevanzadeh" <m_pahlevanzadeh@linuxquestions.net> wrote in message 20030910004259.C382341B5@sitemail.everyone.net">news:20030910004259.C382341B5@sitemail.everyone.net...
> Hi dears.I want to start Linux programming with C++.
> Please guide me that i use GCC or g++.
> Oh,explain me both.
> --Yours,Mohsen.

gcc is used to compile C-program (files *.c);
g++ is used to compile C++-program (files *.cpp).

   =====================================
   Alex Vinokur
     mailto:alexvn@connect.to
     http://mathforum.org/library/view/10978.html
   =====================================




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]