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 07:32] – [Using the format library] 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; // Note that fmt::format will not work | + | using namespace |
| int main(int argc, char** argv) | int main(int argc, char** argv) | ||
| Line 356: | Line 356: | ||
| #include < | #include < | ||
| - | using fmt; // Please note that fmt:: | + | using namespace |
| int main() | int main() | ||