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 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
an explode function example(php)
display local network information(VBScript)
getprotobynumber function(PHP)
hello world(GameBoy)
vertical scroller(Javascript)
Detect sound card(VB)
create a folder(VB.net)
Load a file into a textbox(VB)

    




Copyright © 2003 by programmershelp.co.uk