by jbgamer12
c++ operator overloading errors
|
|
[3 replies] Last: There're many wrong spots I saw only scan for secs. Just like, i.e. ... (by lsk)
|
by VisuAlly
OpenGL colors won't show up?
|
|
[2 replies] Last: Ooh, I see. That worked, thank you very much! (by VisuAlly)
|
by zed627
Non-global variable constants from the header file into a function
|
|
[1 reply] : If you are using a constant, there are a couple of ways of doing this.... (by TwilightSpectre)
|
Pointers to functions problem |
|
[3 replies] Last: Ah, that makes sense. Changing type (*function)(type) to void (*fu... (by RainbowParadise)
|
by wharp2
Getting average problem
|
|
[3 replies] Last: sum_of_test_scores = 0; I would do it after the average is calculate... (by admkrk)
|
by stlund
Need help with a Highscore program.
|
|
[8 replies] Last: Why does HighScore inherit HSItem? Your HighScore object is NOT a HSI... (by AbstractionAnon)
|
by swivel
Error Message when compiling code.
|
|
[4 replies] Last: Thanks for the explanation. Now I see what your saying. (by swivel)
|
by HaBe1963
Recursive problem
|
|
[no replies]
|
by nick050183
Access text box from a .cpp file not the original .h.
|
|
[17 replies] Last: In case anyone runs across this problem. I found the solution here. ke... (by nick050183)
|
by zca4
Function trouble in a string substitution program
|
|
[3 replies] Last: What do you mean by having trouble? Also, you could just have return ... (by Ganado)
|
by weee
a little question about rvalue reference overloading
|
|
[3 replies] Last: NOTE: Explaining rvalue-ref within few lines of comment cannot suffice... (by OxBADC0DE)
|
by anundal
noob basic command line usage microsoft visual c++ express
|
|
[4 replies] Last: See: http://msdn.microsoft.com/en-us/library/f35ctcxw.aspx (by JLBorges)
|
by blankpat
findavg function in array
|
|
[8 replies] Last: Glad to help, but something to think about in in the future - If each ... (by admkrk)
|
by Ganado
Using friendship with save file function
|
|
[no replies]
|
by zionet
Generate N Perfect Numbers???
|
|
[4 replies] Last: Brute force solution is to get a table of primes, first 1000 primes fo... (by Smac89)
|
by Fletch
Multiple anti-closers having to be used.
|
|
[6 replies] Last: Scrap that, complete numpty moment, didn't #include <limits> ... (by Fletch)
|
really lost |
|
[5 replies] Last: You don't need line 4. (by mutexe)
|
by Mike Teavee
Display Slovene letters in a string
|
|
[4 replies] Last: Thanks for the link, i tried the code but I think I'm still restricted... (by Mike Teavee)
|
by Stauricus
lifetime of variables inside namespaces?
|
|
[2 replies] Last: oh i see. i'll try another approach then. thanks! (by Stauricus)
|
by lazarus102
The meaning of int
|
|
[8 replies] Last: Oh sorry, I got a bit confused. Whenever I had integer trouble (with... (by closed account j1CpDjzh)
|