Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript Site
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


intensity of characters
 

 

Description

This shows a couple of functions to control the intensity of the characters displayed in a console window .

Code

#include <conio.h>
#include <stdio.h>


int main(void)
{
clrscr();

lowvideo();
printf("This shows low intensity characters.\n");
highvideo();
printf("This shows high intensity characters.\n");
normvideo();
printf("And back to normal again.\n");

return 0;

}

Information

tested using LCC Win 32 and Windows XP

 

 

 

 

Download

highlowvideo.txt


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Log on as different user(VB)
Open/Close CD door example(VB)
View source code(VB)
a directory lister(PHP)
Java redirector(Javascript)
Cascade windows(VB)
Open copy disk dialog(VB)
Delete a file using Delete instance method on the FileInfo class(C Sharp)

    




Copyright © 2003 by programmershelp.co.uk