Dynamic three-dimensional array of pointers? |
|
[8 replies] Last: I'm late to the game here, but here's an obligatory link: http://ww... (by Disch)
|
question about time in c++ (1,2) |
|
[30 replies] Last: oh i see it.. I knew it was years since 1900 but for some reason I mes... (by beginner at programming)
|
by Gilmar
Getting wndproc in console
|
|
[2 replies] Last: Obnoxious, isn't it? That's because the Windows Console doesn't hav... (by Duthomhas)
|
by kunalnandi
why we use class in C++ ??
|
|
[8 replies] Last: blah blah blah.... OP had it right initially. Venturing a guess ... (by jsmith)
|
by katty
memcpy() and uint8_t
|
|
[1 reply] : hi Katty, You have declared the variable as uint8_t which is unsign... (by somshekhar)
|
by MatsCarlsson
Problem to load a vector by using a pointer (C++)
|
|
[1 reply] : Use Pointer Instead of dot. ptrStorage->push_back("hi"); (by somshekhar)
|
by somshekhar
Linking Error while adding external library
|
|
[no replies]
|
by anujay09
c++ with flash
|
|
[no replies]
|
by amn390
Video into Images
|
|
[no replies]
|
by RYoung992
How to make a tiled map for a game?
|
|
[11 replies] Last: Good news ~ I figured out how to do it in DarkGDK. dbSetSpriteTextureC... (by RYoung992)
|
by Robertlzw
Copy ctor
|
|
[19 replies] Last: There are cases where the compiler may hold a reference as a pointer. ... (by PanGalactic)
|
by repeye
stack around variable was corrupted
|
|
[9 replies] Last: Checked the vector class and it did the trick, thanks tummychow!!! (by repeye)
|
by Infernochaos
Produce a file or w/e with std?
|
|
[8 replies] Last: I see... I wonder why that wasn't implemented for fstream. (by tummychow)
|
by rajeshkooth
small problem with istringstream and 2d vector
|
|
[1 reply] : I solved it. I have to place the line istringstream inputString(lin... (by rajeshkooth)
|
sets of letters (1,2) |
|
[28 replies] Last: You're passing 'A' and 'B' as parameters to your functions. But you... (by Disch)
|
by RDon
Declaring derived classes from base class
|
|
[5 replies] Last: I don't know of anything in the C++ RTTI system that would allow you t... (by Disch)
|
by CGBS
What do you think of this simple Rock, Paper, Scissor game?
|
|
[6 replies] Last: For the most part, prefer OOP over all paradigms until there is a spec... (by moorecm)
|
by htmldns
Using Smart pointers to avoid coding certain class methods?
|
|
[2 replies] Last: Haven't actually looked into it, but that sounds about right (by htmldns)
|
by ndesk1900
Virtual Pointers.
|
|
[6 replies] Last: It's in the compiler. Where else? And no the compiler does not injec... (by tummychow)
|
by FrankyFive
clear function [STL]
|
|
[8 replies] Last: If the size is equal to the capacity, push_back reallocates and copies... (by Bazzy)
|