Where to begin again

I'm currently getting back into C++ programming after a large gap and many changes in technology since my glory days of Motorola 68000 assembler code with the specific task in mind of getting into DirectX 11 and writing 64 bit code on windows 7

I was wondering if I could get some advice on the right IDE to go for, books that are required reading or must have references etc.

With so many changes since I last coded I am even unsure if C++ is the right way to go so all tips/advice would be appreciated.

Thanks.
As for the IDE, I'd recommend Code::Blocks IDE, it's a widely used IDE with lots of features (while still being efficient and clear in usage).

C++ is widely applicable, but if you are planning to program for Windows, C# .NET or anything related is a better choice.
Just install a bunch of IDEs and decide which one you like. If you really want C++ and have portable code you could although take a look at Qt from Trolltch/Nokia.

If you are going for C# you might want to try the Visual Studio Express Edition, this should give you a good impression of the way Microsoft thinks Developers should function. There is a C++ Express Edition, too i guess.

I would suggest, you first try to find some general information about the different tools and languages around, before you decide to go for c++.
Topic archived. No new replies allowed.