Hey,
I've made a screenshot of what I see on my screen. I don't see "Resource View" somewhere on the screen. I've tried to right click -> add new item on that resource folder in the solution explorer, but I only get a window to add new .cpp and .h files etc., not what I'm looking for.
http://img12.imageshack.us/img12/8223/stuck.png
Actually, I didn't learn only from online tutorials. I've used both books and online tutorials. Here is an overview of things I've learnt:
- Basic things like I/O, variables, if/else, switches, loops, arrays
- Pointers (still making exercises on this, as I still have trouble with it often)
- Basic OOP
- More advanced OOP (overloading, inheritance, polymorphism)
- Very basic of templates
- Basic of file I/O
- Data structures (lists, stacks, queus, deques, maps)
- Some other basic things from the STL (some common used algoritms, functors)
Is there anything more I should learn/practice before really concentrating on this? I'm not saying I'm good in all these things, but I think I understand most of what I've learnt so far and made exercises to practice on most things.
I know Perzold's book; it seems to be recommended everywhere lol.
Thanks