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 :
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
So i have this code, the snippet is given below. list* init(list* list1) { list1->head = NULL; list1->size = 0;
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.
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
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:
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
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
This question already has answers here: 开发者_如何学Go Why are these constructs using pre and post-increment undefined behavior?
I just want to ask something about my code. #define LIM 40 main() { int day=0; float temp[LIM]; clrscr(); do