Search:

Type: Posts; User: sonicdoomx

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    13,688

    Much appreciated, I understand now why I can't...

    Much appreciated, I understand now why I can't use the array as such. Cheers :D
  2. Replies
    4
    Views
    13,688

    Passing array through class constructor

    I am having trouble creating a class and initializing the array class variables.



    class Foo
    {
    public:
    int arrayOfNum[];

    Foo();
Results 1 to 2 of 2