Next

B2 Build


Table of Contents

Install B2 Build

B2 is an exellent build system for c++ projects.

https://www.bfgroup.xyz/b2

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


Next