Month: January 2021

Quicksort Video – Algorithm Explanation

Quicksort is an efficient sorting algorithm based on Divide and Conquer rule. It works by selecting a ‘pivot’ element from the array and partitioning the other elements into two sub-arrays and recursively sorting them.

Read More

Qfusion 3D Open Source Game Engine

Qfusion is a 3D game engine. The project was begun by Victor Luchitz alongside a few others. It is written in C for use on Windows and Unix-based systems. The engine additionally supports the information of Quake III as guides, 3D models and shaders.

Read More

How to Read and Write Excel Files using C# and Excel Interop Library

This tutorial shows you how to Read and Write Excel files in C#. We are going to use Microsoft COM Objects i.e. Excel 16 object in our application. Use the following sample C# source codes for Excel reading and writing. There are multiple examples discussed in this tutorial to read Excel files using C# and write data back to Excel file.

Read More

The Pyrogenesis RTS and 3D Game Engine

Pyrogenesis is an open-source, multi-platform 3D engine for Real-Time Strategy games. It was developed by WildFire Games in 2001. It is written in C++ and JavaScript. Pyrogenesis supports Windows, OS X and Linux. It is licensed under GPL (General Public License).

Read More

Fundamental Principles of Data Integration for Database Administrators

We live in a new era of data-centered enterprise management. There are various types of modern data coming through different sources, in increasing volumes, and from different locations like never before. We now live in an era of emerging solutions which helps enterprises to meet the challenges in data integration effectively.

Read More

C++ For Dummies 7th Edition
Unlock the world of programming with C++ for Dummies – the perfect beginner’s guide to mastering C++ with ease and confidence!
View on Amazon