001
19.10.2004, 21:56 Uhr
FloSoft
Medialer Over-Flow (Administrator)
|
das sind asci zeichen, kopier den code mal in ne html datei und lass sie dir anzeigen
C++: |
int ComPort::SetOPEN(int PORT) { if(PORT<=0||PORT>4) //Was heißt das?? (der Kompiler macht hier natürlich Probleme) { return WRONG_PORT; } char*CP[]={"COM1","COM2","COM3","COM4"}; hCom = CreateFile(CP[PORT-1], GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL); return 0; }
|
-- class God : public ChuckNorris { }; |