bgi
Multiple Definition errors in c++
Here\'s some code that I wrote in DevCpp (windows), now I\'m trying to get it to run in linux without much success.[详细]
2023-04-09 18:53 分类:问答Bresenham's circle algorithm
I have the following code for drawing a circle : #include<stdio.h> #include<conio.h> #include<gra开发者_如何学Gophics.h>[详细]
2023-04-09 13:14 分类:问答BGI error, How to Resolve it?
I want to run a C program that draws a circle. The program is compiling with no error and it is running. After getting the values like radius from the user, I get the error like this :[详细]
2023-04-09 05:37 分类:问答how can i run a c++ file in turbo c in windows 7
hi my dear friends : i am asp.net web developer and never work with c++ i have a little project from my sister that i want to test it for her about car graphic like below :[详细]
2023-03-11 04:37 分类:问答divide error in C
I have a graphics program which has some computations in it. its not giving any errors but after the program is run, its giving 6/4 divide error.[详细]
2023-03-06 13:11 分类:问答Cannot open include file: 'graphics.h': No such file or directory
I am using #include "graphics.h" in c++. I am using visual studio 2008 as my IDE. The problem is I can\'t build my code.[详细]
2023-03-05 01:17 分类:问答Where to find 'The Art and Science of C' source code? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answ开发者_开发百科ers.[详细]
2023-03-03 12:37 分类:问答How can I compile and run programs using graphics.h in code::blocks?
I am new to code::blocks, so I was wondering how could I compile and run开发者_高级运维 my computer graphics animation programs (those that use graphics.h) in Code::Blocks.[详细]
2023-02-12 12:03 分类:问答How can I add graphics.h library on my mac?
I want to draw a rectangle using a C program. 开发者_JAVA技巧So I was trying to use the graphics.h header. But the GCC compiler gave me a error saying that the library could not be found.graphics.h is[详细]
2023-02-08 10:12 分类:问答How can I compile code that uses graphics.h in DOSBOX?
i write a code and in this code i use graphics.h ,in borland c++ or visual I can开发者_C百科\'t open and run it, now i want run this code ,and i have DOSBOX 0.72 , how open this code with DOSBOX?[详细]
2023-02-03 15:46 分类:问答