I am looking for a book that would be a reference point (especially when I am doing my daily commute) to compliment my online course. Basically when I cover for example pointers, I want to get in depth explanation, so I can re read and possibly get better grasp how it works, and memorize it. I have book Accelerated C++ by Andrew Koening and Barbara Moo. This is great book I like explanation but its not very suited as reference book due to the way book is written (it jumps back and forward and if you want to read about one subject you have to cover sometimes big chunk of other topics)
Second - I am looking for online or offline way to expand my knowledge and awareness on C++ and development in general, what other sources could you recommed. This is for time when I am not actively coding (ie too tired or when on my daily commute) and want get familiar with new trends, practises. Be part of discussion.
Can you recommend any magazines that cover C++ or development in general?
I am looking to build from this a bit more awareness around subject.
I want to find out apart from learning syntax of C++ what is like to work as developer full time.
How is required as I am assuming its not only about writing for loops ;)
I heard some people mention scrum solution that is used. How does process of creating software work in real life.
Once i write my first part of code what will happen with it?
How would it be applied to main tree of other code made by other people?