C++ Programming

Vigenere Encryption and Decryption in C++

Vigenere Encryption and Decryption in C++

The Vigenere cipher is a method of encrypting or decrypting alphabetic text by using a series of interwoven Caesar ciphers (Caesar Shift), based on the…

PLIB – A Suite of Portable Game Libraries

PLIB is a set of multi-platform and open source libraries for the development of games. It is written by Steve Baker in 1997. PLIB is…

PhyreEngine

PhyreEngine is a multi-platform game engine developed by Sony Interactive in 2003. This engine is written in C++. It targets the platforms of PlayStation, Windows,…

Panda3D – Open Source Framework for 3D Rendering and Games

Panda3D is an open source, multi-platform, 3D rendering engine for developing games and VR (Virtual Reality). It was developed by Disney Interactive in 2002. It…

ORX – Portable 2D Game Engine

ORX is a cross platform, open source, portable, 2D oriented game engine developed by ORX Projects. This game engine is written in C/C++. It runs…

OpenClonk 2D Rendering Engine

OpenClonk is a multi-platform, open source game engine, developed by OpenClonk Developers in 2010. OpenClonk is not just a flexible 2D scene game engine but…

The Typedef and using Keywords in C and C++

The typedef or “type definition” is a keyword in C or C++ Programming language that allows declaring different names for types such as int or…

OGRE – Object Oriented Graphics Rendering Engine

OGRE is multi-platform, open source, graphics engine developed by The OGRE Team in 2005. It is a scene-oriented, real-time, 3D rendering engine. OGRE stands for…