Conway's Game of Life in C++20 and Win32 API.
-
Updated
Feb 15, 2023 - C++
Conway's Game of Life in C++20 and Win32 API.
Addresses generated by the ARM processor are virtual addresses. When the MMU is enabled, it translates these virtual addresses into physical addresses. This means that you can access code or data at a chosen virtual address, when the physical address is at a different location.
A spreadsheet is a simplified analogue of existing solutions: a Microsoft Excel spreadsheet or Google Sheets. The table cells can contain text or formulas. Formulas, as in existing solutions, can contain cell indexes.
Implementation of Binary Search Trees in C+
Ce dépot contient les traces de recherches pour mon Travail Encadré de Recherche de Master 1 en Informatique portant sur le comparatif des performances d’une application en fonction des paramètres de compilation utilisés et l'analyse des performances
Container, analog of std::vector. Implemented move semantics for greater efficiency and reservation of "raw" memory with the construction of elements in it as needed.
Performance comparison between modern C++, traditional C++98 and C functions.
A light-weight XML library for C++11 and upwards.
Useful linux tools for g++ for large and small code development
A step-by-step guide to setting up a modern and portable C++ OpenGL development environment using FreeGLUT, TDM-GCC, and Visual Studio Code on Windows. Includes proper configuration for IntelliSense, build tasks, and project structure for smooth development.
A set of C++ programs to determine optimal high-level configurations for LoRaWAN based networks
This is a simple and small wrapper for Qt OpenAL.
A little C++ password generator
Complex Number Calculator ( Re and Im <---> Module and Angulus )
Add a description, image, and links to the gcc topic page so that developers can more easily learn about it.
To associate your repository with the gcc topic, visit your repo's landing page and select "manage topics."