by raymjones
counting vowel in a string
|
|
[3 replies] Last: here is another way, a simple function: #include<iostream> #include... (by muratagenc)
|
by Baso
getline with pointer
|
|
[2 replies] Last: Thanks Webjose I used istream::getline(), and it works . Thanks. (by Baso)
|
by Cutegun
Error using sentinel with an Array
|
|
[2 replies] Last: I'm still not seeing what I'm doing wrong. Why are my outputs coming o... (by Cutegun)
|
by anotherghost
Console freeze bug at different points every time
|
|
[no replies]
|
by raymjones
why is not reading
|
|
[2 replies] Last: Also, on line 38 it is spelled wrong which will stop the program. inst... (by SteveISTBullit)
|
by brian oare
New Guy Needs Help
|
|
[5 replies] Last: The only things that actually needed to be done to make this program r... (by SteveISTBullit)
|
by anotherghost
Making a char array with an int in it
|
|
[1 reply] : The recommended approach in C++ would involve using a string stream. s... (by closed account DSLq5Di1)
|
Inputing multiple entries in a 2D array on one line |
|
[no replies]
|
by fram
Passing an Array between 2 functions
|
|
[no replies]
|
by ratedx94
i need help
|
|
[4 replies] Last: This is what I got, it has a continue (YAY!), may be wrong though. ... (by creekist)
|
by akira25
Email parser problem
|
|
[1 reply] : It's rather difficult to follow the code. There is no indentation. T... (by PanGalactic)
|
by mikeCC
String Problem Question
|
|
[4 replies] Last: I got it working, thank you! (by mikeCC)
|
Difference between .exe.embed.manifest and .exe? |
|
[2 replies] Last: Think I figured it out. I was getting the following warning when comp... (by drunken meerkat)
|
by cp666
weird bug in switch statement
|
|
[2 replies] Last: You might want to check for new lines (ascii 10) as well (by shacktar)
|
by metulburr
turning .cpp to an executable exe file for windows and an executable file in linux
|
|
[5 replies] Last: using many archive files and based on depency Are you perhaps thinki... (by Athar)
|
by twentfiveu
unresolved external symbol
|
|
[1 reply] : Date::printDate() is not defined. (by closed account DSLq5Di1)
|
by acmesereno
Rounding Problem
|
|
[6 replies] Last: The default will truncate them, when no flags are set (e.g., cout.setf... (by Audie)
|
by Shay9999
Loading Resource
|
|
[1 reply] : Laurent on the SFML forums is usually very active and helpfull, so are... (by vlad61)
|
by phantompig
Problem with sort
|
|
[1 reply] : If line 10 is correct, then what is the point of line 8? (by jsmith)
|
by metulburr
loop problem (1,2)
|
|
[22 replies] Last: thanks everyone (by metulburr)
|