i would look through the docs except i find it hard to englishly understand it and i dont know where to look for what since it just shows me the class name for c++ but doesnt categorise them like "XML Reader" or "3D Rendering" etc.
I personally think that putting them in nice categories would ...
Search found 7 matches
- Thu Aug 21, 2008 5:49 pm
- Forum: Beginners Help
- Topic: Dev-Cpp "Access violation"!? Why?
- Replies: 10
- Views: 908
- Thu Aug 21, 2008 10:02 am
- Forum: Beginners Help
- Topic: Dev-Cpp "Access violation"!? Why?
- Replies: 10
- Views: 908
- Thu Aug 21, 2008 9:45 am
- Forum: Beginners Help
- Topic: Dev-Cpp "Access violation"!? Why?
- Replies: 10
- Views: 908
- Thu Aug 21, 2008 9:09 am
- Forum: Beginners Help
- Topic: Dev-Cpp "Access violation"!? Why?
- Replies: 10
- Views: 908
- Wed Aug 20, 2008 5:00 pm
- Forum: Beginners Help
- Topic: Dev-Cpp "Access violation"!? Why?
- Replies: 10
- Views: 908
Dev-Cpp "Access violation"!? Why?
I was debugging my code as it wasnt working and devcpp kept giving me this error "An Access Violation (Segmentation Fault) raised in your program." I know it has something to do with a pointer being corrupted or something but I am not greatly well versed in C++ so i am quite lost.
The debugger ...
The debugger ...
- Sat Feb 02, 2008 2:33 pm
- Forum: Beginners Help
- Topic: clear() function problems
- Replies: 6
- Views: 318
- Fri Feb 01, 2008 9:43 pm
- Forum: Beginners Help
- Topic: clear() function problems
- Replies: 6
- Views: 318
clear() function problems
Firstly this is my first attempt at windows programming in c++ (my first attempt at c++ was for dos) anyway i was trying to make a menu and i thought that i should clear the gui objects before drawing in the next menu. Well after going through a few tutorials i got this far and the clear() function ...