Written on: 06 April, 2025.
📝 Comments in C++
We use comments to explain what a code do. It is ignored by compiler and is used for other developers:
⛶// This is a single-line comment
/*
...
C++ 20 introduced concepts. What are they? Why should I care about them? How do I use them?Concepts are a powerful tool to help you write generic code with restrictions evaluated at compile time. What...
Hey devs! 👋
Ever wondered why C++ still matters in today’s fast-paced tech world? I just released a beginner-friendly video that breaks it all down — from what C++ is, to why it’s still a pow...
In the final part of our trilogy on Nau Engine, we'll focus on errors that occur when implementing classes. The examples in this article show how even small defects can lead to serious issues in the a...
Já faz um tempo que fico fazendo muitas coisas com SFML como testes para o game que estou desenvolvendo, além de animações, testes, ... e entre outras coisas.E cansado de criar projetos do zero, e...
For a while now, I've been doing a lot of things with SFML such as tests for the game that I'm developing, as well as animations, tests, ... and other things.And tired of creating projects from scratc...
In Week 9, I dived deep into Object-Oriented Programming in C++ with a special focus on inheritance and overloading. This week was all about implementing concepts like multiple, multi-level, hierarchi...
Welcome to the next pikoTutorial !Parameterized unit tests are priceless. They help to test code thoroughly through multiple possible input values, without having to write multiple and almost the same...
I created another command with Modern C++ just to pass the time. It's another tree option, but with icons =)
🌳 Build ans install
⛶git clone https://github.com/terroo/treepp
cmake -B build...
Criei outro comando com Modern C++ só para passar o tempo. É outra opção de árvore de diretórios, mas com ícones =)
🌳 Construir e instalar
⛶git clone https://github.com/terroo/tree...