muhammadsaqib

Saqib is Master-level Senior Software Engineer with over 15 years of experience in designing and developing large-scale software and web applications. He has more than ten years experience of leading software development teams. Saqib provides consultancy to develop software systems and web services for Fortune 500 companies. He has hands-on experience in C/C++ Java, JavaScript, PHP and .NET Technologies. Saqib owns and write contents on mycplus.com since 2004.

Computer Programming Blog

Lumberyard – Free Game Engine

Lumberyard is a free, cross-platform 3D game engine developed by Amazon Game Tech. It is based upon Crytek’s Cryengine. This AAA game engine is written in C++ and Lua. Lumberyard develops games for the PC, Mobiles and consoles i.e., Microsoft Windows, iOS, Android, PlayStation 4 and Xbox One. The most prominent feature of the engine is its integration with AWS (Amazon Web Services) and Twitch. Lumberyard is designed for performance, modularity, and productivity.

,
char array and char pointer in C
C Programming Articles – Learn C as Your First Programming Language

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 statement puts the literal string “mycplus” in read-only memory and copies the string to newly allocated memory on the stack. The second statement is known as static string allocation and definition.

, , ,
Rayman
Computer Programming Blog

Jade Game Engine

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 C++ and develops games for Microsoft Windows, Android, Atari Jaguar, PlayStation 2, PlayStation 3, Xbox, Xbox 360, Nintendo Wii etc. this engine has been developed over time to produce many popular game series.

,
Call of Duty - Infinity warfare
Computer Programming Blog

IW Game 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 Python language. It targets the platforms of Microsoft Windows, OSX, PS3, PS4, Xbox One, Xbox 360 and Wii U. It was developed by Video Game Companies Infinity Ward Inc. and Treyarch. The engine was originally based on id Tech 3 game engine. The first version IW 2.0 was developed in 2005.

, ,
Craft the world
Computer Programming Blog

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

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 developed by single developer Nikolaus Gebhardt in 2002. After its first release, the company was expanded up to ten developers. Its four versions have been released till 2007. It is used to develop 3D and 2D applications such as games or scientific visualizations.

,
Scroll to Top