Full Working Example of a wxGrid

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.
gtafan
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 201
Joined: Wed Mar 29, 2017 9:52 am

Re: Full Working Example of a wxGrid

Post by gtafan »

PB wrote:
gtafan wrote:but something like sscanf is unfortunately mising, at least I have not found it.
Well, I have never used but it there is (undocumented, used in wxWidgets codebase itself) wxSscanf(). However, I believe that using that family of C functions (wrapped by wxWidgets in those wxCRT_* functions) in C++ fell out of fashion quite some time ago and one is supposed to parse strings in a different way nowadays...

But, at least on MSW those functions in std using wchar_t* should be easy to use with wxStrings?
I don´t give a f*** about any fashion, I prefer to use a simple way to parse strings and sscanf is the easiest one.
Does that wxSscanf() worck with wxString and not that strange wchar_t*, or whatever it called?
Post Reply