-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACCU 2018 - C++ version #48
base: master
Are you sure you want to change the base?
Conversation
…eason on one of the big files ... will investigate
…cated in C++17 ... easiest fix was to go to narrow chars
actually ... you might want the next commit ... I left some crap in there related to wide/narrow chars ... default vs project is unicode these days. |
Cool. I'll try it out and see if I can make sense of it. Thank you for contributing. |
You'll need visual studio 2017 with most of the c++ bits and Windows 10 SDK, which I think it installs, to open the solution, but the code is generic.
…Sent from my iPhone
On 12 Apr 2018, at 19:38, Michel Grootjans ***@***.***> wrote:
Cool. I'll try it out and see if I can make sense of it. Thank you for contributing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Could you add a readme file to explain how to get the code running ? |
Sure
…Sent from my iPhone
On 13 Apr 2018, at 09:20, Michel Grootjans ***@***.***> wrote:
Could you add a readme file to explain how to get the code running ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Would it be a lot of work to add make scripts? So that it's possible to use it cross platform? |
I can do ... I've messed up the parsing .. during dev I concentrated on one file ... I've tried all of them and it doesn't quite work ... so much for late night coding ... so hang fire for the moment ... I'll make a new pull request when fully working. |
I'm just learning how to set up cmake files so I will do and that'll work for all os versions too.
…Sent from my iPhone
On 13 Apr 2018, at 12:31, Thomas Coopman ***@***.***> wrote:
Would it be a lot of work to add make scripts? So that it's possible to use it cross platform?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Added a C++ streaming version of app that uses JsonCpp ... just because I could.