The return of the "How are you today?" thread

this is how i feel today
die4jg.jpg
 
Tut Ankh Amon said:
@missiles: i passed the introduction to it on my first semester and then failed miserably on the continuation of it :lol:

I failed the introduction, the first hmm... cuatrimester/tetramester? dunno, four fucking months... :lol:

Check the vid dude, you'll like it! :D
 
I woke up in the morning and then I suddenly realized it was already dark. I spent the whole weekend infront of a computer typing and translating and typing and googling and translating and typing.

My back is rotten.

And a dengue mosquito just bit me.

:Smokin:
 
Code:
void limpa_vetor(char vetor*, TipoMatriz a, int n, int linha_atual)
{
    int tmp,k,l;

    for (k = 0; k < n; k++)
    {
         while( vetor[k] != "/0")
         {
              if(vetor[k] != " ")
              {
                   a[linha_atual][vetor[k-48]] = 1;
              }
         }
    }
}



N00b :Smug:



And btw, I had to program ..... 'Hello World!' today :lol: