Tuesday 27 July 2021

how to run C Graphics Program in UBUNTU


                 how to Include gcc <graphics.h>?
ans
  This post is about how you can run graphics program in Ubuntu platform.

Steps:


Step:1
Make sure that you have basic compilers installed. For this run the command:
     sudo apt-get install build-essential

create and activate a Python virtual environment on macOS and Windows

create and activate a Python virtual environment on macOS and Windows: Prerequisites: Python 3: Ensure you have Python 3 installed. You ca...