Re: Pointers Question?
From: Alwyn (dt015a1979_at_mac.com.invalid)
Date: 08/26/04
- Next message: Billy N. Patton: "abstract classes and polymorhpism"
- Previous message: Alwyn: "Re: Pointers Question?"
- In reply to: Alwyn: "Re: Pointers Question?"
- Next in thread: Paul Kirby: "Re: Pointers Question?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 26 Aug 2004 21:27:57 +0100
In article <260820042106484121%dt015a1979@mac.com.invalid>, Alwyn
<dt015a1979@mac.com.invalid> wrote:
Sorry, that should be:
unsigned char send_buf[4096];
unsigned char *send_ptr;
// Packet Type
write_short(send_buf, 0x07FF);
// Packet Size (default value set to 0x0000)
send_ptr = write_size(send_buf, 0x0000);
etc.
Alwyn
- Next message: Billy N. Patton: "abstract classes and polymorhpism"
- Previous message: Alwyn: "Re: Pointers Question?"
- In reply to: Alwyn: "Re: Pointers Question?"
- Next in thread: Paul Kirby: "Re: Pointers Question?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]