Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
tbreak /home/undofen/c++/sudoku/sudoku.cpp:Function "" not defined.Breakpoint 1 (/home/undofen/c++/sudoku/sudoku.cpp:) pending.
wxString str;str << _T("Hi"); // okstr << 5; // *not* ok; 5 is not appended to str
CodewxString str;str << _T("Hi"); // okstr << 5; // *not* ok; 5 is not appended to str
wxString str;str << "Hi" << 5;wxString str_new(_T(str));
Ps.: Sorry for the post not belonging in here but where is the original post with this request?
Ok, and what about the gdb i/o console ? I found that this was unresolved about 2 months ago, from a topic on the forum here. Is there any chance for this to be added ?