-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Create an example directory and add some code examples. #944
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
Conversation
75313b8
to
9de4234
Compare
…for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Wed Jul 10 21:26:16 2019 +0800 # # On branch code_example # Your branch is up-to-date with 'origin/code_example'. # # Changes to be committed: # modified: example/CMakeLists.txt #
@baylesj @BillyDonahue Thank you all for all your precious suggests, and now the problem is that the build failed for |
@baylesj @BillyDonahue I have modified all change requests, and if there is any thing else to be done, please point it out. |
I am glad you did this patch, I definitely want example code for this project. If you can fix up the errors I'm happy to merge it in. |
9229a9c
to
ca763ab
Compare
…parsers#944) * update example directory * modify some compile error. * update with clang-format * update * update * add_definitions("../include/json") # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Wed Jul 10 21:26:16 2019 +0800 # # On branch code_example # Your branch is up-to-date with 'origin/code_example'. # # Changes to be committed: # modified: example/CMakeLists.txt # * change CMakeLists.txt * update streamWrite.cpp * update * Update readFromStream.cpp * fix typo
Personally speaking, I think the original code examples for this project are not very easy to find, and the readability is not very high,so I create a example directory and add some code examples here.