Missing Information

The C++ tutorial was very helpful to me, but I found things in other tutorials that I didn't find here : structure initialization lists, const pointers and pointers to const, member function pointers, read-only member functions with the const keyword, automatic inheritance of a function's property of being virtual , executing a function through a pointer using only the pointer's name (like any function execution syntax), using header files, global variables with extern, header guards, returning by value,address and reference.

Maybe some of these topic can be added to the tutorial...while some features are very rarely used, others are quite useful and important.

Last edited on
Topic archived. No new replies allowed.