Type casting |
|
[1 reply] : You've got some C-style struct use going on here which is bad form. Le... (by Moschops)
|
by dancks
function reads true regardless???
|
|
[6 replies] Last: The code as it stands, technically works. But collisionhandler::checke... (by dancks)
|
by ozza
Is it safe to bury files in System32?
|
|
[5 replies] Last: I think burying the file is far less important than the encryption. Bu... (by andywestken)
|
by Yestsuae123
HELP with problem please!!!
|
|
[2 replies] Last: here is a small hint to help you. on the first and last line it are al... (by gelatine)
|
by krok
datatype size
|
|
[10 replies] Last: thanks for your help kbw. I had started a new thread, so I didn't hij... (by TheIdeasMan)
|
by kleezmaa
Returning an Array using pointers
|
|
[11 replies] Last: The main purpose of const is to specify your intent. If a parameter is... (by KRAkatau)
|
by monkey1604
quick question, please help.!
|
|
[2 replies] Last: thank you so much :) (by monkey1604)
|
by Zephilinox
getting current time
|
|
[1 reply] : I think you need to initialize currentTime first using the time() func... (by Zhuge)
|
by Nur Zafri
Problem with nested loop
|
|
[2 replies] Last: I see. I will try fix the inner loop. Thanks for your advices (by Nur Zafri)
|
by snoozerman
String length check in argument at compile time
|
|
[no replies]
|
Help with my doubly linked list |
|
[17 replies] Last: I'm incredibly happy. It took me about 20 minutes or so to track down ... (by Volatile Pulse)
|
by jaded7
enum types
|
|
[4 replies] Last: Thanks for the quick help. (by jaded7)
|
by ozza
Runtime Error
|
|
[10 replies] Last: Once again, solved. Just removed the entire else if(!isprint(c)){ ... (by ozza)
|
How can I find the largest number in loops? (1,2,3) |
|
[43 replies] Last: @ Volatile: I'm no kid.... Well I'm a teenager.... Most of your post h... (by DetectiveRawr)
|
by BroncoAG
Blackjack Game help
|
|
[8 replies] Last: The reason it is printing 00 is because you are printing the face valu... (by Hippogriff)
|
by dtaqee88
stumped about getline
|
|
[7 replies] Last: cin.clear() never clears the buffer. All it does it clear any errors t... (by firedraco)
|
by algoRichard
array jibberish
|
|
[3 replies] Last: Greatly appreciate your help, the both of you! Program works efficient... (by algoRichard)
|
by derekn12
Modifiable expression error?!
|
|
[6 replies] Last: Because of what was stated before, you need to remove the semicolo, ';... (by Volatile Pulse)
|
by werd1002
If problem
|
|
[3 replies] Last: What about the call to main(). Very bad news. The if in function end... (by TheIdeasMan)
|
by ryanvkeller
While loop broken?
|
|
[2 replies] Last: Oh... how embarassing.... (by ryanvkeller)
|