by grimsniper44
stoping loop if input is '\n'
|
|
[4 replies] Last: Line 24: i changed to while (*Names != '\n') however it is not sto... (by grimsniper44)
|
by nbanney
functions won't work, please help!
|
|
[1 reply] : Please explain the int i; in lines 88 and 106 (¿why did you put tha... (by ne555)
|
How can i display this ascii art? |
|
[4 replies] Last: and you have to pay attention for when the size extends 80 (the maximu... (by JewelCpp)
|
by fryingpan
If statement inside for loop with respect to elements of a string array
|
|
[4 replies] Last: I see. Thank you very much for your help AbstractionAnon :). Problem ... (by fryingpan)
|
by jeogbl
Program that shows secondary colors made from primay colors
|
|
[2 replies] Last: I'm want the user to input two of the three primary colors and the pro... (by jeogbl)
|
by squirrel27
Blank compile screen
|
|
[6 replies] Last: Ok i fixed that... did not know it showed highlighted with the <>... o... (by squirrel27)
|
Weird bug with color in cout |
|
[13 replies] Last: @Mary M Okay, I fooled around with the code a bit more. I added a c... (by whitenite1)
|
by rshoe
Using TryCatch in functions
|
|
[no replies]
|
by Danwd
Sudoku solver - Stack overflow.
|
|
[5 replies] Last: Don't recurse so deeply. :) Seriously, try and reduce the amount of... (by AbstractionAnon)
|
by mjatt
help with string literals
|
|
[3 replies] Last: Thanks for the correction giblit. I tried to compile on ideone and it... (by wildblue)
|
by jigaboo247
Hard coding a text file
|
|
[4 replies] Last: If you just put in the file name, the the program will look in the cur... (by SamuelAdams)
|
by Mehrdad87
Game
|
|
[14 replies] Last: i have to update and set my dev c++ or get new IDE then try again (by Mehrdad87)
|
by shamieh
Easy Question
|
|
[2 replies] Last: I would just use a string and using getline(cin,stringname); (by closed account 2UD8vCM9)
|
by helpmeplease
Please help with cin multiple inputs seperatted by a comma
|
|
[8 replies] Last: why would you repost my link? (by Little Bobby Tables)
|
by mjatt
increment of pointer??
|
|
[2 replies] Last: Like all other C++ operators, ++ returns a value:- If ++ precedes ... (by KyiannaJones)
|
Program: Selling seats |
|
[7 replies] Last: You were right about the constants for number of days, rows, and seats... (by psychoticbear)
|
by doc17
Help 2 condition while
|
|
[2 replies] Last: This true or you could do it seperately, the && symbols would work bes... (by KyiannaJones)
|
by pthomas
Array
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/arrays/ (by Zhuge)
|
by ragecoder
Help on Overloading operators.
|
|
[3 replies] Last: Here is an example that should be helpful. http://www.cprogramming... (by KyiannaJones)
|
by Mehrdad87
i want...
|
|
[13 replies] Last: Thanks Jones (by Mehrdad87)
|