Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphics.h In Visual Studio

Actually you can use graphics.h on the lastest version of Visual Studio

  1. Download graphics.h and graphics.lib files in https://github.com/ahuynh359/Graphics
  2. Drag these two files and drop to your sub project. For example if my project named Project1 I will add these two files to Project1\Project1

enter image description here

  1. Right click on the project choose Properties choose Configuration Manager change to x86 and Win32

enter image description here enter image description here

  1. Implement these code
#include "graphics.h"
#pragma comment(lib,"graphics.lib")
int main()
{
    initwindow(500, 500);
    getch();
    closegraph();
    return 0;
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages