https://rentry.org/PPP2_p75b ⎗ ✓ 1 2 3 4 5 6 7 8 9// Code derived from Stroustrup's PPP2 book // § 3.7 Names // -beginning on p 75 int Main() { STRING s = "Goodbye, cruel world! "; cOut << S << '\n'; } build & run: g++ -std=c++20 -O2 -Wall -pedantic ./ch_03/main_p75b.cpp && ./a.out sauce: Bjarne Stroustrup's PPP2 textbook /robowaifu/'s official C++ learning textbook thread Prev • Up • Next