PrevUpHomeNext

c++ first see


Table of Contents

My first c++ programming code on SerenityOS
Core::System::fork - SereniyOS c++
Core::System::waitpid - SereniyOS c++

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