by AliRiaz
need some help about the program i don't know what is the error in this program anyone can tell me plz
|
|
[4 replies] Last: You need to invoke the print method in order to print the informatio... (by Mathhead200)
|
by rever
Static function?
|
|
[16 replies] Last: No problem. I'm glad it worked. A namespace is just a way to avoid ... (by Mathhead200)
|
by JazzyJeff
help writing functions
|
|
[2 replies] Last: @jazzyjely: i dont understand int capacity variable use what to do ... (by Conan)
|
by Halozination
getline
|
|
[6 replies] Last: gets() is very unsafe and should never be used: http://en.wikipedia.or... (by filipe)
|
by llind212
Temperature Conversion Program Errors
|
|
[4 replies] Last: Works perfectly! Thank you for your help! I really really appreciate i... (by llind212)
|
by itpatriot
Container Concept
|
|
[4 replies] Last: coder777 thanks for your help again but I had a friend walk me through... (by itpatriot)
|
by jokerfwb
Reverseing a string using pointers
|
|
[14 replies] Last: Thanks for your guy's help. I think the teacher was just wanting to em... (by jokerfwb)
|
by theholyfork
Does anyone know what this thing is called, and how to make it appear?
|
|
[3 replies] Last: Go to the right hand side of the toolbar, and click the option control... (by closed account z05DSL3A)
|
itoa or bitset? |
|
[4 replies] Last: I don't think a generalized function has to be slower but I am pretty ... (by moorecm)
|
by HelpWanted
Code::blocks problem
|
|
[4 replies] Last: Guys thank you for your help. Athar i followed your link and it worked... (by HelpWanted)
|
#include question |
|
[2 replies] Last: Thank you - I didn't expect header files without extension, so I thoug... (by chrrossmanith)
|
by rever
Delete object and its pointer
|
|
[5 replies] Last: For your first question... If you have allocated your original array ... (by firedraco)
|
by tonnot
How works MAP memory allocate?
|
|
[1 reply] : Define 'MAP' (by Bazzy)
|
by Maese909
Outputting the sum of the digits of an integer
|
|
[1 reply] : sum = sum + digit; This code is adding the int sum to the char... (by Mathhead200)
|
by llind212
Temperature Conversion Program
|
|
[14 replies] Last: No problem. Feel free to let me know if you have any more questions. (by Mathhead200)
|
by Nickod77
C++ alphabet animals failure, switch, case, break
|
|
[4 replies] Last: Lol, I copied your code and forgot to add the semicolon on line 7... :... (by Mathhead200)
|
by George10
cin >> but give it a wrong type.
|
|
[3 replies] Last: Found this with some quick googling: http://www.cs.hmc.edu/~geoff/cla... (by closed account Lv0f92yv)
|
by helloworld28
file concept
|
|
[no replies]
|
by bhawna2285
friend declration
|
|
[1 reply] : class Class1 { ... }; class Class2 { friend Class1; //Dec... (by Mathhead200)
|
by cbushee09
Quicksort difficulties
|
|
[2 replies] Last: I used codepad.org due to compiler issues and I got this after adding ... (by cbushee09)
|