python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
graphics.h on WSL
I want to learn graphics.h to do some graphics (I know it's outdated and everything). I'm currently working on WSL (Windows Subsystem for Linux) with Ubuntu, and cannot use Linux or create a virtual m...
sonod4
Votes: 0
Answers: 0
Does anybody know a way to make a video game in turbo c where you have an A moving around on the screen?
I am trying to make a game with ms-dos called find the key.
What i am struggling with is using graphics.h to move an ASCII character move over a red screen using keyboard input.
Here is a snippet of m...
Asher Heetderks
Votes: 0
Answers: 0
How do you use non standard headers in C?
If I want to use graphics.h or conio.h with C, how do I even install it and get it to work?
Mr_Arsonist
Votes: 0
Answers: 1
const char * is incompatible with parameter of type char *, initgraph()
I have been going through this: https://www.geeksforgeeks.org/draw-circle-c-graphics/ and for some reason it seems to not be working, I'm using vs 2019, I have the dependency's, no errors there, it se...
CodingWiz
Votes: 0
Answers: 1