Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Forum Post

inpout32 in Turbo C ??

Hi I am developing a project that hass to access the pc parallel port in windows xp, through Turbo C/C++.. I know u cannot access the port directly in XP but u need driver like inpout32.dll.....
Forum Post

Re: two words infront of function identifaer

: The C and C++ complete routine prototype is: : : : extended_properties return_type calling_convention function_name (parms) extended { : : } : : This is only true in Windows, since the...
Forum Post

Re: Simulate key press from keyboard

I assume you are using Windows then? Program in C or VB. Use API's to simulate keypresses. Either through WM_KEY+SendMessage or through keybd_event API. Best Regards, Richard The way I see...
Forum Post

Re: is there a function like getch in windows for linux

: : i m looking to get input on character basis without enter. so is there any function which can help me taking input directly from the keyboard as and whn any key get pressed. : : : : : Its...
Forum Post

Re: printing programs directly from Turbo C++ compiler

: : How do we print programs directly from Turbo C++ 3.0 compiler? : : I have tried the print function from file menu of compiler ,but it does not print!!! : : : Turbo C is printing to DOS, so if...
Forum Post

Re: HOW TO RUN MULTI-PROCESSES SIMULTANEOUSLY IN C?

: : I wanted to know if there's any method in C by which I can run two or more processes independently & simultaneously without interrupting any of the processes? : : : : For example suppose that...
Forum Post

Re: how to calculate the capacity of hard disk

: hi : i want to calculate the capacity of each partition and floppy disk using c language using interrupt. : See this FAQ http://www.codeguru.com/forum/showthread.php?t=231055 you will have...
Forum Post

Re: All i want to do is BEEP, i need some sounds maaaaan!

: sound is not a c or c++ feature, but a hardware issue. If you are using VC++ then look at the win32 api PlaySound(), Beep() and MessageBeep() functions. : : : cheers I tried these...
Forum Post

Intel C compiler

I have been referencing material about the different commercial compilers available, as I am about to try my first Windows effort in C. (I am going to attempt a Windows program that utilizes a GUI...
Forum Post

Re: thanks ,here some specifications for keyboard functions for GUI

: SIR/MADAM- : I thank you for ur valuable reply .For the specifications u asked I consulted with my project mates and what they said is that " we are actually doing a project of building an...
Forum Post

Compile and link win32 obj with c lib

Hello, i am doing some libs in nasm , now i want to port it to windows i trying to use the POSIX C lib to make the port , but i cant run my compiled programs , i have no problem in compiling and...
Forum Post

Using Mouse on C

I know it's better to use C++ for mouse, but I'm just curious (because C++ came from C and I'm thinking have a mouse in Win32 Console Application) how? Do I need to know deep down low-level language...
Forum Post

Re: Small C program to exclude bad RAM?

OS: Windows XP Home SP2 CPU/Ram: Mobile AMD Duron 4, 1GHz / 256MB System Manufacturer: Compaq Presario 730us Juan
Forum Post

Re: 10 million digits

http://mark.space.servehttp.com
Forum Post

Re: Can you read characters from the dos screen?????

Could you be more vague? Do you mean input characters? There's standard C ways to do that. Do you literally mean read the character on the screen at a given X,Y coordinate? Under Windows you can...
Forum Post

Re: Threads

: : I'm looking for a good resource for learning to do simple threads in C++. Anyone got any good sources? : : : : THanks, : : Tony. :) : : : : There isn't much to it. If you are using a...
Forum Post

Re: RE: Assembler Problems

: : I need to code a function inline in a C Compiler. The function returns a character from the keyboard if there is one there, if not then return a 0. The function dosent wait though for a key...
Forum Post

Re: Printing in Windows with C - HEEEEELLLLP!

: : I have searched the net for hours trying to find a quick, simple (or ANY) example of getting something to print in windows using C. I have tried so many different things it's really driving me...
Forum Post

Re: RS232 serial port comm using C

In Windows os, serial ports are treated exactly like ordinary files. read www.msdn.microsoft.com about CreateFile(). It has a section on communications. Follow that link and you will find some...
Forum Post

Re: array size limitation

: I am running a C program on a PC with 2GB of RAM. But the program does not run correctly when the total array size is greater than 300MB. Is there a limitation on the compiler? Can this be reset? I...
1 2 3 4  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.