answersLogoWhite

0

Depends on the operating system. In UNIX it's ncurses,see the manual.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

How do you write a C plus plus program that displays a pyramid of Xes on the screen using a for loop?

printf ("x")


How can you make a splash screen in c or c plus plus?

Many people use a modified version of the program's About dialogue window as a splash screen, but you can also create a dedicated splash screen window that contains an image of the company logo along with some program information. The choice is yours but ultimately a splash screen is nothing more than a window that is shown while a program loads in the background. When the program has loaded, the splash screen is closed automatically. The simplest method of displaying your splash screen is to use a program loader function. Typically this will be your program's main function or a function called from your main function. The program loader first loads and displays the splash screen, then loads the rest of your program in the background before closing the splash screen window and finally showing the main window. Some splash screens display progress information during the load sequence, thus your program loader should send messages to the splash screen and give time to the system to allow messages to be processed. This will increase the time it takes to load your program, but if the load process is lengthy to begin with, it is better to give some indication of the progress.


How do you write a program using the gotoxy statement and print function to display letters of the alphabet on the computer screen?

There is no gotoxy statement in C.


Why wont your c plus plus program stay open?

If you are talking about the program executing, but the output screen being displayed for a flash and then disappearing, I suggest adding getch() or getchar() function at the end of your main function. This will make sure that the output screen waits for you to press a character before the program terminates.


Access screen layout of MS Access database?

FOTM

Related Questions

Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?


What is the shortcut to program files is c drive is blocked by your administrator?

If the 'c' drive is blocked, you can't access program files


What six letter words have the letter c as the second letter?

access screen school


How to you use clear screen in turbo C?

by using "clrscr" command at starting of the program


Write a c program which displays digital watch on the screen after taking the hours and minutes from the user?

Write a program which displays digital watch on the screen, after taking the hours and minutes from the user.


How do you view ipconfig as the screen flashes on then off I am having limited connectivity issues to the internet as I am unable to access Yahoo mail and but able to access Wiki?

Start > Run > ipconfig - The screen program will exit before you view results Start > Run > cmd > ok > ipconfig - The program will not exit and you will be able to view results


Where is the the program files folder located?

The Program Files folder is located in the Local Drive C. To access it, go to Start and My Computer or just Computer, depending upon which version of Windows you are using.


How do you write a C plus plus program that displays a pyramid of Xes on the screen using a for loop?

printf ("x")


How do you write a programme in c?

Basic Program in "C" #include <stdio.h> /*This is the standard input/output library function*/ main(void) /*All C programs must have the function main*/ { char ch; printf("This is a C Program."); /* Every line of code in C must end with a semi colon*/ printf("Welcome to C!");/*the printf outputs the line of text to the screen*/ scanf("%c%c", &ch, &ch); /* This is a trick way to pause the computer so you can read the information on the screen*/ return 0; /* Indicates that your program has terminated successfully*/


Mbitr users can program a channel using the radio's keypad and display window how do you access the screen for programming a channel?

Hold ALT+Mode. Go down to program. Hit enter


What kind of program is Microsoft online access?

There is no program called Microsoft Online Access, but there is a program called Microsoft Access -- it is a database program.


How can you make a splash screen in c or c plus plus?

Many people use a modified version of the program's About dialogue window as a splash screen, but you can also create a dedicated splash screen window that contains an image of the company logo along with some program information. The choice is yours but ultimately a splash screen is nothing more than a window that is shown while a program loads in the background. When the program has loaded, the splash screen is closed automatically. The simplest method of displaying your splash screen is to use a program loader function. Typically this will be your program's main function or a function called from your main function. The program loader first loads and displays the splash screen, then loads the rest of your program in the background before closing the splash screen window and finally showing the main window. Some splash screens display progress information during the load sequence, thus your program loader should send messages to the splash screen and give time to the system to allow messages to be processed. This will increase the time it takes to load your program, but if the load process is lengthy to begin with, it is better to give some indication of the progress.