by cupcake
Why my do-while loop is not doing as I wanted?
|
|
[1 reply] : Why are you avoiding std::string ? Your issue is that you are compar... (by LB)
|
by theRunner
Can't write into HKLM Registry
|
|
[1 reply] : By now I solved the problem. In fact I wanted to create a Key under HK... (by theRunner)
|
by mattig89ch
assigning my values to a two dimensional array
|
|
[2 replies] Last: yea, I realize what I was asking was stupid. but it was late when I a... (by mattig89ch)
|
by Malrig
Creating function for simple choices
|
|
[2 replies] Last: Cheers just wanted to check I didn't make some awful error or a progra... (by Malrig)
|
by mora15
ignoreCaseCompare().
|
|
[2 replies] Last: @mora15 This is simply a program where you enter two variables and t... (by mora14)
|
by venkatacplpl
How destructor is executed here?
|
|
[3 replies] Last: Checkout: http://stackoverflow.com/questions/2204608/does-c-call-destr... (by ShodanHo)
|
by xcyl40
Cryptogram Help!
|
|
[no replies]
|
Range Based For Loops ยง 6.5.4 (86) |
|
[10 replies] Last: > I'm sure you would have given me a direct answer by now I've given... (by JLBorges)
|
by johnmerlino
Is \n in a char array considered a single character?
|
|
[3 replies] Last: > if so, then how does the compiler know that the backslash and the 'a... (by JLBorges)
|
by johnmerlino
null terminator same as null and thus falsy value?
|
|
[1 reply] : Yes, a null character will get evaluated to false . (by long double main)
|
by zsmash
How to make shorter name output
|
|
[4 replies] Last: so do i need to change those void gotoxy function into your function g... (by zsmash)
|
by galangjosh
How to square and cube a number in my program?
|
|
[5 replies] Last: Thanks anyways :D (by galangjosh)
|
by Nicholas001
I need help urgently please!!
|
|
[1 reply] : Try working the steps to the solutions out on paper first in plain lan... (by wildblue)
|
by zre
concurrent_vector returns invalid data
|
|
[no replies]
|
by novellof
HomeWork help
|
|
[no replies]
|
by FredYates
Issue with returning variables with if statments
|
|
[1 reply] : Well there is a fair amount of issues I see here. So I will start off ... (by kingkong200)
|
by johnmerlino
output and input queues
|
|
[no replies]
|
by TwistedKitty
Nested while loops.
|
|
[5 replies] Last: I think you still have an infinite loop there. If the user enters 5 - ... (by wildblue)
|
by Gyiove
SDL set window icon ( ohter ways )
|
|
[4 replies] Last: [quote=Gyiove]Anyway. I readed somewhere that SDL_image cant be used S... (by Peter87)
|
by TwistedKitty
Program "skips" first input value
|
|
[1 reply] : Try removing line 12 and see what happens. As it stands, the input yo... (by long double main)
|