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

    


Text intensity
 

 

 

Description

This uses various functions to display different levels of text intensity . Useful if you needed to highlight some text instructions on the screen in a program.

Code


#include <conio.h>

int main()
{
clrscr();
lowvideo();
cprintf("This is low video text.\n");
highvideo();
cprintf("This is high video text.\n");
normvideo();
cprintf("Back to normal again.\n");
return 0;
}

Information

tested using LCC Win 32

 

 

 

 

Download

textintensity.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
font exists(VB)
Simple metatag generator(PHP)
size corrector(asp)
FPrintf(C)
For loop(PHP)
Do while example(ASP)
Basic currency conversion(PHP)
display when a web page was last modified(C Sharp)

    




Copyright © 2003 by programmershelp.co.uk