You are not logged in.

#1 2009-10-06 05:34:41

MP2E
Member
Registered: 2009-09-05
Posts: 115

Learning C and C++

How would you recommend I do this? I understand the very basics, but I just can't seem to "take the plunge". How does someone get to a level suitable to program a game, a system utility, anything advanced?
( College classes aren't suitable right now wink )

Books, methods, tutorials, anything is appreciated smile


17:23 < ConSiGno> yeah baby I release the source code with your mom every night
17:24 < ConSiGno> you could call them nightly builds if you know what I mean

Offline

#2 2009-10-10 19:18:20

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: Learning C and C++

The best thing to start programming an application which will be used by you or others, not just learning C/C++ theoratically. Most of Linux programmer started so, they missed an application and feature and started to implement it, that's the best way, or to get such a junior job somewhere.

Offline

#3 2009-10-10 19:41:49

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: Learning C and C++

My advice is reading some books: the classic is great for C++.

Offline

#4 2009-10-10 19:49:48

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: Learning C and C++

Just plunge into it. If you got the basics down, you'll want to back them up with some actual programming practice. Look for something you want changed in a (reasonably simple) program.

I'm learning a bit of C atm, and I don't know jack yet, but I tried submitting a tiny patch to the musca WM. Learned a lot in the process, not only about the language itself, but also about diff, patching, writing my own custom PKGBUILD for the patch, etc.

Offline

#5 2009-10-10 22:52:12

techprophet
Member
Registered: 2008-05-13
Posts: 209

Re: Learning C and C++

Qt4 is great for it if you understand concepts such as Classes, Pointers, and typedefs. But that's not really beginner level. Great learning though! (and wery usefull)

Offline

#6 2009-10-11 11:12:12

Hohoho
Member
Registered: 2007-06-23
Posts: 222

Re: Learning C and C++

You can also look into GTK if you want C only for now, or if you want to use C++ too you might try writing something with SDL, a simple game of tetris perhaps.

Offline

#7 2009-10-11 14:33:07

Rw-X
Member
Registered: 2009-08-03
Posts: 7

Re: Learning C and C++

here's a free book about C: http://en.wikibooks.org/wiki/C_Programming

Offline

Board footer

Powered by FluxBB