by mp121209
a problem with initialization values of array
|
|
[12 replies] Last: @OP The answer to your question was in the second paragraph of the tu... (by Bazzy)
|
by the2kanman
Why can't I do this (if statement)
|
|
[2 replies] Last: yeah i realised about 10 minutes after posting this :P rookie mistake.... (by the2kanman)
|
Appcrash on execution |
|
[5 replies] Last: It's a 2D engine. The hugeness comes from all the things that need to ... (by helios)
|
by praween
Error passing a vector of structure
|
|
[6 replies] Last: yeah got it.. thank you all (by praween)
|
by the2kanman
what is wrong with my array?
|
|
[5 replies] Last: I solved it. thanks for your help everyone :) I had used the variable ... (by the2kanman)
|
by Null
XML library?
|
|
[1 reply] : http://xerces.apache.org/xerces-c/ (by sohguanh)
|
by SoD
Undefined reference error
|
|
[6 replies] Last: Q& add(); Q& sub(); Q& mul(); Q& div(); I return reference be... (by sohguanh)
|
by PeteyPii
LNK4098 - Simple Data Class
|
|
[no replies]
|
if player reaches end of background(coordinates) show Mission Accomplished |
|
[no replies]
|
by rconan
std::tr1::hash specialization for a private nested class...
|
|
[no replies]
|
by jhchawk
How to isolate a nibble from a 16bit binary number
|
|
[8 replies] Last: @hamsterman: Yes, I realize that everything is done with binary. That'... (by jhchawk)
|
by Kajankow
Simple class to main code error or so I think
|
|
[9 replies] Last: Thanks. I redesigned what I wanted to do and solved my problem. (by Kajankow)
|
tic tac toe logic |
|
[4 replies] Last: He stated that he cannot use hard-coded ifs, which is about the core o... (by Kyon)
|
by brac37
data member cannot be created
|
|
[7 replies] Last: The constructor of B is where the constructors of members of B are cho... (by brac37)
|
by afraidofdark
referance objects cause "no match for" kinds error
|
|
[6 replies] Last: variable is not public, I did this "ptr = p.ptr " in copy constructor. (by afraidofdark)
|
by alihart
recursion using queues
|
|
[6 replies] Last: does it mean that i can't use queues? (by alihart)
|
by kfmfe04
boost::thread, pthread (valgrind/helgrind/drd)
|
|
[11 replies] Last: ok - getting valgrind/drd/helgrind to work was much more difficult tha... (by kfmfe04)
|
by AdventWolf
What would be the best way to create multiple entities like Pokemon?
|
|
[11 replies] Last: Alright so I added a map: std::map<std::string, Pokemon> p_map; ... (by AdventWolf)
|
by Dark Byte
Trouble with SFML 1.6
|
|
[1 reply] : I think you'll have more luck at the SFML forums. http://www.sfml-dev... (by R0mai)
|
by mp121209
#include "stdafx.h" and #include <iostream>
|
|
[2 replies] Last: Don't use "New Console Project" in VC++. http://www.cplusplus.com/for... (by LB)
|