What does override mean in c++?
How do I open binary files?
Explain this pointer?
what is C++ exceptional handling?
What are the two types of comments?
What is the iunknown interface?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What is buffer and example?
why c++ is not called strictly d super set of c?
What are virtual constructors/destructors?
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
Why do we use templates?
Why do we use double in c++?