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
capture window under mouse(VB)
Latest stock market information(PHP)
Display the date a page last modified(PHP)
Check number of characters(PHP)
launch a website(Darkbasic)
Processor information(PHP)
Delete a file(ASP)
Display all drives(VB)

    




Copyright © 2003 by programmershelp.co.uk