by toast9
friend stand alone functions
|
|
[no replies]
|
constructors |
|
[6 replies] Last: seriously, i don't think there's should be classes for a calculator p... (by MikeyBoy)
|
by Kernmaster34
Could someone please tell me what is wrong with my program?
|
|
[9 replies] Last: Now you get to learn how to debug. Step through your code using y... (by AbstractionAnon)
|
by m7md389
error in coverting from decimal to hexadecimal
|
|
[7 replies] Last: oh! I I thought that it is the same! thanks for helping, problem solve... (by m7md389)
|
a program for displaying high and low number using do while |
|
[6 replies] Last: thank you (by Ayesha Irshad)
|
by adrien
Need Guidance
|
|
[9 replies] Last: line 89: You've created a function declaraton, not a function call. ... (by AbstractionAnon)
|
by dleanjeanz
Stringstream doesn't pass value (skipping?)
|
|
[2 replies] Last: Let me explain it to you. Here if I replace all the getlines/stringstr... (by dleanjeanz)
|
Change letter to word? |
|
[3 replies] Last: Yes. First, use strings, it is much easier (and there is no limit that... (by TwilightSpectre)
|
code for finding number of accurrences in arrays |
|
[3 replies] Last: thank you (by Ayesha Irshad)
|
Triangles... |
|
[5 replies] Last: yes, I've just done the translation from java, you know... i can't fin... (by closed account jvqpDjzh)
|
by AlphaRich
Code::Blocks 13.12 Not allowing projects to be saved.
|
|
[4 replies] Last: Ahh. But I guess that just confuses me because my book and every c++ ... (by MikeyBoy)
|
by hiddenx
Help with the code.
|
|
[9 replies] Last: The third argument to getline() should be a single char, not a strin... (by MikeyBoy)
|
by tasjayted
homework help needed
|
|
[2 replies] Last: Change int size1( int smallCups ) { int smallCups and accordingly: ... (by coder777)
|
by Matas
pointer
|
|
[3 replies] Last: As a suggestion, if you really want to use pointers and dynamic memory... (by nvrmnd)
|
by luckyali
Newebie: Switch case statements inside a function??
|
|
[4 replies] Last: Bundle of Thanks Members, your suggestion meant a lot to me. I got the... (by luckyali)
|
by zdzero
Simple linked list with classes
|
|
[2 replies] Last: Thanks. In the meantime I tried to implement a linked list and an iter... (by zdzero)
|
by chrisrong
Could someone tell me how to write this code
|
|
[1 reply] : It is best if you try this and then come back to us with some code to ... (by Mats)
|
using if statement to print the largest/smallest values |
|
[3 replies] Last: I think you need to add this piece of code in the while loop where you... (by anmol2701)
|
by toast9
strcpy string to char array
|
|
[19 replies] Last: post code please for the cin occurring right before this function is c... (by closed account 2UD8vCM9)
|
Trying to change number to letter. |
|
[2 replies] Last: omg... Now I feel so silly. So I could name cha anything I want. The i... (by HeroesNeverQuit)
|