Category: Blog

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 adding physics, rendering, AI and other components, libraries and tools without programming them. They do require advanced programming experience and at the same time highly customizable. Game engines also provide limitless possibilities to develop the game.

Read More

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 14882 standard. Its specification reached the DIS (Draft International Standard) stage in March 2017 and after approval, the final standard was published in December 2017. Hundreds of proposals were put forward for updating the features in C++17.

Read More

Top 10 Prestigious Programming Contests and Coding Challenges

This is a list of 10 most prestigious and old programming contests and challenges which you can participate and win prizes. Most of them are annual competitions but few are continuous and you can enter at any time. You can use C, C++, Java or C# .NET or any other programming language in these contests.

Read More