hi I need something about this (inside a class). Is there a way??
Qt Code:
  1. class prove {
  2. private:
  3. int size;
  4. char* save[size];
  5. }
To copy to clipboard, switch view to plain text mode 
thanks