Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for confusedmind

hi i am having trouble understanding that what is the difference between having class xxx { } in the .h file and not having it? say i have these two code, can anyone tell me the difference? [CODE] #ifndef sample_h #define sample_h class sample { function1 (); function2 (); }; …

Member Avatar for Ejaz
0
137
Member Avatar for confusedmind

ok, here are the questions. QUESTION NO. 1: I am asked to build a complete binary tree using linked list. According to my knowledge, you are not able to sort the tree with a complete binary tree otherwise it is impossible to get it complete. I searched thru google and …

Member Avatar for confusedmind
0
1K
Member Avatar for tendekai

where can i get the c and c++ compiler.i eed to run it on a windows xp machine.

Member Avatar for vegaseat
0
188
Member Avatar for Nyika

I have 2 files: a .h file and a .cpp file. I am new to c++ but need to know how to execute these files. In other words, how do I write a 'main' so I can actually get an output to these 2 files. I am using Microsoft Visual …

Member Avatar for Nyika
0
93
Member Avatar for dcving

how would i go about making a program similar to a bill? for instance (but a little neater than my example, but u get the idea): amount of blah used ----------------------------- 50000 blah amount of blah blah used ------------------------ 348790 blah blah amount of blaaah used -------------------------- 589284 blaaaaah _________________________________________________________ …

Member Avatar for confusedmind
0
94