Originally Posted by MrDeath Qt Code: Switch view struct commonDetails(){ char *no=new char[6]; char *name=new char[10];}; struct commonDetails() { char *no=new char[6]; char *name=new char[10]; }; To copy to clipboard, switch view to plain text mode WTF,,, is this a function or struct def? should i go back to school? thanks for ur reply But I didn't get...
struct commonDetails(){ char *no=new char[6]; char *name=new char[10];};
struct commonDetails() { char *no=new char[6]; char *name=new char[10]; };
Forum Rules
Bookmarks