Skip to content

Mateusz Rzeczyca

C++ / GPU / Graphics / Vulkan / DirectX12

  • Blog
  • Graphics / GPU / C++ Resources
  • About me
  • Instagram
  • Twitter
  • Linkedin
  • Github

cpp

C++ and move semantics
Posted in
  • C++

C++ and move semantics

Move semantics makes it possible for compilers to replace expensive copying operations with less expensive moves. … C++ and move semanticsRead more

by Mateusz Rzeczyca•February 6, 2023February 12, 2025
C++ and smart pointers – my notes
Posted in
  • C++

C++ and smart pointers – my notes

Some notes, when from my process of learning smart pointers. Quick Reminder about Memory Why do … C++ and smart pointers – my notesRead more

by Mateusz Rzeczyca•February 6, 2023February 5, 2024•1
C++ and shallow copy vs. deep copy
Posted in
  • C++

C++ and shallow copy vs. deep copy

In C++, a shallow copy of an object is a copy of the object that shares … C++ and shallow copy vs. deep copyRead more

by Mateusz Rzeczyca•February 4, 2023February 5, 2024•2
C++ and containers (STL) – my notes
Posted in
  • C++

C++ and containers (STL) – my notes

Most computing involves creating collection of values and then manipulating such collections. So container would be … C++ and containers (STL) – my notesRead more

by Mateusz Rzeczyca•February 4, 2023February 5, 2024
Arduino – Wprowadzenie do AVR
Posted in
  • Arduino
  • Embedded Systems

Arduino – Wprowadzenie do AVR

Rozpoczęcie na studiach przedmiotu Technika Mikroprocesorowa zachęciło mnie do zabawy z najprostszym dla początkujących układem Arduino. … Arduino – Wprowadzenie do AVRRead more

by Mateusz Rzeczyca•March 12, 2020February 5, 2024
C++ – Wprowadzenie do języka
Posted in
  • C++

C++ – Wprowadzenie do języka

C++ jest językiem programowania, przy użyciu którego możemy zaprojektować każde oprogramowanie. Pomimo swojego całkiem niskiego poziomu … C++ – Wprowadzenie do językaRead more

by Mateusz Rzeczyca•March 6, 2020February 5, 2024•1

Categories

  • C++ (5)
  • Embedded Systems (2)
    • Arduino (1)
    • nRF52 DK (1)
  • Git (2)
  • Graphics (1)
  • Python (3)
  • Software Testing (1)

Archives

  • June 2023
  • February 2023
  • April 2020
  • March 2020
  • February 2020
Copyright © 2025 Mateusz Rzeczyca.
Powered by WordPress and HybridMag.
  • Instagram
  • Twitter
  • Linkedin
  • Github
  • Blog
  • Graphics / GPU / C++ Resources
  • About me