Skip to content

e-dant/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

demo c++ projects

server

build

cd demo/server
module clean build

run

./build/server <args>

help

./build/server --help
server:
  -h [ --help ]                   print this help message
  -a [ --address ] arg (=0.0.0.0) set listening address
  -p [ --port ] arg (=9080)       set listening port

argparse

build

cd demo/argparse
C++ -std=c++20 argparse.cpp -o argparse

run

./argparse <pass it some arguments>

notes

Contains an archive of interesting code snippets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published