Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
~25.7K People Reached
Favorite Forums

15 Posted Topics

Member Avatar for Narue

that's the good question i have just read about the output buffer now i will work on this thankx

Member Avatar for Smn
18
13K
Member Avatar for Abhinisha
Member Avatar for Abhinisha
Member Avatar for Vincentas
0
153
Member Avatar for Abhinisha
Member Avatar for hackoman96

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

Member Avatar for Abhinisha
0
162
Member Avatar for Abhinisha
Member Avatar for kvahanyan
0
89
Member Avatar for Abhinisha
Member Avatar for Abhinisha

what are nested classes? and flush program and poker program .. using a suitable program ..kindly tell me??

Member Avatar for rubberman
0
152
Member Avatar for daino

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 …

Member Avatar for rubberman
0
263
Member Avatar for Abhinisha

what are member function?? what is the use of :: in them ?? what are static and non static member function??

Member Avatar for Member #907664
0
239
Member Avatar for Abhinisha

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 * ???

Member Avatar for NathanOliver
0
215
Member Avatar for Abhinisha

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...???

Member Avatar for crescendo
-1
198
Member Avatar for Abhinisha
Member Avatar for Abhinisha

#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?

Member Avatar for Lucaci Andrew
0
127
Member Avatar for liliafan

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 ?

Member Avatar for Lucaci Andrew
0
225

The End.