Question for the coders

Talk freely about the scene, the world of remixing, or anything off-topic unsuitable for the "Fun Forum".
Post Reply
Makke
gooooooood!
gooooooood!
Posts: 1731
Joined: 21/11/2002 - 13:28
Location: Norrköping, Sweden

Question for the coders

Post by Makke »

Now that I'm unemployed I figured I might as well put the time I've got on my hands to some use. The plan is to learn C++, since there are a lot of jobs that requires it, and at least having a good base knowledge of C++ would help me get a job.

So, anyone know any good books on C++? I've been coding JAVA and C# before, so I know all the basic concepts of programming. Been poking around a little with C++ but not much. So...any tips?

Doesn't HAVE to be a book. Could be a good website as well. :)
User avatar
Analog-X64
I Adore My 64
I Adore My 64
Posts: 3518
Joined: 08/12/2002 - 3:50
Location: Canada
Contact:

Post by Analog-X64 »

I would get one of those cheap learn C++ in 10 Day books or a C++ Bible books, that way you can use it as a reference.
d[-.-]b (+[___]x)d(>_<)b 52656d697836342e636f6d2073696d706c7920726f636b732120
Image
User avatar
beyond
Forum God
Forum God
Posts: 1312
Joined: 22/11/2002 - 19:57
Location: 2nd star to the left
Contact:

Post by beyond »

If you already know your way around in java and C# you're already pretty proficient in c++... The minor details and differences you have to learn the hard way. I'd suggest you say to yourself: "I want to make a program that does this!" and then write it. Maybe a program you did in java or c# so you already know the semantics and now need to learn the syntax...

There is of course all the fringe stuff with linking with libs and so on, but that is also something you have to scar yourself with...

So go ahead... make myday.cpp!

Theo
User avatar
Vosla
General Pain In The Forum's Ass
General Pain In The Forum's Ass
Posts: 3680
Joined: 02/12/2002 - 0:12
Location: On the same little planet as you. Be VERY afraid!
Contact:

Post by Vosla »

Hey Makke!

If you are in need of a *free* C++ IDE for Windows (MinGW,Cygwin) and Linux (GNU-C++), go here and have a go:
http://www.bloodshed.net/devcpp.html
:D
Happy coding, m8!
All is lost.
Makke
gooooooood!
gooooooood!
Posts: 1731
Joined: 21/11/2002 - 13:28
Location: Norrköping, Sweden

Post by Makke »

Cheers for the tips. :)

As soon as I've gotten things set up I'm going to start trying things out.
Post Reply