C
Write the C program that should print 1-40 counting with the delay of 1second by using the timer count value from the BIOS data area.
- 1430 views
- 1 answers
- 0 votes
I am a new Win32 Programmer and I have a university book. I want to write that code and execute my first program please tell me how can I do this.
I want to create a Win32 Application.
Please tell me it's complete detail.
- 1147 views
- 1 answers
- 0 votes
I need an expert’s opinion on this. Ok, I had been programming in a Windows XP operating system with my Turbo C application. But when I upgraded my computers operating system into a windows 7 operating system. I get this error when I run the program
16 bit MS-DOS Subsystem
This system does not support fullscreen mode. Choose 'Close' to terminate the application.
Could this be a compatibility issue?
- 1397 views
- 2 answers
- 0 votes
Hi!
I want to know: as we mention header files on top while writing any code, where those files are actually saved in the computer. I want to give destination path in TURBO C software where it may detect those header files and then execute the code. I receive an ERROR while executing that "Header files location not found." Can you people help me through this?
- 949 views
- 2 answers
- 1 votes
I want to know the inheritance in C so that I can use it in my job;
Please respond to me.
- 926 views
- 2 answers
- 0 votes
HELLO!
I have a question in my mind; can anybody please help me? When we design code, if we use KEYWORDS as a variable for our own use in code an ERROR is usually displayed that "IT IS A RESERVED WORD". Why can't we use a keyword as a variable? Please explain any solid reason behind it.
- 3868 views
- 2 answers
- 0 votes
I want to make a code for a clock in which I think the counter will be used in such a way that after every 12 counts, it starts its counting again from 1 and it should also maintain seconds and hours separately. Again, all should be linked with each other. I tried designing the code but I am unable to maintain the seconds' counter loop with the hours and the minute loop.
Can anybody will help me through this?
- 863 views
- 1 answers
- 0 votes
How can I make shapes through coding? Do they also include some specific header files or by using simple header files like
include<iostream>
include< stdio.h>
include< codio.h>
we can create shapes? Also, is it possible to fill those shapes with different colors? If we have to use header files, then please tell me details of those header files?
- 5883 views
- 2 answers
- 0 votes
Good day!
I have a problem with my program in turbo C.
I created a simple division program but it keeps giving this error:
‘Undefined Symbol’
I already declared it, but it still returns the same error.
I don’t know how to fix this anymore; I keep trying to change the variable but it still doesn’t work.
- 2292 views
- 3 answers
- 0 votes
Hello,
I created two fields for me to able to calculate the grades of the students. Why do I get this error in MS Access?
“Syntax error (missing operator) in query expression”
My query is Select [Quiz], [Homework] from Student Where [Average] = ([Quiz] + [Homework]);
Is there any other way to compute the average in another type of query? And do you experts have any suggestions on how to do it?
- 1697 views
- 1 answers
- 1 votes