PrevUpHomeNext

FeatherPad


Dec 20, 2024

Featherpad is a text and code editor written in c++ qt.

Home: https://github.com/tsujan/FeatherPad

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