turbo-c
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 分类:问答Borland vs. MingW/GCC compilation speeds..
I\'m a long time Borland users ( since Turbo C ) ( until BC5.2 ).开发者_如何学C I\'ve been using MingW/GCC with CodeBlocks for about a year now, mainly[详细]
2023-04-08 12:59 分类:问答No module definition file specified
So i have this code, the snippet is given below. list* init(list* list1) { list1->head = NULL; list1->size = 0;[详细]
2023-04-04 08:31 分类:问答C Cursor Question
I\'m a newbie in Turbo C... Just want to 开发者_JAVA百科ask what is the first thing should I do to enable the use of cursor. I\'d like to control the cursor and redefine keys on the keyboard as well.[详细]
2023-03-11 20:41 分类:问答Pointer notation question
I am using TurboC. What\'s wrong with this code? During the runtime, the message was \"floating point formats not linked\" \"Abnormal program termination\". I am a newbie in C language, and I\'ve neve[详细]
2023-03-10 06:50 分类:问答How to enable linking floating point library in TurboC?
I开发者_如何学Python\'m newbie in C language... Just want to ask how to enable linking floating point library in TurboC?From the comp.os.msdos.programmer FAQ:[详细]
2023-03-09 23:17 分类:问答C Two-Dimensional Array
I\'m going to ask something about my code provided below... My question is in the line where there\'s a comment /*This line*/. I used variable y and x: y for the HEIGHT and x for the WIDTH. The very f[详细]
2023-03-08 09:43 分类:问答C Array Question
When a simple variable name is used as an argument passed to a function, the function takes the value corresponding to this variable name and installs it as a new variable in a new memory location cre[详细]
2023-03-08 01:17 分类:问答A weird behavior of C compilers GCC and Turbo [duplicate]
This question already has answers here: 开发者_如何学Go Why are these constructs using pre and post-increment undefined behavior?[详细]
2023-03-07 09:54 分类:问答Turbo C Array Question
I just want to ask something about my code. #define LIM 40 main() { int day=0; float temp[LIM]; clrscr(); do[详细]
2023-03-07 05:15 分类:问答