- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
15 Posted Topics
that's the good question i have just read about the output buffer now i will work on this thankx
data structures are the step by step procedurs that accomplishes a desired task and data reprentation is the way of representing the tasks you have performed to reach at the result
difference between overloading and overriding ?
what are nested classes? and flush program and poker program .. using a suitable program ..kindly tell me??
making c++ program using command line argument 1. make a file named(say) filemarks.cpp 2. make a executable file and run this file using command prompt. 3.command prompt usually specify the drive and directory we are usally with in command prompt can be seen in ms-dos prompt c:\windows> c is the …
what are member function?? what is the use of :: in them ?? what are static and non static member function??
in command line argument i am writing argument for the main function as follows int main(int argc,char*argv[]) here argc and argv is cleared to me but why we are using char* with argv... means why we are using * ???
i am studying c++... and i have come across the topic constructors.. and in that i am confused between ...basic constructors, copy constructors, dynamic constructors... please explain what are these and also the program in which they can be used...???
#include<iostream.h> class counter { private: int count; public: counter():count(0) { count 1 } }; int main() { counter c1; return 0; } whats wrong in this program i am not able to know?
how to objects being passed as arguments .. does it create a duplicate copy or make a new object and work on it or it will work on real copy ?
The End.
Abhinisha