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
Frames support(ASP.net)
Directory file viewer improved version(PHP)
Access connection(VB)
Serial port properties(Powershell)
A basic calculator(Javascript)
type of drive(VB)
Browser version(ASP.net)
disable CTRL + ALT + DEL on Windows XP(VB)

    




Copyright © 2003 by programmershelp.co.uk