by HG319
Move constructor and assignment
|
|
[2 replies] Last: ... and you seem to continue your http://www.cplusplus.com/forum/begin... (by keskiverto)
|
by h4ever
LRESULT and extern variable
|
|
[16 replies] Last: Thank you very much. Now it successfully compiled. (by h4ever)
|
by CrypticA1
Program if else hassle
|
|
[4 replies] Last: This is your code structure: if(character is Y) // Code Path 1 //No... (by MiiNiPaa)
|
by mykds
Copying Files
|
|
[3 replies] Last: Another effective technique is to explain your code to someone else. ... (by MiiNiPaa)
|
by ferrad
FILE in CPP
|
|
[2 replies] Last: Thanks, including cstdio did it. (by ferrad)
|
by rofhiwangae
stop clock in sfml
|
|
[1 reply] : Instead of stopping the clock you can check in the if statement how ma... (by Peter87)
|
by fafalone
Winapi MessageBox won't close.
|
|
[1 reply] : In Windows MessageBox has the same meaning as Cancel button (or ... (by MiiNiPaa)
|
by new1
map case insensitive
|
|
[5 replies] Last: If it is just to display things, create a temporary map that sorts the... (by Duthomhas)
|
by CrypticA1
Goto statement confusion
|
|
[5 replies] Last: To illustrate what's been said, here's a version of your program which... (by Michael5)
|
by rofhiwangae
error class " " has no member function named " "
|
|
[2 replies] Last: thanx for de reply il do just dat (by rofhiwangae)
|
by mishappp
Dynamic array container, with indirection.
|
|
[5 replies] Last: [quote=mishappp]I cant do that with the array container? If you don't... (by Peter87)
|
Odd errors, msdn solutions not working |
|
[5 replies] Last: Okay, after looking around, I bypassed the issue by completely rearran... (by DarkLightHitomi)
|
by Skip1
Header file issues
|
|
[3 replies] Last: Oh, and remove #include <stdafx.h> from your program. (by Kevin C)
|
by CrypticA1
Issues with program
|
|
[4 replies] Last: now im having another problem //ultimate MATH PROGRAM #include <ios... (by CrypticA1)
|
by ry0823
Void function?
|
|
[1 reply] : hideous. Use a debugger, inspect the variables (a watchpoint may be us... (by ne555)
|
by Blackhart98
Class in constructor won't decrease
|
|
[7 replies] Last: > q.buysomething(&q,o); a member function of a class receives as a h... (by ne555)
|
Unfamiliar errors |
|
[5 replies] Last: Well, that is interesting. Thanks. I looked up c++/cli and actually go... (by DarkLightHitomi)
|
by ry0823
Void function problem
|
|
[1 reply] : i = 1, case 1, total = 6 i = 2, case 2 default, total = 0 i = 3, case ... (by closed account 48T7M4Gy)
|
by JanJakob
Mathematical programming
|
|
[3 replies] Last: C++ is an imperative language, not a declarative one. You have to lear... (by Kevin C)
|
by newbieprog
Merge Sort with display problem
|
|
[6 replies] Last: merge sort is O(n lg n) if the merge part can be done in O(n) The `dis... (by ne555)
|