Qt Code:
  1. struct commonDetails()
  2. {
  3. char *no=new char[6];
  4. char *name=new char[10];
  5. };
To copy to clipboard, switch view to plain text mode 

WTF,,, is this a function or struct def? should i go back to school?