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.
Question for the coders
- Analog-X64
- I Adore My 64
- Posts: 3518
- Joined: 08/12/2002 - 3:50
- Location: Canada
- Contact:
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
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
Theo / PRESS PLAY ON TAPE / beyond
- Vosla
- 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:
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
Happy coding, m8!
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
Happy coding, m8!
All is lost.