by Dudester
Playing sounds and music.
|
|
[no replies]
|
by tnjones
question about setprecision
|
|
[6 replies] Last: You can easily do that by using the manipulators fixed (to output your... (by Syx)
|
by vichetchea
Excel-Like Sum function
|
|
[7 replies] Last: Yes, I understood you perfectly. It's impossible. You need SOME way... (by helios)
|
by califguy
basic char vs string question
|
|
[3 replies] Last: strcpy(a,a1) did it ;) Thanks anyways. (by califguy)
|
by califguy
copying into array basics
|
|
[no replies]
|
by califguy
array copying and pointers
|
|
[3 replies] Last: Thanks. Now that i look at it, it makes sense. The-> notation kinda go... (by califguy)
|
by inim38
creating a file in C++ ?
|
|
[3 replies] Last: well, i'm also working on it and i guess structures in c are gonna hel... (by inim38)
|
by aortizb
What is the most efficient way to work with arrays of variables size?
|
|
[5 replies] Last: Thanks to all for the insights. Maybe I need to explain more deeply. ... (by aortizb)
|
by Dibyaranjan
Constructors & Destructors
|
|
[6 replies] Last: Now, that's more like it. Yeah, so basically what paragraph 1 is sa... (by helios)
|
by DuskWolf323
Am I over thinking this?
|
|
[3 replies] Last: Think logically and translate your thinking directly to code. Like ... (by jsmith)
|
by Willie7772
Variance in c++
|
|
[2 replies] Last: give the equation (by Dibyaranjan)
|
by buffbill
C++ swap function template
|
|
[3 replies] Last: Thanks Zhuge i renamed it and it compiled immediately and works proper... (by buffbill)
|
by helios
I've got a good one for you
|
|
[10 replies] Last: Now that's the kind of reply I was looking for. Thank you very much! ... (by helios)
|
by jclim3
Assigning a pointer-to object to another pointer-to object
|
|
[1 reply] : Yes because the pointers are of the same type...however, you need to b... (by Zhuge)
|
by kryptonite
3D Mesh Pathfinding
|
|
[3 replies] Last: Whenever you run the A* algorithm for pathfinding, you're always runn... (by Zaita)
|
by Gonen
Question about win32 hooks.
|
|
[3 replies] Last: Pressing [ PrtScr ] automatically posts the captured image to the clip... (by Duthomhas)
|
by lnzshell
outputting number of correct answers on a test
|
|
[4 replies] Last: Sorry for the typo. I corrected it above. I meant it is output (extra... (by satm2008)
|
by sarahjt1017
static function
|
|
[5 replies] Last: I would rather put the calculation part in another function like calcu... (by satm2008)
|
by Sjlver
Stringstream: mixing str() and operator<<
|
|
[5 replies] Last: Thank you two for your replies! GuestGulkan, your write that I need... (by Sjlver)
|
by austfreddo
interesting #define question
|
|
[12 replies] Last: Yes, do as helios' suggested. The problem you are seeing austfreddo i... (by jsmith)
|