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

    


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
Get the connection time with PHP and cURL(PHP)
Delete a file(ASP)
Binary to decimal etc(VB)
mouse position(VB)
Get stock quotes(PHP)
Current date and time(C Sharp)
Circumference of a circle(C)
Earth to Martian Years conversion(C)

    




Copyright © 2003 by programmershelp.co.uk