From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel" Subject: Re: start learning gcc...? Date: Thu, 25 Apr 2002 10:42:25 +0200 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <001b01c1ec35$1ff200e0$444615ac@stud.unikarlsruhe.de> References: <567847100.20020409184820@sby.centrin.net.id> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org There are a lot of tutorals on web(in many languages). Try with google. Do you want to learn C or C++ ? You write about gcc, there also a C++ Compiler in Linux available g++ .(Both of them are for using in shell, I prefer a bash shell) The options you need are simple.(and equal in gcc and g++ / see for example g++ --help , and gcc --help / both are GNU-Compiler, that's why the syntax is equal) Option "g++ -o prog prog.cpp " creates a binary named "prog" not "a.out" . (Important : if shell don't start your programm by its name (here "prog") use "./prog" that means for shell : execute the binary in the current directory:) ok ? Bye ----- Original Message ----- From: "adwin" Newsgroups: ka.lists.linux.c.programming Sent: Tuesday, April 09, 2002 4:46 PM Subject: start learning gcc...? > Hi... > > I'm newbie here...:)(also newbie in Linux) > I know a little about C/C++ programming (in DOS) and now I want to > learn about GCC, where I can find some (good) tutorials about it (urls > please)? > may be I need some example for compiling (and debugging) with > gcc...because gcc's option too many and it's not simple I think. > > And, also, where I can find some good tutorials about using KDevelop ? > > thank you... > > -- > Best regards, > adwin > > - > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > -------------------------------------------------------------------------- ----- > Achtung: diese Newsgruppe ist eine unidirektional gegatete Mailingliste. > Antworten nur per Mail an die im Reply-To-Header angegebene Adresse. > Fragen zum Gateway -> newsmaster@inka.de. > -------------------------------------------------------------------------- -----