Search:

Type: Posts; User: laczfinador

Search: Search took 0.01 seconds.

  1. Thanks a lot!

    Now, that is the kind of answer I was looking for! Thanks a lot everyone, for helping me out!
  2. Well, here's an example...

    Hm... I am trying to understand how does the next function works. It is from a SDL game programming tutorial.



    SDL_Surface *load_image(char filename[])
    {
    SDL_Surface* loadedImage=NULL;...
  3. pointer initializatin - where to put the asterisk?

    Hello there!
    I am puzzled by a question lately, to wich I can't find an answer. What is the difference between the next pointer initialization methods:


    int* pointer_name=NULL

    and


    int...
Results 1 to 3 of 3