by kitaboy
if statements not triggering with text strings
|
|
[2 replies] Last: Such a blunder. I must have debugged for hours on this. Still learning... (by kitaboy)
|
by donttrackme
Initialising a 2D numeric array
|
|
[2 replies] Last: @keskiverto - Sorry for the mistake in terms. I do that often even th... (by donttrackme)
|
by mas12
I couldn't solve it in c++ can you help me
|
|
[1 reply] : Doublepost of: http://www.cplusplus.com/forum/general/117194/ (by keskiverto)
|
by w000k
dev c++ no ejecuta codigo
|
|
[1 reply] : Check that i and k do not exceed the size of the array. The progra... (by Chervil)
|
by Opjeezzeey
Prompting for array values
|
|
[2 replies] Last: How would I add another sort in there for ascending alphabetical order... (by Opjeezzeey)
|
by sosscs
while(cin) ! how does that works ?
|
|
[2 replies] Last: int x; if(cin >> x) In this context it is indicating whether or not... (by Chervil)
|
by Shery
Function similar to \r
|
|
[1 reply] : the only way to do that is to perform terminal and os specific stuff, ... (by nvrmnd)
|
by AdrianV
Bubble sorting Strings with strcmp()
|
|
[4 replies] Last: I was able to make the program work using the algorithms library! D... (by Catfish666)
|
by ramirez618
Problems with numbers
|
|
[4 replies] Last: May be make a count variable to keep track of the number of times in t... (by swejnc)
|
by Lindseybb
Add two points
|
|
[2 replies] Last: A less friendly approach has: T operator+ ( const T & lhs, const T ... (by keskiverto)
|
by mfranz12
help with poker game
|
|
[no replies]
|
by enemy
First smaller prime to sqrt(a1)-PLEASE, PANICK!!!
|
|
[2 replies] Last: Hello! Why is result 19 and not 11 here: (the same tast, fixd some thi... (by enemy)
|
by dylanv
Passing file names as formal parameters from main to function in another .cpp file
|
|
[2 replies] Last: Thanks for the reply. You're right it works when I stop trying to pas... (by dylanv)
|
by segurivirix
Outputting unsupported symbols
|
|
[no replies]
|
by jwilt
2D array
|
|
[2 replies] Last: When working with any container, indecies start at 0, and end at their... (by IWishIKnew)
|
by Graeme Hart
Character Array printing "P<[random_character]"
|
|
[no replies]
|
by fahmankhan75
Getline function
|
|
[2 replies] Last: Also on windows I think cin.getline() will leave the newline in the b... (by giblit)
|
by chelseaR
Capitalizing the first Letter of each sentence of a String
|
|
[6 replies] Last: Alrighty. I changed it really quick. still gives me the same output bu... (by chelseaR)
|
by cyberdude
size of file
|
|
[2 replies] Last: ok thanks (by cyberdude)
|
by fahmankhan75
Outputtign Odd numbers
|
|
[4 replies] Last: Not bad home star! Creative thinking, I must say (by fahmankhan75)
|