This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pub:software:development:vscodium:cpp:get_started [2026/08/26 05:07] – [VSCodium Configuration] admin | pub:software:development:vscodium:cpp:get_started [2026/08/26 07:49] (current) – [Get started with VSCodium C++] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Get started with VSCodium | + | ====== Get started with C++ and VSCodium |
| - | This page describes how to get started with C++ development, | + | This page describes how to get started with C++ development, |
| Line 287: | Line 287: | ||
| <columns 100% *100%*> | <columns 100% *100%*> | ||
| - | | {{: | + | | {{:pub:software:development: |
| | //VSCodium first screen after opening via command line"// | | //VSCodium first screen after opening via command line"// | ||
| </ | </ | ||
| Line 333: | Line 333: | ||
| using namespace std; | using namespace std; | ||
| - | using fmt::format; // or specifically | + | using namespace |
| - | using fmt::print; // or specifically fmt::v9::print | + | |
| int main(int argc, char** argv) | int main(int argc, char** argv) | ||
| Line 357: | Line 356: | ||
| #include < | #include < | ||
| - | using fmt::print; // or specifically | + | using namespace |
| int main() | int main() | ||