ADVERTISEMENT

C Programming

Stockfish – An Open Source Chess Game Engine

Stockfish – An Open Source Chess Game Engine

Stockfish is an open source game engine and one of the best CPU chess engines in the world. It is free and Universal Chess Interface…

Shell Sort Algorithm Implementation in C: Knuth’s and Hibbard’s Intervals

Shell Sort Algorithm sorts elements in array at a specific interval. At first, it sorts the elements that are away from each other and successively…

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…

gRPC A high-performance, open source universal RPC framework

gRPC is a open source high performance RPC (remote procedure call) framework that can run in any environment. It can connect services in and across…

Difference between char [] and char * in C?

Generally, the following two statements about char[] and char * in C are considered confusing and understanding the difference between them is important. The first…

What are #ifndef and #define Directives

In the C Programming Language, the #ifndef directive checks if the given token has been #defined earlier in the C code. If the token has…

id Tech – Series of Game Engines written in C/C++

A series of game engines known as id Tech is a series designed and developed by id Software. The company behind id Tech is id…

IW Engine – Maker of ‘Call of Duty’ franchise

IW Engine is a next-generation game engine employed in the highly successful series of Call of Duty. The engine is written in C, C++ and…