Showing posts from 2020Show all
03. Basics of graphics - "graphics.h" library, C++

Graphics Console When you write simple programs and run it, the output is shown in a text based console like Command Prompt and Terminal. The problem with these console is that, it is designed to represent text only. So, you can't draw any s…

02. How to setup graphics.h in CodeBlocks?

If you want to learn about graphics programming through C or C++, then "graphics.h" library is good choice to start with. It is extremely beginners friendly and therefore any one can learn it very easily. But as it is an outdated libr…

01. Introduction to graphics tutorial series

In this graphics tutorial series, you will learn about all the useful functions available in graphics.h library of C/C++. you will also learn how to create custom shapes and patterns using basic functions of graphics library, thereafter you wil…