I am making a program with graph开发者_StackOverflowics.h in C.I am trying to implement the matrix screen saver but I am stuck here in the code.The alphabets fall just once.I want them to keep on fall
I have installed Dosbox to run Turbo C in it. But my 开发者_开发问答graphics.h programs are not executing in it. I am getting Linker Error which says"Undefined sumbol initgraph in module..."
The linker gives error that overflow at initgraph and close graph #include<dos.h> #define DETECT 0
I am trying to implement mouse interfecing but somethings wrong with the input function.It should tell me that wheater i have made a left click or a right click but its not printing anything.Have a lo
I have a C++ program (.cpp) inside which I wish to use some of the functions which are present i开发者_如何学Cnside the C header files such as stdio.h, conio.h, stdlib.h, graphics.h, devices.h etc.
I have made a program in graphics but when ever i enter any value in the graph it reaches its peak #include <graphics.h>
开发者_Python百科What code do we use to move at a point on the screen in graphics mode(graphics.h)?As in normal we use goto(x,y).Since you don\'t have a choice in the matter, here are some tutorials o
I was trying to create a text e开发者_StackOverflowditor in c. but i am facing a problem with the backspace character. and when i am trying to print this with outtextxy a strange character is appearin
I\'m having problems opening directly TurboC++ compiler(dos version) on Windows X. if I click on the TurboC++ icon through windows GUI it opens for a sec(a blank dos screen)
I have developed a graphic program on a desktop system. But when I tried to run it on the hp compaq laptop it开发者_如何学JAVA\'s not getting executed. I developed it using Turbo C. Then i tried writi