Here\'s some code that I wrote in DevCpp (windows), now I\'m trying to get it to run in linux without much success.
I have the following code for drawing a circle : #include<stdio.h> #include<conio.h> #include<gra开发者_如何学Gophics.h>
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 :
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 :
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.
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.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answ开发者_开发百科ers.
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.
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
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?