by yiyiyao
<unresolved overloaded function type>[int]’ for array subscript Error Message
|
|
[4 replies] Last: Heheh. It was oddly placed. (by cire)
|
problem with data types in square root algorithm |
|
[3 replies] Last: If long is 32 bits there is no problem. If you're on a system where l... (by cire)
|
by happykiller
Totaly lost and tired and HELP WITH SAVE AND LOAD
|
|
[7 replies] Last: I did it! The problem was the variables. I declared them extern xD. My... (by happykiller)
|
by strupan
Do-while loops and while loops
|
|
[5 replies] Last: I thought that if I had a do-while loop within the whole thing, anyth... (by cire)
|
Question about classes and public/private |
|
[12 replies] Last: Cubbi, Thanks for the links. My formal training in C++ is over 10 ye... (by doug4)
|
by isuru123
Root Mean Square
|
|
[3 replies] Last: sum and count are both ints, so your calculation of RMS will be based ... (by doug4)
|
<Please Delete> |
|
[1 reply] : I may be blind, but I don't see any global variables here. (by ResidentBiscuit)
|
by strupan
Build errors?
|
|
[2 replies] Last: I feel stupid now lol, thanks so much (by strupan)
|
by Kieth89
Methods for creating a queue class.
|
|
[1 reply] : I think the main disadvantage with the way you describe is that it is ... (by Peter87)
|
by unstoppy
dynamic memory allocation
|
|
[1 reply] : Only use dynamic memory allocations if you have to. If you have valgr... (by Peter87)
|
by Need4Sleep
Strange output using std::list and ifstream
|
|
[8 replies] Last: A struct can have constructors, member functions, operator overloads, ... (by Cubbi)
|
by jaysolon
string to main function through a class
|
|
[1 reply] : Hi there, It seems to me as if you haven't declared the read and writ... (by closed account o3hC5Di1)
|
Trouble with constructor for a class |
|
[2 replies] Last: That did the trick. Thanks. For some reason I assumed the constructo... (by jallenbradley)
|
by Daxmark
Structures help
|
|
[2 replies] Last: You simply specify that delete_loan takes a reference like this: ... (by kooth)
|
by Blackwizard
Operator Overloading
|
|
[3 replies] Last: thanks alot... is any digest article about operator overloading in c++... (by Blackwizard)
|
by gian20
The input line is too long. VS
|
|
[1 reply] : Hi there, I haven't experienced this issue myself, but some googling ... (by closed account o3hC5Di1)
|
by Avidist
Complete Beginner, Basic Questions.
|
|
[9 replies] Last: Athar, why exactly is it outdated and such as you said? I have no par... (by Avidist)
|
by chameleon
Shrink allocated memory with 'new'.
|
|
[3 replies] Last: Indeed. Though, they behave the same - irrespective of the implementat... (by closed account zb0S216C)
|
by hyplobates
exe falls over after 10 iterations....
|
|
[6 replies] Last: [quote=hyplobates] "apologies, I'm a total newb, and I'm not quite sur... (by closed account zb0S216C)
|
by RyuKnightly
need help read data from textfile ^_^
|
|
[7 replies] Last: I think I'd go with something like: #include <string> #include <fstr... (by cire)
|