linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* start learning gcc...?
@ 2002-04-09 11:48 adwin
  2002-04-25  8:42 ` Daniel
  0 siblings, 1 reply; 2+ messages in thread
From: adwin @ 2002-04-09 11:48 UTC (permalink / raw)
  To: linux-c-programming

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: start learning gcc...?
  2002-04-09 11:48 start learning gcc...? adwin
@ 2002-04-25  8:42 ` Daniel
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel @ 2002-04-25  8:42 UTC (permalink / raw)
  To: linux-c-programming

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" <fox@sby.centrin.net.id>
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.
> --------------------------------------------------------------------------
-----


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-25  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-09 11:48 start learning gcc...? adwin
2002-04-25  8:42 ` Daniel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).