Skip to content

lutfi-haslab/cpp-solution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Gitpod

cpp-gitpod-template

To run, press the run button (shown below) in the main.cpp or follow the instructions below.

To run these commands right click in the explorer:Screenshot-2022-04-05-11-52-50.png and press 'Open in intergrated Terminal'.

To build:

g++ main.cpp -o main

To run:

./main

Setup Crow

Install

sudo apt-get update
sudo apt-get install -y libboost-all-dev libssl-dev zlib1g-dev
sudo apt-get install -y libasio-dev
cd build
cmake ..
cmake
make

run server

cd build
./crow_example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • CMake 0.2%