Site Tools


pub:software:development:vscodium:cpp:get_started

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pub:software:development:vscodium:cpp:get_started [2026/09/01 03:37] – [Using the format library] adminpub:software:development:vscodium:cpp:get_started [2026/09/01 03:39] (current) – [Using the format library] admin
Line 334: Line 334:
 using std::cout; using std::cout;
 using std::endl; using std::endl;
-using fmt::format; // Note either use "using namespace fmt", or specifically "using fmt::format"+using fmt::format; // Note either use "using namespace fmt", or better, limit scope to format only: "using fmt::format"
 using fmt::print; using fmt::print;
  
pub/software/development/vscodium/cpp/get_started.txt · Last modified: by admin