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

    


Bitwise operators 2
 

 

 

Code

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

int main()
{
int i;
for(i=1;i<=7;i++)
{
_outp(0x378,128 >> i);
_sleep(1000);
}
return 0;
}

Description

This is the second of our Bitwise operator examples for the multiple led's example .

Visual C++ version

Download

bitwise2.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
source code viewer(C Sharp)
FPrintf(C)
delete a file(C Sharp)
Add to favorites(Javascript)
image_string example(php)
Folder path and size(ASP)
display installed hotfixes(VBScript)
mysql version(php)

    




Copyright © 2003 by programmershelp.co.uk