Connecting Tech Pros Worldwide Forums | Help | Site Map

Linux & C++

Brandon Roberts
Guest
 
Posts: n/a
#1: Jul 22 '05
I'm not a programmer but i have messed with Visual Basic in windows and made
some things with it but now I'm wanting to learn C++ on linux and I'm
looking for some good free resources to get me started.

Phlip
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Linux & C++


Brandon Roberts wrote:
[color=blue]
> I'm not a programmer but i have messed with Visual Basic in windows and[/color]
made[color=blue]
> some things with it but now I'm wanting to learn C++ on linux and I'm
> looking for some good free resources to get me started.[/color]

Get the WROX book /Beginning Linux Programming/. I think it's red.

Download its online source, too.

--
Phlip
http://industrialxp.org/community/bi...UserInterfaces



JKop
Guest
 
Posts: n/a
#3: Jul 22 '05

re: Linux & C++


> Get the WROX book /Beginning Linux Programming/. I think it's red.[color=blue]
>
> Download its online source, too.[/color]


I started the same - with VB - and got sick of it.
Get yourself a C++ book. A lot of people here recommend "Accelerate C++",
not sure who it's by. Free resource will just send you around and around in
circles and you won't understand what's going on. You need a good decent C++
book that will teach you C++ from the bottom to the top in an appropriate
order.


From there you can move on to using C++ to write Graphical User Interface
programs in Linux. At this point that book that Philip suggested may be of
value.


-JKop

Gav
Guest
 
Posts: n/a
#4: Jul 22 '05

re: Linux & C++


A good book to read would be "The C Programming Language" by Kernighan &
Ritchie. Not a huge book, about 260 pages. I know its not C++ but it would
be well worth reading before reading a C++ book.

Gav

"Phlip" <phlip_cpp@yahoo.com> wrote in message
news:9E9Lc.2347$ft3.1695@newssvr15.news.prodigy.co m...[color=blue]
> Brandon Roberts wrote:
>[color=green]
> > I'm not a programmer but i have messed with Visual Basic in windows and[/color]
> made[color=green]
> > some things with it but now I'm wanting to learn C++ on linux and I'm
> > looking for some good free resources to get me started.[/color]
>
> Get the WROX book /Beginning Linux Programming/. I think it's red.
>
> Download its online source, too.
>
> --
> Phlip
> http://industrialxp.org/community/bi...UserInterfaces
>
>
>[/color]


JKop
Guest
 
Posts: n/a
#5: Jul 22 '05

re: Linux & C++


Gav posted:
[color=blue]
> A good book to read would be "The C Programming[/color]
Language" by Kernighan[color=blue]
> & Ritchie. Not a huge book, about 260 pages. I know its[/color]
not C++ but it[color=blue]
> would be well worth reading before reading a C++ book.
>
> Gav[/color]


OH GOOD GOD NO! NO! NO! NO!

C++ is a fully-fledged language, it has *it's own*
standard, it has cut all ties with C.

By learning C first you'll just develop bad habits, like
using pointers where references would be better.

I believe that Gav's attitude is that you should learn the
basics first without getting into classes, virtual
functions and the like, and that's grand, just learn the
*C++* basics.


-JKop
Andre Kostur
Guest
 
Posts: n/a
#6: Jul 22 '05

re: Linux & C++


JKop <NULL@NULL.NULL> wrote in news:b6bLc.5041$Z14.6333@news.indigo.ie:
[color=blue]
> Gav posted:
>[color=green]
>> A good book to read would be "The C Programming[/color]
> Language" by Kernighan[color=green]
>> & Ritchie. Not a huge book, about 260 pages. I know its[/color]
> not C++ but it[color=green]
>> would be well worth reading before reading a C++ book.
>>
>> Gav[/color]
>
>
> OH GOOD GOD NO! NO! NO! NO!
>
> C++ is a fully-fledged language, it has *it's own*
> standard, it has cut all ties with C.[/color]

What world are you living in?!!? C and C++ are closely related (but not
equal). It most certainly has _not_ "cut all ties with C"!
Phlip
Guest
 
Posts: n/a
#7: Jul 22 '05

re: Linux & C++


Andre Kostur wrote:
[color=blue]
> JKop wrote:[/color]
[color=blue][color=green]
> > OH GOOD GOD NO! NO! NO! NO!
> >
> > C++ is a fully-fledged language, it has *it's own*
> > standard, it has cut all ties with C.[/color]
>
> What world are you living in?!!? C and C++ are closely related (but not
> equal). It most certainly has _not_ "cut all ties with C"![/color]

JKop, with his usual reserve, was trying to say "Entry-level C++ code is
much easier than C, and looks completely different. Read /Accelerated C++/
by Koenig to get started."

--
Phlip
http://industrialxp.org/community/bi...UserInterfaces


Closed Thread