can't compile no combination I write.....
Qt Code:
struct my_struct { int var1; char txt[50]; my_struct(){ var1=0; txt = ?????????? }; };To copy to clipboard, switch view to plain text mode
I'd want to initialize txt to zero characters (empty), or 50 blank spaces.
I need help ......
Thanks
Bookmarks