STL (140)
OOPS (873)
C++ General (2409) Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
1 4532
What is oops concept with example?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What does ios :: app do in c++?
Can member data be public?
what do you mean by exception handling in C++?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
Name the different types of stl containers.
Is it possible for the objects to read and write themselves?
Can we use THIS Pointer in static function – Reason in C++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What are classes oop?
What is polymorphism give a real life example?
What is c++ manipulator?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Why isn't sizeof for a struct equal to the sum of sizeof of each member?