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

    


biosequip function
 

 

Description

This example shows an example of the biosequip( ) function this checks the equipment installed in the system . In this case we check and see if a co-processor is installed.

Code

#include <stdio.h>
#include <dos.h>
#include <stdlib.h>
#include <bios.h>

int main(void)
{
unsigned result;

clrscr();
result = biosequip();
if(result & 0x0002)
printf("Math co-processor installed\n");
else
printf("Math co-processor is not installed.\n");

return 0;

}

Information

tested using Borland Turbo C++ , Windows 95 and 98 .

 

 

 

 

Download

biosequip.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
Status bar text(Javascript)
Random number(ASP.net)
text alignment(CSS)
create a database(PHP)
random circles(Darkbasic)
format excel cells(VBScript)
Convert from binary to decimal(C Sharp)
FormatDateTime examples(VB)

    




Copyright © 2003 by programmershelp.co.uk