# Day 1: Overview (Whiteboard) ```bash app.cpp # actual code config.proto # configuration proto message CMakeLists.txt # build instructions ``` Single Thread: `goby::zeromq::SingleThreadApplication<typename Config>` Multi Thread: `goby::zeromq::MultiThreadApplication<typename Config>` Configurator: - goes from the command line parameters -> Config object optional `loop()` method Configuration is accessible via `cfg()` method in the parent class. ```bash goby3_course_my_app --value_a 3 -v ``` --- ``` ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up