by rozick1
Quadratic factoriser
|
|
[7 replies] Last: you forgot the chance there is an equation like 14x^2+12x+213 it... (by ui uiho)
|
by blaze41
Classes help
|
|
[14 replies] Last: add and subtract don't need to return anything, void is sufficient. I... (by kbw)
|
by hvigil
Help with errors on arrays?
|
|
[3 replies] Last: Errors i spot: Might be a copy and paste error but line 1 you forgot ... (by Need4Sleep)
|
by gmenfan83
Exception throw will not execute?
|
|
[2 replies] Last: Geez, im getting tired lol, Thanks for pointing that out @cire! (by gmenfan83)
|
by time to c
Trying to understand structures.
|
|
[3 replies] Last: Thank you guys that was really useful information. (by time to c)
|
by georgep
Can't find error - Google Code Jam problem
|
|
[8 replies] Last: If you consider a triplet that contains the 'best' value 8. The non-s... (by cire)
|
by magadavixt
multi dimension array
|
|
[4 replies] Last: @magadavixt Yes. One goes right after the other. for (int n=0; n < 3... (by whitenite1)
|
by TribaL
Need some quick help
|
|
[no replies]
|
by TNavy99
Static Cast (from Array) trouble
|
|
[2 replies] Last: Thank you Albatross. I didn't even really think about that I was casti... (by TNavy99)
|
by beastmaster
Array sorting help
|
|
[1 reply] : look up bubble sorting c++. that is a simple sorting method. (by ui uiho)
|
by EricaFH
Crazy error about architecture
|
|
[3 replies] Last: You're very welcome. (by Disch)
|
by youngblood1
Whats wrong with this code
|
|
[2 replies] Last: Ok, I see what you mean, but how can I fix it? I have to use the give... (by youngblood1)
|
by EricaFH
24: error: invalid conversion from ‘char’ to ‘const char*’
|
|
[3 replies] Last: That fixed it. Thank you! (by EricaFH)
|
by Teerlinc
Linked List
|
|
[1 reply] : linkedList.h is a header file, not an algorithm. A linked list is a c... (by LB)
|
Background Game Timer? |
|
[2 replies] Last: Unless the game is moving in realtime (which I doubt), there isn't muc... (by Disch)
|
Why Use Empty Structures? |
|
[9 replies] Last: Thanks for the additional information, guestgulkan :) I'll look into... (by closed account zb0S216C)
|
"EXC_BAD_ACCESS" error while trying to use pointer classes :s |
|
[2 replies] Last: Eh thanks man, But I guess that's not the only problem... My program i... (by emperorvinayak)
|
by smk702
Simple Program just stops
|
|
[3 replies] Last: The goal of the assignment was to take words from a file, count conson... (by smk702)
|
by Fliize
C++ random number trail
|
|
[10 replies] Last: Yeah, that's OK. I have only some stylistic observations: - You can r... (by bbgst)
|
word Separator |
|
[1 reply] : tried it and it doesnt work.. (by chaossettler)
|