https://github.com/melardev/cppwxwidgetsconsolesnippets
Cpp wxWidgets Snippets related to text processing, concurrency, filesystem, IO, etc
https://github.com/melardev/cppwxwidgetsconsolesnippets
concurrency console cpp demos examples filesystem io process snippets wx wx-widgets wxwidgets
Last synced: 4 months ago
JSON representation
Cpp wxWidgets Snippets related to text processing, concurrency, filesystem, IO, etc
- Host: GitHub
- URL: https://github.com/melardev/cppwxwidgetsconsolesnippets
- Owner: melardev
- License: mit
- Created: 2019-05-23T09:26:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T17:02:04.000Z (almost 6 years ago)
- Last Synced: 2024-11-26T09:12:19.776Z (6 months ago)
- Topics: concurrency, console, cpp, demos, examples, filesystem, io, process, snippets, wx, wx-widgets, wxwidgets
- Language: C++
- Homepage: http://melardev.com
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
I publish some of my wxWidgets Console(IO/Concurrency,Text processing, Process management) Snippets, I have others, not refactored enough to be published,
but I will publish them as soon as they have a good shape.# Getting started
This project was created with Visual Studio and using wxWidgets installed by vcpkg which I strongly
recommend, it will download wxWidgets for you, and build it on your system, and make Visual Studio to
detect it automatically without any additional configuration.
Vcpkg in case you don't know is an awesome cross platform C++ package manager.# Social Media
- [Youtube](https://youtube.com/Melardev)
- [Twitter](https://twitter.com/@melardev)
- [Instagram](https://instagram.com/melar_dev)# TODO
- Port to CMake