by student89
Capitalization
|
|
[5 replies] Last: I almost gave up, but I finally figured it out!! I had to just relax a... (by student89)
|
by ML080
binary '+': no global operator found...
|
|
[3 replies] Last: Thanks I`m afraid I still do not quite understand how to fix these pro... (by ML080)
|
by harrie
array substraction
|
|
[no replies]
|
by Jon15
Method of the string class
|
|
[7 replies] Last: Try to avoid global variables. Q: Can you tell the essential differen... (by keskiverto)
|
by harrie
array and doubles.
|
|
[2 replies] Last: thank you peter fixed it. (by harrie)
|
by Armannn
Input Numbers and Sort them ascending
|
|
[1 reply] : I just had to update the iostream header and return int from main, but... (by wildblue)
|
by dksam123
quick answer please
|
|
[3 replies] Last: The problem is that you're appending to tres without clearing it betwe... (by dhayden)
|
by koko82
Linked list stumped
|
|
[2 replies] Last: Thanks for the reply wild blue. Yes, I made a massive school boy error... (by koko82)
|
by riceballs
Closed
|
|
[1 reply] : You use max = digits - '0' in some places but not others. Check lin... (by wildblue)
|
Issue With Modifying Value in Character in Char Array |
|
[3 replies] Last: Well, my first reply seems to have gotten lost. Thank you for the hel... (by killingthemonkey)
|
by Luchnik
Getters in class don't work. Cannot print data from my class variables
|
|
[2 replies] Last: Peter87, Thanks a lot (by Luchnik)
|
by dunnDolphin
array of struct as function parameter
|
|
[1 reply] : Function prototype (and its definition) should have parameters in form... (by MiiNiPaa)
|
by ezmesori
Printing object array incorrectly
|
|
[4 replies] Last: Thanks! i got it! (by ezmesori)
|
by kdg926
Vigenère Cipher code
|
|
[11 replies] Last: Forget about parsing command line arguments for the moment. Implement ... (by JLBorges)
|
by iluv41
reading multiple lines of input using infile?
|
|
[2 replies] Last: getline wouldnt work for getting the ints though would it? (by iluv41)
|
by harrie
arranging array into separate line
|
|
[1 reply] : Any reason why you can't use two loops i.e. loop 1, count in steps of... (by swp147)
|
by deathslice
Is getline causing my program to crash why?
|
|
[11 replies] Last: no worries dude anytime. (by mutexe)
|
by dgwyatt
Array of structs from a file
|
|
[2 replies] Last: Alright here is some updated code. The only problem is i don't know wh... (by dgwyatt)
|
by deathslice
IsAlpha function not accepting my input.
|
|
[4 replies] Last: Well, in C, you have to walk through the whole string and test each el... (by swp147)
|
by KickAz
find how many temperatures were hotter than 22 and how many were colder than 10(code inside)
|
|
[4 replies] Last: as jezze said you need to loop through your array in your functions. u... (by mutexe)
|