by lilpopjim
Error check - only alphabeticel inuputs
|
|
[3 replies] Last: > On a side note how could i apply tolower to an array. Consider usin... (by JLBorges)
|
by ShankRam
Continue statement problem
|
|
[1 reply] : Use brackets. for(...) { if (i==0)... ... } Not for(...) if (i==0).... (by Konstantin2)
|
by pablo118
i fixed it
|
|
[1 reply] : In line 72 you compare addresses of strings, not their content. use s... (by Konstantin2)
|
by lilpopjim
Store user input, then display array contents
|
|
[6 replies] Last: Thanks for your help so far Konstantin. Here's my code so far. Every... (by lilpopjim)
|
by under50
Help with something simple.
|
|
[2 replies] Last: acutally i did. And i will be usuing sendMessage for this not sendeven... (by under50)
|
by M Ehtesham
Catalan number
|
|
[1 reply] : Hi, Did you look at the wiki page for this? There is a formula in the... (by TheIdeasMan)
|
by Martes
write struct with string in binary file
|
|
[1 reply] : No, you cannot do that. std::string is not a POD type and so you can... (by LB)
|
by bbugyi200
Understanding the point of pointers... Pun intended.
|
|
[2 replies] Last: Awesome! Thanks Mutexe! Good Reads! I would like to try and place the... (by bbugyi200)
|
by Digimstr
Problem catching invlaid entry
|
|
[1 reply] : Get rid of the semi-colon on line 5, then add an else after the if blo... (by cire)
|
by retroCheck
vector in header that holds one of my other Classes
|
|
[2 replies] Last: Thanks! (by retroCheck)
|
Generic Class Data member calling Functions. |
|
[no replies]
|
by retroCheck
function non-class type ???
|
|
[3 replies] Last: That was it, thank you very much. I have another class that works the ... (by retroCheck)
|
by pinned38
Challenge!
|
|
[10 replies] Last: Well looks like it uses HTML and Javascript to me but either way it's ... (by giblit)
|
by Wantautas
photo
|
|
[1 reply] : nah (by mutexe)
|
by Leyli698
Problem with arrays
|
|
[4 replies] Last: thanks i will remember this forever :) (by Leyli698)
|
by Digimstr
Trying to catch invalid repsonses
|
|
[2 replies] Last: Thanks I was sure it was something simple I was not seeing and you wer... (by Digimstr)
|
by SomeoneL0L
C++ help
|
|
[1 reply] : if you guys do want to learn more of what I'm suppose to do and get ... (by mutexe)
|
by oleg9419
Recursive Function Complexity
|
|
[2 replies] Last: MiiniPaa thank you . I know it's tough work but will you please tell ... (by oleg9419)
|
by hanest
help creating function
|
|
[4 replies] Last: thanks for the help, the j was wrong in more ways than one, i also had... (by hanest)
|
by Shadowofsora
Select in an simple p2p program
|
|
[no replies]
|