User profile: agevkired
User info |
User name: | agevkired |
History |
Joined: | |
Number of posts: | 5 |
Latest posts: |
need help giving 2D array an initial value damn it. thanks Ron. Didn't notice that missing comma. Also codekiddy, i did that later before this ...
need help giving 2D array an initial value [code]
int main()
{
int gr[9][9]= {{6,0,3,0,2,0,0,9,0},
{0,0,0 0,5,0,0,8,0},
{0,2,0,4,0,7,0,0,1...
need help giving 2D array an initial value the tutorial shows that something like this
[code]int billy [] = {16, 2, 77, 40, 12071};[/code]
is...
Help with operator overloading well, that's different. Didn't know it couldn't be declared outside the class. thanks for the link
Help with operator overloading I can't figure out how to overload the operator = without getting the error "must be non static memb...
|
This user does not accept Private Messages