How to catch EXC_BAD_ACCESS?I am using SDL graphics library.
How to catch EXC_BAD_ACCESS?I made a game(the code is huge, i can't post it) where there is an array of all pixels on the screen...
Which of these is better?In a class, if I have to call another method which one should I do: [code] class myclass { vo...
Is it possible (if yes, how to) execute a string as code?Is it possible to execute a string as code? Like for example, if the program asks the user to enter ...