Can create new c++ operators?
No Answer is Posted For this Question
Be the First to Post Answer
If all is successful, what should main return a) 0 b) 1 c) void
What are pointer-to-members? Explain.
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
What is a template in c++?
What is ios class in c++?
Is c++ the best programming language?
Can a class be static in c++?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
How are Structure passing and returning implemented by the compiler?
What is time h in c++?
Where and why do I have to put the "template" and "typename" keywords?