by volang
"New" in front of members of object created with "new"
|
|
[18 replies] Last: start simple: how much ram do you have, and is your compiler 64 bit or... (by jonnin)
|
by imposter
Two blocking tasks on the same thread
|
|
[4 replies] Last: Thanks for sharing your thoughts. I completely agree that keeping it s... (by imposter)
|
DOUBLY LINK RANDOM NUMBER GENERATOR |
|
[2 replies] Last: Step one: define listSize as 1000. This you can do super easy, you hav... (by highwayman)
|
by marhuum
How definitively to cast/remove 'constant' ?
|
|
[12 replies] Last: I wouldn't rely on such behavior for a more complicated function. I w... (by jonnin)
|
by jguo5258
C++ won’t print, even with cout::flush
|
|
[5 replies] Last: it unfortunately promotes it inside the code, so when it loads the CP... (by jonnin)
|
How i can learn to address particular issues in my software?? |
|
[15 replies] Last: i don't know if such a thing exists in a downloadable format. You wou... (by jonnin)
|
by volang
Static const map inside class/struct
|
|
[5 replies] Last: you can overload it normally if you want to access it from objects. ... (by jonnin)
|
by Andrius0910
Debug Assertion failed
|
|
[1 reply] : Somewhere in the call stack is your code. Find the part of your code t... (by Repeater)
|
by woohyeon
If I use malloc in C++, what should I use for casting?
|
|
[3 replies] Last: Your question having been answered, I would nonetheless be remiss, giv... (by Repeater)
|
getline reads only one line |
|
[4 replies] Last: renaming parse() to e.g. assemble()? You'll find that naming things c... (by Ganado)
|
by volang
Use variable to set size of array within a class
|
|
[5 replies] Last: If you want a container to have its size set at run-time in C++ code u... (by deleted account xyzzy)
|
by paflores429
Is it bad to put all ones code in an hpp and not even use a cpp file?
|
|
[4 replies] Last: There are several problems putting all your function bodies into a hea... (by MikeyBoy)
|
by Albuquerster
capDriverConnect() c++
|
|
[2 replies] Last: Hi, SO Win7. Thks (by Albuquerster)
|
by vincentkuen
Any pro can find the solution?
|
|
[4 replies] Last: Thank you, dutch! (by Enoizat)
|
by marhuum
Any way to have the return string alias with the defined name in caller scope?
|
|
[8 replies] Last: I am responsible for all your vexations, so say sorry.. it's just a no... (by marhuum)
|
by oakieville
add llvm obfuscator to aosp
|
|
[no replies]
|
Need help with string and system() |
|
[3 replies] Last: Thank you Ganado! The name is now stored as a variable and is now able... (by fuerdiekatzen)
|
by zStupan
How to implement callbacks?
|
|
[1 reply] : You may pass a function object as the callback. See: http://www.cplus... (by coder777)
|
by BabySeven
speed of Newton's binomial by recursion
|
|
[13 replies] Last: Love the cod fish. I’m sorry I missed that one. That makes me even... (by deleted account xyzzy)
|
by flav32
adding words to char array
|
|
[4 replies] Last: Sorry about that. I figured it though. Here is an example: n=4. "My ... (by flav32)
|