User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







c:conio.h:highvideo

highvideo

description of highvideo

Used to select the highlighted character.

selects highlighted character by setting Intensity bits the current foreground color. This function has no effect on the characters that are currently displayed on the screen.

#include <conio.h>
 
int main(void)
{
    clrscr();
    highvideo();
    cprintf("text hight intensity\n");
    return 0;
}

output of highvideo c example

  text hight intensity

highvideo example output in cmd

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/conio.h/highvideo.txt · Last modified: 2024/02/16 01:05 (external edit)

Impressum Datenschutz