M. Saqib

Aleph One – Open Source Game Engine written in C++

Aleph One – Open Source Game Engine written in C++

Aleph One is a cross-platform open source game engine. Aleph One is the continuation of Bungie Studios' Marathon 2: Durandal.  The project had started in…

Adventure Game Studio (AGS) Engine – written in C/C++

If you are looking forward for an open source development tool to develop graphic adventure games, then Adventure Game Studio (AGS) is just your thing.…

4A Engine – Game Engine written in C++

4A-Engine is one of the complete game development platforms. The programming language used for the development of this game engine is C++. It is a…

List of Top 100 Game Engines Written in C/C++

A game engine is a dedicated software or an architecture, or program that developers use for creating games. It provides developers with a way of…

C++ Standard Template Library – List

The Standard Template Library (STL) is one of the most essential features of C++. It has very much grown in recent years. Basically, the Standard…

The Official (ISC)2 Guide to the CISSP CBK Reference 5th Edition

Information security professionals play a pivotal role in protecting the essential fabric of business, finance, communications, and virtually all aspects of 21st century daily life.…

C++ 17 – New and Removed Features

You must have heard that C++17 is now feature full or feature complete. C++ 17 is the most recent version of C++ programming language revised by ISO/IEC…

C++ Vector – std::vector – A Complete Guide with Examples and Programs

Vectors in C++ are one of the most powerful sequence containers, offering dynamic resizing and memory management capabilities. In this comprehensive guide, we’ll explore everything…