by bubbleboys
keeping track of time in a sound file
|
|
[no replies]
|
some questions about exceptions |
|
[4 replies] Last: I've always thought the anonymous Copyable would get destroyed when yo... (by closed account 1yR4jE8b)
|
by meepokman
How do I clear a textfile in a program
|
|
[3 replies] Last: If you want to ensure deletion of the contents, open the file with the... (by Incubbus)
|
by Aurelio
CONSTRUCTOR CALLS...
|
|
[3 replies] Last: I was thinking if it's sane to rely on such behaviour or not. As for m... (by KarlisRepsons)
|
by shinobi
how to use boost lib property tree to get children name
|
|
[no replies]
|
by JFloyd
Lattice Number Generator
|
|
[1 reply] : I thought of a way to do it with arrays where it creates as many slots... (by JFloyd)
|
by donnyb
Memory leaks
|
|
[6 replies] Last: Found the leak. I wrote two functions that malloc the data only once,... (by donnyb)
|
by DeucEy
Char String Won't Recognize
|
|
[2 replies] Last: I like the way you illustrated that lol. That takes care of that prob... (by DeucEy)
|
by bluecoder
sizeof string pointer
|
|
[8 replies] Last: Never mind. memset() and memcpy() only make a difference when dealing ... (by helios)
|
by smcguffee
multimap find with inconsistent order
|
|
[8 replies] Last: Well, the N's are supposed to represent wild-card character values. So... (by smcguffee)
|
rotating a 2d vector in directx |
|
[1 reply] : I am learning direct3D 9 now for the same purpose (writing 2D games)!... (by closed account D80DSL3A)
|
by marlowe
iterating objects
|
|
[8 replies] Last: You can't output the literal names "mary", "joe" and "betty" unless yo... (by Galik)
|
Your favourite C++ undefined behaviours? (1,2) |
|
[35 replies] Last: Recursively re-entering a function during the initialization of its s... (by helios)
|
mandatory pre-declaration of friend function? |
|
[4 replies] Last: As far as I can tell the Standard C++03 says it is legal unless your c... (by Galik)
|
by rumpfi88
2D-Array with Polymorphy
|
|
[6 replies] Last: I'm working on something very similar, so I think I could help you ... (by closed account 1yR4jE8b)
|
by Slamma009
Move a mouse to a point on a screen?
|
|
[1 reply] : The console cursor and the mouse cursor are two different things. To w... (by Duthomhas)
|
by Endeavour
Inputting 0101 and store as 101
|
|
[2 replies] Last: When you cin >> somenumber then leading zeros are discounted. How... (by Duthomhas)
|
by bubbleboys
Is this pointer code?
|
|
[10 replies] Last: cool, that clears up my confusion thanks a bunch guys (by bubbleboys)
|
by Albatross
IOStream and STL
|
|
[3 replies] Last: maybe you need to catch the exception properly... try { ... (by bigearsbilly)
|
by Null
extern + functions
|
|
[14 replies] Last: It is no wonder that everyone is confused with all the misuse of terms... (by closed account z05DSL3A)
|