CodeArchaeology
  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Cpp

Hello World in C++

December 18, 2025 cppc++hello-worldbeginnergetting-started

Every C++ journey begins with Hello World. While similar to C’s version, the C++ implementation showcases the language’s more expressive syntax through the iostream library and namespaces. …

Read more →

Variables and Types in C++

March 13, 2026 cppvariablestypesdata-types

C++ is a statically and strongly typed language — every variable has a fixed type determined at compile time, and the compiler enforces those types rigorously. As a systems language descended from C, …

Read more →

CodeArchaeology

Exploring programming languages from the popular to the obscure - proving they all still run on modern machines

Quick Links

  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Recent Languages

  • ChaiScript
  • Cairo
  • C/C++ Preprocessor
  • Bzip2
  • C Shell

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub