NPC Wont Move (and no collision) |
|
[18 replies] Last: UPDATE - Thanks everyone I can now begin on Inventories/Combat. I hope... (by closed account N36fSL3A)
|
by heepoo
a game engine
|
|
[3 replies] Last: I used SDL, but SFML is faster and such. But I'd still recommend lear... (by closed account N36fSL3A)
|
by Ciu
Deadlock.
|
|
[3 replies] Last: main thread writes to doNot and the two other threads read from doNot ... (by Cubbi)
|
by slydex
Passing a C++ classfunction pointer to a C function
|
|
[4 replies] Last: You need to implement a C API which has functions which call on to the... (by andywestken)
|
by CSCImajor18
ERROR: Expression Must Be a Modifiable lvalue
|
|
[6 replies] Last: list = new DoublyLinkedList (list ); // what is list ? not defined. ... (by abhishekm71)
|
choice between composition and inheritance |
|
[2 replies] Last: use inheritance only when you want to extend the functionality of the ... (by coder777)
|
by sinperro1
Text file i/o
|
|
[1 reply] : Use the std::string mechanism: file = dir + "/profile_00" + convertj.... (by coder777)
|
by sharpie789
Errors LNK2028 and LNK2019
|
|
[3 replies] Last: Here it is with code tags: Header take 2.h: #pragma once #include <... (by sharpie789)
|
Android |
|
[5 replies] Last: It is c++ code and I know my code and java was not built for android ... (by coder777)
|
by ewl
error dereferencing pointer to incomplete type
|
|
[3 replies] Last: 1) Please use code tags when posting code to make it more readable. ... (by MikeyBoy)
|
by foozhan
priority_queue
|
|
[1 reply] : It creates a priority queue called "queue" where each element is a pai... (by Cubbi)
|
by Manga
Lies, lies, and a bunch of A.I.
|
|
[19 replies] Last: You don't suppose the computers themselves took offense to me saying t... (by Manga)
|
by qwerty7899
I need help with my code
|
|
[1 reply] : Add cin.ignore before cin.getline : cout << "";// needed to make t... (by TTT)
|
by minak
join function
|
|
[1 reply] : WaitForSingleObject() or WaitForSingleObjectEx() http://msdn.micr... (by JLBorges)
|
by agoswami
32bit vs 64 bit in structure and union
|
|
[no replies]
|
by StoneHeart
[HELP] Convert To SafeArray
|
|
[no replies]
|
by adam davis
What can a pointer of type void be used for?
|
|
[6 replies] Last: Because the clutter api requires that the callback function has a cert... (by htirwin)
|
is Possible that read and write in DMA at same time& |
|
[no replies]
|
by Jubbly
Simple calculator operation
|
|
[5 replies] Last: int main() { double x=0., y=0., z=0.; char op; bool reset=true... (by ats15)
|
by mohrchance
code problem
|
|
[13 replies] Last: Ok, not bad, but you missed the bool variable, the quit option, and us... (by TheIdeasMan)
|