C/C++ compiler software with graphics library functions

Recently, I learned the graphics library functions in "The Science and Art of C Language". Whether using DEVc++ or VC6.0++, there is no graphics library and graphics library functions. So even drawing a simple straight line is problematic.

Therefore, I spent some time looking for the graphics library header file that can be used in the C language editor. It is said on the Internet that there is no graphics library that supports DEVc++ and VC6.0++. After searching for a long time, there is only one way:

EasyX is a graphics library for C++, which can help beginners in C++ language quickly get started with graphics and game programming.
For example, you can use VC + EasyX to quickly draw a house or a moving car with geometric figures, you can write small games such as Tetris, Snake, Othello, etc., you can practice various algorithms of graphics, etc. .

EasyX supports VC and VS, and the installation is very simple. It can detect whether the computer has these two software installed, and then install it accordingly. The software is very small.


Here is the latest version of EasyX software:

EasyX software

The following is an e-book of software graphics library functions, which can help you understand the usage of each graphics library function, as well as examples:

EasyX study guide

Finally, given a software that already contains graphics library functions:

VC6.0 with EasyX

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325815792&siteId=291194637