by tochivelez0
switch and things
|
|
[14 replies] Last: Thank you for the clarification. (by Renthalkx97)
|
by difenbahij
Supervision
|
|
[6 replies] Last: Ok I will try this way. See you later :) (by difenbahij)
|
by DawnOfMe
Question about do while loops
|
|
[9 replies] Last: This is a c string, which is just an array of char, inlcudes a closing... (by DarkLightHitomi)
|
by schambers90
Beginner.... Game ideas?
|
|
[6 replies] Last: Well I just went and bought books on the subject such as, "Creating Ga... (by CodeWriter)
|
by bikonja
Problem with references
|
|
[2 replies] Last: > map(my_map) calls the copy constructor no, it doesn't. > the writin... (by ne555)
|
by akanash94
Need help with first assignment beginner
|
|
[9 replies] Last: #include <iostream> #include <cmath> int main () { for (double va... (by closed account E0p9LyTq)
|
by Mor1994
Ctor with parameters
|
|
[7 replies] Last: in the first code you wrote, you had initialized it in the construct... (by AbstractionAnon)
|
by Nielyboyken
File deletion not working
|
|
[4 replies] Last: use the condition if(!fileExistance.good()) return -1; -1 li... (by Ericool)
|
by Binary91
Getting reference of class member with "this" access
|
|
[13 replies] Last: Yes I know, but I have some locale variables in the function that hav... (by Ericool)
|
by rish49
Optimization related programming
|
|
[2 replies] Last: simply mentionning attack type , should give you an hint : type (enum ... (by Ericool)
|
by sunsflower
unknonw override specifier
|
|
[4 replies] Last: override is for virtual methods , as for final override to mark a... (by Ericool)
|
by HG319
Matrix array prints transposed
|
|
[1 reply] : where is your code ? transpose is easy , simply do a nested for loop ... (by Ericool)
|
by xxgixxx
alternative to getAsyncKeyState?
|
|
[2 replies] Last: lol i know :P but it 's a good thing that i made this thing in a conso... (by xxgixxx)
|
by Diksha Modi
Function is not updating data and program goes in an infinite loop
|
|
[5 replies] Last: Thank You all. It's all clear now. (by Diksha Modi)
|
by FrankRafa
Confused all the way..Really need help..
|
|
[7 replies] Last: Your thread has a green tick so I assume it is done? Your last questio... (by CodeWriter)
|
by Xrey274
error:expected '(' before 'not' tolken HElP!
|
|
[2 replies] Last: What Peter87 said is correct. You'll also want to consider the negatio... (by YFGHNG)
|
by jonahg119
Errors 2043, 2046 and 2047
|
|
[4 replies] Last: Check your switch(o); . There should be a big ass hint staring at you... (by YFGHNG)
|
by Mingda
EXC_BAD_ACCESS error
|
|
[4 replies] Last: I got it! The Node object created in the InsertNode function will last... (by Mingda)
|
by Nielyboyken
Breakpoint/heap error in code
|
|
[3 replies] Last: Thanks for the help and advise all! :) I had to use FileToDelete.lengt... (by Nielyboyken)
|
merge sort two arrays |
|
[9 replies] Last: thank you (by closed account 367L3TCk)
|