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.5K People Reached
Favorite Forums
Favorite Tags
c++ x 24
c x 2

16 Posted Topics

Member Avatar for Dave Sinkula

in order to learn programming in a better way i am following a site named .... www.ebizel.com i am a great fan of this site .. its helping me alot

Member Avatar for shahidali6
11
10K
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
150
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
159
Member Avatar for Abhinisha
Member Avatar for kvahanyan
0
87
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
149
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
258
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 MonsieurPointer
0
209
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
213
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
193
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
124
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
216

The End.