RSS Feed for C++ Interview QuestionsCategory: C++ Interview Questions

What does it mean to declare a function or variable as static? »


What is the order of initalization for data? »


What is name mangling/name decoration? »


What kind of problems does name mangling cause? »


What are the differences between a struct and a class in C++? »


What is the difference between public, private, and protected access? »


For class CFoo { }; what default methods will the compiler generate for you>? »


How can you force the compiler to not generate them? »