Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Platform
Windows
Remove
License
Any
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.....
: 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...
I'm trying to port a C++ Builder 6 project from Windows NT to Windows XP. Which development environment should I move to? Does C++ Builder 2007 support importing Builder 6 projects?
While I'm...
we are doing a project on data recovery.........and are trying to access the hard disk using c++ code for FAT 32 in windows xp.....but xp prevents any such access.........is there any tool or any way...
hey im just a newbie in this language and i wish to learn more...
and i wanted to expand my learning..
can someone help me and teach me how to capture keypress in c++ language?
//edit im...
: Hi
:
: I would like to find out if there is any open source C/C++ IDE for Windows XP. I just want to develop a simple application which will read data from serial port and save to a file. Could...
: Different from what? We have a person who knows about C++, nobody mentioned PC programming. But for a C/C++ programmer it doesn't really matter what assembler you know, as long as it involves using...
: Embedded systems? Wasnt that its original purpose?
It depends on what you mean with embedded. If you mean Pocket PC or mobile phones, then Java will work fine. If you mean controlling cars and...
: Thank you stober for your answer. Is there also a simple way to send this graph to a printer. I have also no experience with a printer.
:
ha!ha!ha! when did you ever see anything in M$ win32...
:
: As you know, i program in C, not C++. I have no exprience with ActiveX, thats for VB, isnt it?
They can be used in VB but can also be used by other languages. I write amd use ActiveX controls...
Hello,
I'm developing an application under windows 2000. Some processes take a lot of time.
Well, when i put my program in another PC (with windows XP and the same specs - Pentium 4 2,6 1GB...
: Hi,
:
: I have Borland Turbo C++ for DOS and Borland C++ Builder Professional, but do not know how to get C++ to print, say from a file, to a printer in the following operating systems:
:
:...
Hi,
I have Borland Turbo C++ for DOS and Borland C++ Builder Professional, but do not know how to get C++ to print, say from a file, to a printer in the following operating systems:
DOS 6.20,...
: : : : :
: : : : Actualy, this program is a credit application which I email to clients. At the end of the program the user is prompted to go to c:\acred.txt and print the text file located there,...
: : : :
: : : Actualy, this program is a credit application which I email to clients. At the end of the program the user is prompted to go to c:\acred.txt and print the text file located there,...
: : :
: : Actualy, this program is a credit application which I email to clients. At the end of the program the user is prompted to go to c:\acred.txt and print the text file located there, sign it...
: :
: Actualy, this program is a credit application which I email to clients. At the end of the program the user is prompted to go to c:\acred.txt and print the text file located there, sign it and...
: Hello Friends,
: I need an OOP TC++ source code. The program must shows all the Hard Drives present in the system like C, D etc and the CDROM. After clicking the drive, the program...
: If two programs need to exchange data then they could do it a number of ways.
: 1. named pipes
: 2. files
: 3. *nix -- shared memory
: 4. windows -- clipboard
:
: system() function only...
: : Hi Folks, as a lifetime unix coder I have been asked to port a fairly
: : simple C application to w2k. I have little idea where to start. Should I get Microsoft Visual C++ to compile the C...