What are the basic data types used in c++?
what is C++ exceptional handling?
Does improper inheritance have a potential to wreck a project?
Write my own zero-argument manipulator that should work same as hex?
Why pointer is used in c++?
What is the difference between a template and a macro?
What is constructor c++?
how to connect with oracle 9i with server in socket program in c/c++
What is istream and ostream in c++?
What is the use of string in c++?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Can I run c program in turbo c++?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.