by Kiddolioable
Colors help please!
|
|
[4 replies] Last: ah missed that, thanks! :) (by Kiddolioable)
|
functions |
|
[2 replies] Last: thanks (by cplusbeginner89)
|
by Samariyu
Bad Pointer for a list iterator
|
|
[1 reply] : for(it = l .begin(); it!=l .end(); it++){ /*...*/ bucket++; }... (by MiiNiPaa)
|
by p33n kenan
Libary book store program with fstream
|
|
[1 reply] : I have seen a reply by mail but i can't see it here so it might look w... (by p33n kenan)
|
by p33n kenan
segmentation fault
|
|
[2 replies] Last: thank you!! (by p33n kenan)
|
by rjeezy
Help with File I/O and math
|
|
[2 replies] Last: Ok I think I have it down pretty well. I tried to shorten the code (sh... (by rjeezy)
|
by phztfte1
HOW TO DETECT NO STRING INPUT WITHOUT USING A FUNCTION
|
|
[4 replies] Last: I solved the problem. Thank you for jogging my mind. Here is my code... (by phztfte1)
|
by phztfte1
STRING CONVERSION TO INTEGER
|
|
[2 replies] Last: JLBorges, Thank you for coming to my rescue for the second time. I m... (by phztfte1)
|
by taylor5479
Reversing an Array
|
|
[2 replies] Last: Thanks! I'll have to go with the second option because the assignment ... (by taylor5479)
|
by amatthew3
Help correcting a caesar cipher function
|
|
[1 reply] : typedef char Alphas ; // typedef for char array Alphas Alphabet = {... (by giblit)
|
How do I convert this to a decimal without using float/double? |
|
[1 reply] : You could cast to a float/double. num / static_cast<double>(denom) ... (by giblit)
|
compare a string for a specific char |
|
[2 replies] Last: ok so I used find now (and replaced "/" with const char a =47) now it ... (by digital light)
|
NEED HELP CALCULATING VOLUME OF SPHERE? |
|
[2 replies] Last: Thank you so much :) (by closed account 3CGE8vqX)
|
by kmtompkins
encode/decode
|
|
[3 replies] Last: i got it #include <iostream> #include <string> #include <algorithm>... (by kmtompkins)
|
by pepstein
Errors with template using nodes
|
|
[5 replies] Last: haha, thanks I looked through my code to check it but didn't realize I... (by pepstein)
|
by Samariyu
Lists and Seg fault
|
|
[1 reply] : Nevermind, I got it to work. THank you :). (by Samariyu)
|
by tylergarner
Word Counter
|
|
[2 replies] Last: This helps a little bit but doesn't really answer my question. How wou... (by tylergarner)
|
by JBIRD304
Infinite loop in switch statement?
|
|
[no replies]
|
by kmtompkins
reading lines
|
|
[6 replies] Last: You are mixing >> with getline. >> will stop as soon as it finds whit... (by Disch)
|
by jmilby42
system("pause") and system("cls") or system("clear")
|
|
[5 replies] Last: @Duoas...I used your code: if (system( "cls" )) system( "clear" ); i... (by jmilby42)
|