wxCRT__wxPrintf family

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
samsam598
Super wx Problem Solver
Super wx Problem Solver
Posts: 340
Joined: Mon Oct 06, 2008 12:55 pm

wxCRT__wxPrintf family

Post by samsam598 »

Greetings!

In the doc I did find the related topics such as CRT wrapper functions in wx,but it does not include wxPrintf etc.Where could I read informations regarding the usage & limitations,such as under Unicode build,any concerns should I pay attention to when I use these functions in a console app.If there is no issues on using wxCRT family at all,I think it is good and enough ,and not neccesary to use iostream for these simple purpose.

Thanks for the help.
Regards,
Sam
-------------------------------------------------------------------
Windows 10 64bit
VS Community 2019
msys2-mingw13.2.0 C::B character set: UTF-8/GBK(Chinese)
wxWidgets 3.3/3.2.4 Unicode Mono Static gcc static build
Manolo
Can't get richer than this
Can't get richer than this
Posts: 828
Joined: Mon Apr 30, 2012 11:07 pm

Re: wxCRT__wxPrintf family

Post by Manolo »

Some information here:
http://docs.wxwidgets.org/trunk/classwx_string.html
Look for every occurence of 'printf'
Post Reply