MushClient and STL

Posted by Nick Cash on Mon 10 May 2004 03:02 AM — 2 posts, 13,129 views.

USA #0
Got kinda bored as went looking through all of these examples again and it spurred this question (though the answer seems obvious). Do you use STL in MushClient?
Australia Forum Administrator #1
When I first wrote MUSHclient I did not know STL, so large parts of it do not, and use the MFC equivalents (lists, CString etc.) however now I am starting to use STL. In particular, the "array" handling which was recently introduced uses STL for its operation.