Search:

Type: Posts; User: PaloDeQueso

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,472

    how do i allocate it

    do i do it like this fps=whatever[20];
    and the int thing, i always thought it could be done that ways because it's like doing everything in one step, i was always tought to assign at least zero the...
  2. Replies
    4
    Views
    1,472

    itoa(bla,bla,bla); ???

    lets say i have an int function that ,, big suprise outputs an integer, then i have a text output in opengl that can only output char * , i found out i can convert the int to a char by using the...
  3. Replies
    5
    Views
    1,805

    Globaly defining variables

    I am making a game and i need to reference to a variable that holds a texture so i define it in my main.cpp file, but for some reason it still errors when it goes to compile the other files that use...
Results 1 to 3 of 3