Skip to main content

8 docs tagged with "introduction"

View all tags

What is Boost?

Boost is a set of free, open-source, peer-reviewed C++ libraries that extend the standard library

What is C++?

C++ is a general-purpose, compiled programming language that extends C with object-oriented,

What is fmt?

C++ had two bad options for turning values into text: printf, which is fast and terse but

What is nlohmann/json?

Before this library, JSON in C++ meant one of two things: a hand-rolled recursive-descent parser

What is spdlog?

For a long time, logging in C++ meant one of two things: hand-rolled iostream chains guarded by

What is Unreal Engine 5?

Unreal Engine 5 (UE5) is not one program — it is an editor, a runtime, and a large tree of C++