Skip to content

piko::tutorial

  • Privacy Policy

smart pointer

Let’s review some code: C++ #2
Posted in
  • Let's review some code

Let’s review some code: C++ #2

Below you can find the code that we will be reviewing today. Before you scroll down to section where I fix it, feel free to check how many mistakes you can find. Without running this code, one could expect that the output which it generates looks like this: But when…

Let’s review some code: C++ #2 Read More
Why implement custom copy constructor in C++?
Posted in
  • C++

Why implement custom copy constructor in C++?

Nowadays there are many high level languages in which you don’t have to care about how objects are copied around. However, if you want to write in C++, you must understand that copying is a very distinct operation.

Why implement custom copy constructor in C++? Read More
Copyright © 2026 piko::tutorial.
Powered by WordPress and HybridMag.
  • Privacy Policy