Main Menu

HOME

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

Make money selling software. Check this out here

Hosted clickbank mall. Check this out here




   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
Beep(VB)
scroll title bar caption(VB)
Find out part of a date(ASP)
display processes beginning with a certain letter(Powershell)
Image resizer(PHP)
unload all forms(VB)
space between text(CSS)
Constants in C(C)

    




Copyright © 2003 by programmershelp.co.uk