What to read? Thread last updated on 2007-04-11 06:24:11

Posted by member 104372 on 2007-04-10 17:55:32

I've been using Litestep for a few years now, I've done a lot of tinkering in that time and I want to start getting into module programming. I've got a good grasp of C++ and Java but haven't touched the Windows API yet, so I'm at a loss when it comes to interacting with Windows behind the scenes.

I'm not looking for someone to teach me everything they know, just some tips on what to learn about, books to read, that sort of thing.

Posted by member 12798 on 2007-04-11 06:24:11 link

no books needed. look into simple modules' source codes, see what API methods they're using, look them up at MSDN.
as long as you're simply doing some basic module programming, that'll suffice.