by Mythios
Anyone know of any 2D Tile Engine Tutorials?
|
|
[2 replies] Last: Thanks for that, signed up with the SDL mailing list - and searched th... (by Mythios)
|
by devaeron
pascal triangel
|
|
[18 replies] Last: Thanks a lot, the codes are really worked.. (by devaeron)
|
by am1767
Finding prime numbers without cmath
|
|
[5 replies] Last: LOL. You know, I actually had someone once offer me money to do his ho... (by Duthomhas)
|
by sunyu
exception error
|
|
[3 replies] Last: thank you friends,I know,i will hava a think. (by sunyu)
|
by ctrechter
Finding if a number is prime
|
|
[1 reply] : #include <iostream> bool prime(int n){ //... } int main(){ ... (by helios)
|
by matrebatre
Using math functions like asin, sqrt, pow, ... without getting range errors
|
|
[9 replies] Last: Your best bet is to check what parameters are being passed into your f... (by Zaita)
|
by jrok
Filling arrays for Tictactoe game.
|
|
[1 reply] : http://www.catb.org/~esr/faqs/smart-questions.html#explicit (by Zaita)
|
System time function?? |
|
[2 replies] Last: Or not XP, helios has it covered. (by firedraco)
|
by johanhake
Include another library in a constructed namespace
|
|
[9 replies] Last: Ok, then i think I try that, and report any results thanks again! ... (by johanhake)
|
by johnkal
How do I obtain a member pointer to a member of a contained class?
|
|
[5 replies] Last: @helios: Pointers to data members have very limited use in C++, I agre... (by jsmith)
|
looping through a vector and pausing after a number of loops |
|
[6 replies] Last: You can find (many) other methods here: http://www.cplusplus.com/forum... (by helios)
|
by zentec
Text Input of Variable and Unknown Size
|
|
[5 replies] Last: I used stdlib (malloc, realloc, free) for this. Start with a block of ... (by matrebatre)
|
by Trey
I'm trying to get SDL to work.
|
|
[5 replies] Last: I got the same problem, or at least i got a problem with SDL image to.... (by Scipio)
|
by KingPanda
Problem with an array of structures in a function; weird weird characters
|
|
[3 replies] Last: Well...the way you are currently doing it, you will could get an infin... (by firedraco)
|
by rainylam
I have no idea about this error message
|
|
[7 replies] Last: @Mal - it's actually calling the constructor and passing the construct... (by jsmith)
|
error C2106: '=' : left operand must be l-value |
|
[2 replies] Last: yes of course, i realised after about the silly mistake of trying to i... (by computerscienceguy)
|
by battlefrog
How do I link this DLL Library? (I'm using DEVC++)
|
|
[1 reply] : read this on '.def' files ( http://msdn.microsoft.com/en-us/library/28... (by Mal Reynolds)
|
searching and deleting |
|
[5 replies] Last: ok guys. thank you all for your speedy replies :D (by computerscienceguy)
|
by Sera88
Variable doesn't change - and changes (separate source files)
|
|
[2 replies] Last: helios, you saved my day, truly. Thank you very much! Now the conversi... (by Sera88)
|
by jpmcfly
Derived Class ?? (1,2)
|
|
[25 replies] Last: Will I be able to create a vector with a list of product codes and pri... (by jpmcfly)
|