Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


Bitwise example 3
 

 

Code

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

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

Description

 

Download

bitwise3.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
App.Path example(VB)
open firewall ports(VBScript)
Do While loop(Javascript)
Windows directory(VB)
Find out part of a date(ASP)
Pop up window(Javascript)
Blinking text(C)
mozillaZine news(PHP)

    




Copyright © 2003 by programmershelp.co.uk