-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add C++ specific version Allow for passthrough arguments by specifying -- Add basic error handling for * unrecognized arguments * arguments that require values If an error is encountered, it is printed and parse() returns false Add parsing logic and C++ example to README Add C++ guards to C version Switch from scanf to strtol/strtof
- Loading branch information
1 parent
cb7f255
commit 14acdd7
Showing
8 changed files
with
908 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
*.vs | ||
*.vscode | ||
/[Bb]uild | ||
|
||
/build | ||
test | ||
cflags.pc | ||
cflagsConfig.cmake | ||
cflagsConfigVersion.cmake | ||
cmake_install.cmake | ||
CMakeCache.txt | ||
CMakeFiles/ | ||
install_manifest.txt | ||
Makefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.