Qt Code:
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?
Qt Code:
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?
Bookmarks