by Dinorah
Unhandled exception at : Access violation writing location 0x00000000.
|
|
[2 replies] Last: It would have worked if he had actually allocated memory for those cha... (by hanst99)
|
by Smitty
How would I create a simple program..?
|
|
[1 reply] : Add the following line: int main() {} That's all that is needed fo... (by Athar)
|
by marlym014
global new type???
|
|
[2 replies] Last: Thank you Disch the info was very useful (by marlym014)
|
by TpOreilly
constructor parameters
|
|
[14 replies] Last: Thanks :) all of the explanations helped. (by TpOreilly)
|
by Halozination
v long integers, fractions
|
|
[3 replies] Last: thank you athar, thats what I was looking for, now I have to find out ... (by Halozination)
|
by Syathiri
Need help here..
|
|
[2 replies] Last: Maybe start with the first part. a complete program which reads floa... (by Mathhead200)
|
by Gio
#IND error
|
|
[4 replies] Last: I use cl.exe (VC++) and have never had (or tried) this before. However... (by Mathhead200)
|
by xbs22x
Simple Code Help
|
|
[no replies]
|
by Chazzmundo
How to create an SFML image as a global
|
|
[5 replies] Last: The Image never gets drawn because the File never gets loaded. The mai... (by Computergeek01)
|
by T3ch
Differences using char* and std::string
|
|
[8 replies] Last: Really I only use arrays for lookup tables / constants. I tend to use... (by Disch)
|
by heidiK
when to use which STL container?
|
|
[3 replies] Last: I have just found a link :-) http://www.experts-exchange.com/Progra... (by heidiK)
|
by SFX9901
Check Writing
|
|
[3 replies] Last: Thanks guys, I'll check it out. :) (by SFX9901)
|
by Uzumaki
Poker Game in C++
|
|
[no replies]
|
by heidiK
Time Difference
|
|
[4 replies] Last: ok :-) (by heidiK)
|
Help With Tree Building |
|
[2 replies] Last: This is a test function used to re root the the tree at a particular n... (by deathscythe86)
|
by Blessman11
are ints faster than booleans
|
|
[1 reply] : My guess: Open GL is a C library, meaning the boolean data type is no... (by webJose)
|
by rever
global class
|
|
[3 replies] Last: You're welcome! Templates are our friends! ;) (by kooth)
|
by Metallon
Getting started with game programming
|
|
[2 replies] Last: IMO Allegro 4 is the easiest game library, though I'm currently moving... (by rocketboy9000)
|
by Aurelius
TIC TAC TOE game
|
|
[1 reply] : Computer put X or O with random number, that mean I need to use rand()... (by Aurelius)
|
by clomer
header file error
|
|
[2 replies] Last: Thank you, it was just the std::vector. The program compiles fine and ... (by clomer)
|