Difference between char[] and char* in C? Character Array and Pointer

  • C Programming: Different Articles on C Programming
Difference between char[] and char* in C? Character Array and Pointer

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?

  • C Programming: Different Articles on C Programming

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…

Top 10 Programming Books For Learning C++17

  • Programming Books on Programming Languages

C++17 is the next level evolution in modern C++ programming. It was officially standardized in December 2017, giving the developers a wealth of new features…

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

  • Blog

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…

Leadwerks –An Easy way to build 3D Games

  • Blog

Leadwerks is a cross-platform, 3D game engine developed by Leadwerks Software to make 3D video game easy to develop. It is written in C++, C-Objective…

Jade Game Engine

  • Blog

Jade is a Cross platform proprietary game engine developed and used by Ubisoft Montpeller (a French development studio of Ubisoft). The engine is written in…

IW Game Engine – Maker of ‘Call of Duty’ Franchise

  • Blog

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…

IrrLicht – A Graphics library that is around for nearly 2 decades

  • Blog

The irrLicht is a cross-platform, open-source, 3D graphics engine written in C/C++. It runs on the platform of windows, Solaris, MacOS and Linux. IrrLicht was…

How to Learn to Program More Quickly

  • Blog

Learning programming is undeniably challenging. Achieving some level of mastery requires great focus and time. This applies to students pursuing degrees in computer science, veterans…

HPL Game Engine

  • Blog

HPL is a cross-platform, open-source, in-House game engine written in C++. It also uses script language Angel Script that is similar to C/C++ language. It…