by sun216
Cimagelist.Draw() returning 0
|
|
[1 reply] : Well it's working now -- I used DrawIndirect() -- it's woking s... (by sun216)
|
by mar11
allocate memory on the heap
|
|
[2 replies] Last: Please post some of the code. Its easy to miss inadvertent memory leak... (by Galik)
|
by johnlondis
matrices array
|
|
[11 replies] Last: I'm not an expert on this. I am just going on what Wikipedia says. ... (by Galik)
|
by snehlta
how to store an alphabet from an array[26] to another array
|
|
[no replies]
|
by chenkai036
binding reference parameter causes error
|
|
[no replies]
|
by marty09x
print in alphabetical order.
|
|
[4 replies] Last: thank you for all your help. (by marty09x)
|
by vRltwE
Fundamental lack of knowledge
|
|
[3 replies] Last: Basically, the .cpp file is where you usually put all the DEFINITIONS.... (by Galik)
|
by cpukid
referencing variable names
|
|
[2 replies] Last: Works great! Thank you! (by cpukid)
|
by vihrao
how to delay destructor call
|
|
[4 replies] Last: 2. Classes with pointers require you to define a copy constructor, as... (by PanGalactic)
|
by genny
importing files with strtok
|
|
[2 replies] Last: I thought that's what I did . I import the line ( line 82) and then... (by genny)
|
by naeem561
assigning one structure to another using pointers
|
|
[1 reply] : Macroblock is the structure Macroblock mb would declare a Macroblock ... (by hamsterman)
|
by Mythios
3D Rotation
|
|
[no replies]
|
by Syerjchep
Rotation of rectangles in SDL. (1,2)
|
|
[20 replies] Last: http://www.mediafire.com/?moyzzmmzozm (by Mythios)
|
by pccX
Converting an integer to a STL bitset
|
|
[3 replies] Last: Generic Programming and the STL: Using and Extending the C++ Standard ... (by moorecm)
|
by keewong
question about vector, arrays, and pointers
|
|
[3 replies] Last: Yes that looks fine. But it also depends on what you want to do wit... (by Galik)
|
by FrankTheFox
C++ DLL called from VB
|
|
[3 replies] Last: It's conventional to open a file when you begin to use it, can close i... (by kbw)
|
by pozdrav
inheritance
|
|
[1 reply] : template <typename Type> class MAT { }; template <typename Ty... (by Denis)
|
by whoami32
vector pointer
|
|
[1 reply] : Hi. I think you want a vector list to hold vector lists itself (by ... (by cdel)
|
by marty09x
add space between array strings
|
|
[5 replies] Last: #include <iostream> #include <sstream> #include <iomanip> using na... (by moorecm)
|
by mar11
mem lack
|
|
[1 reply] : The only pointer to the piece of memory allocated to Pointer_1 has bee... (by Galik)
|