Trying to get into programming C++ etc.

Chat and discussion not related to either Marathon or Aleph One. Please keep things at least mildly interesting, though.
Post Reply
User avatar
FlashMan1294
Born on Board
Posts: 56
Joined: Jul 31st '10, 14:00
Location: Nopelaw Jones
Contact:

Hi guys I was just wondering if any of you have any advice/pointers/recommended reading materials you could share with me cause I'm trying to learn C and C++ but I really don't know where to start.

P.S. Does Weland work in windows xp?
P.P.S. Check out this wallpaper.[attachment=5679:1341107773962.jpg][attachment=5680:1341148189242.jpg]
Attachments
1341148189242.jpg
1341148189242.jpg (309.91 KiB) Viewed 3277 times
1341107773962.jpg
1341107773962.jpg (155.29 KiB) Viewed 3279 times
User avatar
interion
Cyborg
Posts: 331
Joined: Oct 20th '07, 18:34
Contact:

FlashMan1294 wrote:Hi guys I was just wondering if any of you have any advice/pointers/recommended reading materials you could share with me cause I'm trying to learn C and C++ but I really don't know where to start.

P.S. Does Weland work in windows xp?
edit: fucking wallpapers
Start here. Better yet, skip C and learn this.

Learn C on the Macintosh was my first book. I do not recommend it.
Last edited by interion on Jul 1st '12, 18:59, edited 1 time in total.
Image Image
User avatar
infwaffle
Mjolnir Mark IV
Posts: 362
Joined: May 1st '11, 18:18
Contact:

Yes Weland works with XP
$lave

Taking a class/buying a book is probably the best way to go, but I learned the C++ standard library using this reference, and using google for compiler errors I didn't understand or anything like OpenGL/SDL that goes beyond the standard library.

I just copied example programs to get familiar with syntax, then tried to come up with other programs (calculators/tools, text-based games, pong, basic game engines etc.) to code that used what I'd already learned. It takes some self discipline if you want to learn that way though, and I wouldn't necessarily recommend it since you probably won't have anyone telling you when your code is sloppy/inefficient/absolutely-terrible-despite-the-fact-that-it-at-least-compiles.
Last edited by $lave on Jul 1st '12, 19:57, edited 1 time in total.
User avatar
FlashMan1294
Born on Board
Posts: 56
Joined: Jul 31st '10, 14:00
Location: Nopelaw Jones
Contact:

Thanks For the references!
Anyway my long term goal is to get into sdl/opengl C++ with the goal of perfecting a PSP port of A1.
Also, I never bother checking to see if Weland worked on xp: I always assumed it was mac only.
It can run on craptacular comps, right?

Sorry, no job, so no cash for indulgences.
Last edited by FlashMan1294 on Jul 1st '12, 20:23, edited 1 time in total.
Post Reply