Journals

Spike15 years ago2008-04-22 13:53:13 UTC 3 comments
I've done a video of WIP I'm doing, i'm not sure if it's team/class balanced, at least i tried it.

http://twhl.co.za/forums.php?thread=14851&page=last
Spike15 years ago2008-04-06 19:27:58 UTC 0 comments
Added more WIP
Spike16 years ago2008-03-27 15:43:05 UTC 15 comments
2 more palmys!!! I'm on a modeling frenzy
User posted image
Spike16 years ago2008-03-27 12:26:49 UTC 1 comment
My first model :DDDDDDDDDDD
User posted image
User posted image
Spike16 years ago2008-03-13 05:24:02 UTC 1 comment
void busqueda_lin2(const vector<int> &v, int x,int &i,bool &b)
{
int tam = v.size();
int i =0;
bool b = false;
while (i<tam and not b) {
if (v[i]==x) b=true;
else i++;
}

}

Compiling error:

declaration of 'int &i' shadows a parameter
declaration of 'bool &b' shadows a parameter

Why???
Spike16 years ago2008-03-08 19:13:50 UTC 6 comments
I'm going to join the game competition. Here's a pic of what I'm doing, if you know wich game is it, I give you a cake.
User posted image