User profile: Calwoz

User info
User name:Calwoz
Statistical data
Gender:Male
Occupation:Student
Skills:PHP
C++
Javascript
History
Joined:
Number of posts:8
Latest posts:

Class array
ah well thanks for the help guys! appreciated :D

Class array
whats a ctor?

Class array
I tried this.. [code] for(int i = 0; i < 4; i++){ Box Square[i] = new Box(30,30,20,4,1); }...

Class array
Im trying to set an array of 5 elements each with a class in, im also trying to use a construct with...

Checkpoint problem
Sorry if I am unclear, here is a little piece of it. [code]//---------------- THIEF ADVENURE ------...