I want to get into C++ team at work. Their job is to write CGIs in C++ (mainly but not limited to). I know basic C++. Reading the list at C++ book guide question on SO, I've got three books from a friend (I actually had the first one).
- The C++ Programming Language - Bjarne Stroustrup - for reference
- C++ Templates The Complete Guide - David Vandevoorde / Nicolai M. Josuttis
- Modern C++ Design - Andrei Alexandrescu
I would like to know if there are any projects or ideas you can tell me that I can implement so that I get better at it.
The setup I need. I have a Macbook and a personal crappy Ubuntu dev server machine. I can bootcamp to install any OS if need be.
Can you please also give me some suggestions on how to begin writing CGI (or any tutorial)?
Thanks a lot.
AJ