by DexterMorgan
Const but not at initialization
|
|
[5 replies] Last: Oh yes, I forgot about scope, thanks for pointing that out! (by DexterMorgan)
|
by mightymeowth
Encapsulation for my classes, and multiple classes, returning inputs
|
|
[no replies]
|
by kmtompkins
false positive
|
|
[4 replies] Last: Just remove the : at the end of the link - the page will open. (by wildblue)
|
by mynicks
Why ambiguous? (function overloading)
|
|
[5 replies] Last: Well overloading needs to know what type a variable is. If there is no... (by DarkLightHitomi)
|
by huwenhuo
sematic scope: static variable in CPP with explicit namespacing
|
|
[no replies]
|
by geonightmare
Speed of math calculations
|
|
[4 replies] Last: Keep in mind that a modern processor can execute around a billion inst... (by dhayden)
|
by xgeutzu
Prime X-nacci modded Terms
|
|
[17 replies] Last: Yes, kudos to Norm B!!! Thanks for pointing out the problem. (by dhayden)
|
project to convert |
|
[2 replies] Last: thank you for your link but I really struggle to succeed... :/ I have ... (by closed account GvMiNwbp)
|
by glennpl
writing integer values in char array elements
|
|
[no replies]
|
by xgeutzu
what's wrong ?!
|
|
[11 replies] Last: thank you dhayden ! now it works ! (by xgeutzu)
|
by musabji
swapping variables is messing things up..
|
|
[5 replies] Last: Try this: #include <iostream> // using namespace std; int main() { ... (by JLBorges)
|
by phztfte1
Increment Operator Question
|
|
[4 replies] Last: dhayden, Thank you very much for your comment. I added the parenthes... (by phztfte1)
|
by globalenemy
pointer decleration
|
|
[2 replies] Last: Thank you. this helps. Still a bit confused about this stuff, but i'm ... (by globalenemy)
|
by ilija
lshell 32 not found error?
|
|
[no replies]
|
by PonieClub
Trouble with rand and srand
|
|
[2 replies] Last: I see a mouch bigger problem here: Tons of global variables. You shoul... (by bugbyte)
|
by KPK333
need some explanation of stringstream()
|
|
[2 replies] Last: Thanks ! (by KPK333)
|
by Althalus
I don't know how to draw a ASCll character
|
|
[2 replies] Last: Oops Thankyou that clears some things up (by Althalus)
|
by Matas
void main()
|
|
[14 replies] Last: > Windows allows much larger values to be used, up to 65536 AFAIK, Wi... (by JLBorges)
|
by Bdanielz
get and set char *
|
|
[12 replies] Last: Gotcha. Thanks for the input. (by Bdanielz)
|
by kmtompkins
input _bstr_t
|
|
[3 replies] Last: Yes. std::string verification_code ; std::getline( std::cin, verifi... (by JLBorges)
|