by mr1987
storing and writing to a Text file.
|
|
[3 replies] Last: Sorry for the late reply. I am very busy with school. We need to dec... (by JayhawkZombie)
|
by Moonraker101
Why does this work?
|
|
[3 replies] Last: @cire, HAHA just figured that out when I gave the code a 3rd look. @... (by Moonraker101)
|
by Naulee
Palindrome Check With Stack & Input/Output Files
|
|
[1 reply] : whats the error? (by hentaiw)
|
by deathslice
Finding Prime Numbers from 1-100. So close!
|
|
[4 replies] Last: I need to find a way to check for those two parameters and also if tha... (by deathslice)
|
by Newie0001
Clean up code
|
|
[3 replies] Last: No, not at all. It's just the way he explains things when lecturing. I... (by Newie0001)
|
Need help on thinking recursively |
|
[2 replies] Last: Why does this function display 55 when it should display 19, 18, 17, ... (by cire)
|
by awestey
Writing from file to array
|
|
[4 replies] Last: Nah, stoi seems to not be an ANSI standard. You can always use a str... (by elite zero)
|
by Squeaks
String Replace
|
|
[2 replies] Last: You just want it to replace the one number, right? If so, the second ... (by manutd636)
|
by Naulee
Creating and implementing Deque functions
|
|
[2 replies] Last: So simple. But I am so terrible at programming. Thank you! (by Naulee)
|
by harin223
Please help me with the errors in this code.
|
|
[1 reply] : I get the error c4700 uninitiated local variable "balance" used. line... (by Yanson)
|
Constructors are used to? |
|
[1 reply] : Instantiate an object of that class. (by elite zero)
|
by justinc978
Passing my cards to my function
|
|
[no replies]
|
by jhykima
Question about Null
|
|
[2 replies] Last: Hp of Legend. Thank you so much. You just saved me 25 minutes of tryin... (by jhykima)
|
by Shipoopi
Help understanding pointers
|
|
[3 replies] Last: Yes. Lines 54, 58 and 61 call Print_Matrix() but each one passes a poi... (by dhayden)
|
by Failbound
Classes and variables help?
|
|
[no replies]
|
by LATCH100
QUESTION
|
|
[5 replies] Last: can you apply that to an array? In the first example, is str not ... (by shadowCODE)
|
by hyperfine
"Error in ... free(): invalid next size (normal):... Aborted (core dumped)""
|
|
[10 replies] Last: Ok I'll look into it. Thanks for taking a look! (by hyperfine)
|
by CGunn86
Passing/sharing strings between functions?
|
|
[13 replies] Last: Ah yes, there we go. All works great now. THANKS! Now I need to figur... (by CGunn86)
|
I keep on getting "error: invalid conversion from 'const char*' to 'char*' [-fpermissive]" |
|
[7 replies] Last: I just noticed but freq is uninitialized look at your constructor (by giblit)
|
by Shipoopi
Need clarification
|
|
[2 replies] Last: How come although two of the cout are the same, *(ptr +2), however th... (by Jacobhaha)
|