SDL copy surface problem |
|
[1 reply] : Sorry, apparently I needed to use this method instead. 1 SD... (by closed account zwA4jE8b)
|
by hentaiw
Vector Of SDL_Rect
|
|
[2 replies] Last: This also works char_frame.push_back(SDL_Rect()); (by Peter87)
|
by mweshk
How to prompt to enter details of 5 users and output them
|
|
[9 replies] Last: np (by Jikax)
|
by oonej
Overload Operator Recieving Segment Fault
|
|
[4 replies] Last: Thanks, didn't even think of doing it that way :) good call (by oonej)
|
by general07z
How to generate an auto ID (or Auto Number)
|
|
[1 reply] : #include "stdafx.h" #include<conio.h> #include<string.h> #include<... (by general07z)
|
by iHateBooks
New to arrays & stuff, basic so help is appreciated!
|
|
[1 reply] : The loop for collecting data would eliminate the need for all of those... (by MrHutch)
|
by hungduongn
BLOCK_TYPE_IS_VALID
|
|
[2 replies] Last: tks so much ^^ (by hungduongn)
|
by vasiqshair
Storing a nibble (4 bits) at a memory location
|
|
[8 replies] Last: Thank you oonej and everyone else for your input. I really appreciate ... (by vasiqshair)
|
by sexynerd
GCD/LCM function problem
|
|
[5 replies] Last: Ok, I figured out how to come up with the GCD, but now the LCM isb't c... (by sexynerd)
|
by hentaiw
Open a file within a folder
|
|
[1 reply] : Tried this and worked...thanks everyone...still need kind like ../fold... (by hentaiw)
|
by Need4Sleep
2d array map(help)
|
|
[3 replies] Last: It's simple: MAP.H: #ifndef MAP_H #define MAP_H #include <string> c... (by coder777)
|
by jk5440
norminv matlab function in c++
|
|
[12 replies] Last: got it thank u for all the help matlab chol uses the the LAPACK su... (by jk5440)
|
by cullenT
Possibly out of bounds? please help
|
|
[4 replies] Last: That is because there are parentheses around size right? i didnt even ... (by cullenT)
|
by ramus313
debug assertion failed!
|
|
[2 replies] Last: thank you so much!!! (by ramus313)
|
by danraejah
help! use stack operations in c++ program
|
|
[no replies]
|
by s3rr00
Repeat a Function in main()
|
|
[7 replies] Last: i simple way to write that would be using a bool(true false statemnet)... (by Need4Sleep)
|
by ramus313
reading text file help?
|
|
[3 replies] Last: vector<string> words; string word; fstream file("words.txt"); whi... (by Hippogriff)
|
by hentaiw
Rubbish Character When Return ?
|
|
[2 replies] Last: Wow.Cool !!! (by hentaiw)
|
by David Foster
'Multiple definition of' error
|
|
[15 replies] Last: Replace the definitions in DOTA.h with extern declarations: extern B... (by cire)
|
by ramus313
help with this project please!
|
|
[8 replies] Last: Line 175. Find is your friend. In this code: void disable_color(... (by cire)
|