by Explodey
Getting mod keys in SDL
|
|
[2 replies] Last: Yep, that fixed it. I'm not really sure why, though. I'm pretty new ... (by Explodey)
|
by wolfv
next_permutation() misbehaving
|
|
[2 replies] Last: Thank you so much Cubbi ! sort(AVector.begin(), AVector.end()); Tha... (by wolfv)
|
by whiterayne
JB FAN
|
|
[1 reply] : But you did not explain it well too. You did not tell that it is the p... (by rodiongork)
|
by q1670741824
why declare a explicit specialization? anyway it would be generated from template
|
|
[no replies]
|
by bowleruu16
creating this array
|
|
[1 reply] : 1. You didn't pass the array into your function. 2. Your scaleFactor v... (by Tresky)
|
by sky3
Problems with isdigit
|
|
[3 replies] Last: I think the point is not to use the std::isdigit() function. You n... (by Duthomhas)
|
by Dan Feerst
working with bits
|
|
[no replies]
|
by beboman
Passing vectors through functions causes crash
|
|
[8 replies] Last: also, i know what pass by reference and pass by value are, i just thou... (by beboman)
|
by HydRoLani
What is missing?
|
|
[no replies]
|
by shamieh
Why am I getting this strange error?
|
|
[4 replies] Last: Hi @shamieh, this is how should it look but to be honest i prefer @Jam... (by eyenrique)
|
by drzazga
Undeclared Identifier?
|
|
[8 replies] Last: I don't get any errors, only three warnings. (46) : warning C4101: '... (by xismn)
|
by fahmankhan75
How to find length of string?
|
|
[no replies]
|
by fahmankhan75
Void parameter guidance?
|
|
[7 replies] Last: only if I had studied pointer yet :( I guess I will try to do bunch of... (by fahmankhan75)
|
by hiimmike
Random numbers in array
|
|
[2 replies] Last: thank you (by hiimmike)
|
by athrun200
How to simplfy my code? Paper-rock-scissor game
|
|
[5 replies] Last: Thanks everyone! I learn so many new codes now! (by athrun200)
|
by Windmill
Requesting hints for cpp problem.
|
|
[no replies]
|
by Jose94ji
Problem with hangman game
|
|
[1 reply] : You are trying to increment x in your argument, which causes undefin... (by yulingo)
|
by drzazga
problem with seperating string.
|
|
[1 reply] : File: 2000 1 1225.72 1 463.81 3 200 1 632 2 1500 1 300 2 1800 Am I r... (by yulingo)
|
Need A little bir of help with arrays |
|
[1 reply] : Well if you have 20 grades, you need an array of size 20. You've decla... (by yulingo)
|
by fahmankhan75
Logo going out of border
|
|
[2 replies] Last: Ok, I forgot to delete the semi colon on line 4 so that fixex the hori... (by fahmankhan75)
|