/
Create a command line tool
Create a command line tool
This tutorial will walk you through the steps required to build and compile a simple command line tool using our build system and C++ libraries. It assumes that the reader is comfortable with the Terminal under Mac OS X and an editor.
By the end of it you will be able to build a simple tool using our CMD and FIL libraries. These are the steps:
Create a hello world example, compile and run it.
Add in the CMD and FIL libraries and compile and run the program again.
Understand the basics of our build system and tracing.
, multiple selections available,
Related content
GIT concepts
GIT concepts
Read with this
Create the initial command line application
Create the initial command line application
More like this
Add in FIL library
Add in FIL library
Read with this
Add in the CMD library
Add in the CMD library
More like this
Simple make system - putting it all together
Simple make system - putting it all together
More like this
Making a Single File C/C++ Sandbox
Making a Single File C/C++ Sandbox
More like this