Forum: Java Jun 30th, 2008 |
| Replies: 2 Views: 765 Hey Every One,
Is there a package or written class to access hardwares like cd rom by using a java code.i had referred the java documentation but i didnt found.If any one know about this please... |
Forum: Java Nov 7th, 2007 |
| Replies: 15 Views: 3,732 Hey i also got that question some tym before..i dont know the exact reason y java didnt allow to create .exe files.....
but java can create .class files.
also u can create .jar files..
jar... |
Forum: C++ Dec 28th, 2006 |
| Replies: 3 Views: 3,325 Hi everybody,
How to crack a password of a simple C++ Programme?
Please give me a simple code sample?????????
heres to,
Nuwan |
Forum: C Dec 28th, 2006 |
| Replies: 3 Views: 1,363 |
Forum: C++ Dec 28th, 2006 |
| Replies: 2 Views: 2,750 12) what are the I/O ranges?funcitons of it? is it useful to a programmer ? if How ?
13) can we use a C++ programme without windows? I mean can we use C++ programme in MS-DOS mode?
... |
Forum: C++ Dec 28th, 2006 |
| Replies: 1 Views: 5,451 11)Please give me a code sample to eject cd rom and close it…..in c++…..??? |
Forum: C++ Dec 28th, 2006 |
| Replies: 1 Views: 893 10)Can we use C++ codes to change the voltages of mother boards? How can change this ? simple codes please?
How can we check whether that changes are configured to the mother board or... |
Forum: C++ Dec 28th, 2006 |
| Replies: 3 Views: 1,626 09)What is the purposes of register used in c++.in c++ help they are used more examples and they are used memory addresses……How can we find the specific functions of memory addresses used in... |
Forum: C Dec 28th, 2006 |
| Replies: 2 Views: 4,945 08)Can we read from a port while write to the same port? When we short the TX and Rx pins the value TX can be captured from the same port as a data read from port? |
Forum: C Dec 28th, 2006 |
| Replies: 1 Views: 890 07)when file transfer between two computers, is there need to code two programmes for receiving data and transmitting data seperately?
If not how?please give me a code example…………?How... |
Forum: C Dec 28th, 2006 |
| Replies: 2 Views: 2,516 06)How can we turn on and turn off the serial ports’ DTR and other pins………? When we transfer a file from one computer to another is there need to configure these pins or they are automatically... |
Forum: C++ Dec 28th, 2006 |
| Replies: 1 Views: 1,019 05)What is the purposes of the Followings?
These are located in device manager list………………Under System devices
a) ACPI Fixed Feature Button
b) ACPI Sleep Button
c) ... |
Forum: C Dec 28th, 2006 |
| Replies: 3 Views: 1,363 04) what is the maximum data rate that a com port supports? Why we cannot transmit data than that (maximum ) data rate? |
Forum: C Dec 28th, 2006 |
| Replies: 1 Views: 1,148 02)What are the purpose of drivers? I had heard this “as example: VGA drivers adjust voltages of VGA chips……” Is that correct? Is there any thing than that if u know please tell me……….. I m really... |
Forum: C++ Dec 27th, 2006 |
| Replies: 2 Views: 2,158 Hi Everybody,
Im a new programmer.........
i had used the following code to output data to com port.....
#include<iostream.h>
#include<conio.h>
#include<dos.h>
#include<bios.h>
#define... |