PrevUpHomeNext

cpphtgt


cpphtgt is a static http web server written in c++, small, simple, and fast. It only hosts html, css, mp3, mp4, png, jpg and text files.

Github: https://github.com/cppfx/cpphtgt

Back

Up

Cheers, cpp/c++ !

const std::string greeting = "Cheers, c++!";

std::cout << greeting << std::endl;

std::cout << greeting.data() << std::endl;

caught:

  ===================================
  #  The c++ programming language.  #
  #                                 #
  #  Join c++                       #
  #  Deck                           #
  ===================================

Home: cppfx.xyz


PrevUpHomeNext