Array trouble

I'm double posting because I'm not really sure which I should post it in

I can't get my matrix working :(

yes I read the documentation but ... I ... don't get it T_T

1
2
3
4
5
6
7
8
9
10
11
12
13
#include <cstdlib>
#include <iostream>
#include "chill.h"

using namespace std;

int main(int argc, char *argv[])
{
    matrix[][2][2] = {1,2},{2,1}
    
    wait("Press a key to terminate");
    return 0;
}



By the way, yes I made a .h file which is storing the wait function which is storing the good type of wait while saving space

with the parameter of a wait message of your choice
Yes I just now figured it out .... no thanks to you :P meanies
Sep 9, 2009 at 8:45pm
Sep 9, 2009 at 8:58pm

Um...
yes
Translation: I hope you were meaning that in a sarcastic/playful way.
indeed
Topic archived. No new replies allowed.