wxWidgets/samples/console
Mattia Barbon e87b783352 Create a new wxStringBase class, providing a STL-like API, using
the current wxString implementation.
  Derive wxString from one of wxStringBase, std::string, std::wstring
depending on wxUSE_STL/wxUSE_UNICODE settings. wxString provides
full compatibility with the old wxString in both wxUSE_STL=0 and
wxUSE_STL=1 modes (except for [Un]getWriteBuffer).
  Add some configure checks for std::string features.
  Add tests for STL API in console sample.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 19:44:57 +00:00
..
console.bkl don't link wxBase against GUI libs 2003-07-06 17:23:14 +00:00
console.cpp Create a new wxStringBase class, providing a STL-like API, using 2003-07-24 19:44:57 +00:00
console.dsp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
console.pro new project files for wxBase apps 2001-10-04 01:46:06 +00:00
makefile.b32 merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
makefile.bcc A new set of baked makefiles 2003-07-20 00:06:37 +00:00
makefile.gcc A new set of baked makefiles 2003-07-20 00:06:37 +00:00
Makefile.in A new set of baked makefiles 2003-07-20 00:06:37 +00:00
makefile.sc makefiles for samples for digital mars 2003-06-16 16:51:46 +00:00
makefile.unx replaced "CC = gcc" and even stranger "CPP = gcc -g" (huh?) with 2001-11-28 18:10:15 +00:00
makefile.vc fixed /Mxx flag when using static RTL 2003-07-20 17:37:15 +00:00
makefile.wat A new set of baked makefiles 2003-07-20 00:06:37 +00:00
testdata.fc added test for env var expansion 2002-11-28 13:34:28 +00:00