↑
← Blogs
Apr 3, 2021•

Graphics Template

ullas kunder
Ullas Kunder

Designer & Developer

Table of Contents
  1. 1.Graphics library setup
  2. 2.Quick setup
  3. 3.My directory look like
  4. 4.!mportant

Graphics library setup

Quick setup

git clone https://github.com/ullaskunder3/graphics.h-project-template.git

Detail setup can be found on my other repo solution-to-graphics.h

My directory look like

  D:.
├───.vscode
└───Home
    ├───build
    └───src
  • Just Ctrl+Shift+B to run the build task you will get the executable file in build folder

!mportant

  • Folder src contains source code

  • Folder build where compiler generate .exe

  • .vscode contains c_cpp_properties.json and task require modification according to your environment and types compiler

← Previous

leetcode 300 longest increasing subsequence

Next →

how to write makdown