bgi
matrix sort of graphics in C
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[详细]
2023-01-24 23:55 分类:问答graphics.h programs not running in Dosbox Windows 7 environment
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..."[详细]
2023-01-22 14:06 分类:问答Linker can't find initgraph() and closegraph()?
The linker gives error that overflow at initgraph and close graph #include<dos.h> #define DETECT 0[详细]
2023-01-09 23:02 分类:问答mouse not taking input
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[详细]
2023-01-09 14:03 分类:问答Including C headers inside a C++ program
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.[详细]
2023-01-09 06:30 分类:问答bar3d(),graph going out of range
I have made a program in graphics but when ever i enter any value in the graph it reaches its peak #include <graphics.h>[详细]
2023-01-08 16:24 分类:问答how to move to location in graphics mode
开发者_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[详细]
2023-01-06 05:46 分类:问答Implementing backspace using outtextxy in graphics.h in c
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[详细]
2022-12-27 11:23 分类:问答unable to use turboc through xp. why? solution?
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)[详细]
2022-12-25 03:33 分类:问答Cannot run c graphics programs
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[详细]
2022-12-24 10:14 分类:问答