Can some on explain why i need a private in classes? |
|
[2 replies] Last: can you give me an example, any code i can look at? (by learningtocode14)
|
by nayla
solved
|
|
[1 reply] : Firstly, we're not doing your homework. Show some effort. At least say... (by hamsterman)
|
by Guy3000
No-wait scanf?
|
|
[3 replies] Last: iskeypressed with timeout http://www.cplusplus.com/forum/beginner/5619... (by Duthomhas)
|
by hentaiw
Tell me how to do : Correct cin,cout from file.
|
|
[3 replies] Last: You could recode your correct routine using a line-based approach (usi... (by andywestken)
|
by ashtrey4229
Prime_ total
|
|
[2 replies] Last: WARNING: SPOILER ALERT! I suggest that you change the parameters i... (by hellohellomoon)
|
by Brac24
How can I return both values in my function? PLEASE HELP!!!
|
|
[7 replies] Last: You've learned references but not structures? That seems astonishingly... (by Moschops)
|
by katsoupa
Need some help on how to write this program
|
|
[1 reply] : See this thread on building a bignum class: http://cplusplus.com/forum... (by closed account D80DSL3A)
|
by Fariseagle
Question about Numbers Addition?
|
|
[3 replies] Last: int a = 12345; cout << a / 100 % 10; or, using what I told you a... (by hamsterman)
|
by coolbran
how to replace a period ( dot ' . ' ) with a space character
|
|
[1 reply] : You iterate through the string and inside the for loop have if (str =... (by hamsterman)
|
by aspirewire
How to put the sum, average, and deviation in functions
|
|
[7 replies] Last: OK...can you post your code again? I want to look at the mean function... (by mzimmers)
|
How do I stop a table at 25 lines? |
|
[5 replies] Last: Just create a loop that terminates automatically once it's gone throug... (by ciphermagi)
|
by JBabyJ
Can someone please explain arrays to me like I'm in kindergarten?
|
|
[12 replies] Last: Thank you so much, Stridexr. Your help with the loop made perfect sens... (by JBabyJ)
|
Setting Notepad Cursor to last letter/line |
|
[2 replies] Last: @ WR317H How would i do that to a notepad doc through C++ Coding? (by Features Stylez)
|
by Onceler
how do I shift bits
|
|
[6 replies] Last: Thanks you all. (by Onceler)
|
by iiketek
Parking car program in shopping mall.
|
|
[1 reply] : And what are you asking of us? There are no issues you talk about in y... (by ModShop)
|
by Ben Duncan
Writing a function
|
|
[3 replies] Last: I'll see, thank you for your input! I didn't finish the brace from a ... (by Ben Duncan)
|
by Tolerated
First timer trying to understand constructors
|
|
[4 replies] Last: I answered a similar thread (about constructors) not too long ago. htt... (by Duthomhas)
|
by Dawn
Algarithm for gross pay
|
|
[10 replies] Last: yeah sorry I meant to say c++ lol. I am horrible at this I really don'... (by Dawn)
|
by Liuqahs15
Why can't I initialize a member of one class as an object of another?
|
|
[4 replies] Last: That's exactly what I was looking for. Works beautifully. I can't beli... (by Liuqahs15)
|
by Liuqahs15
Error: "request for member in 'this' which is of non-class type"
|
|
[1 reply] : "this" is a pointer, you cannot use it with "." (by EricDu)
|