Search:

Type: Posts; User: technokid

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,201

    How to use REGISTER with a 32 bit compiler

    I have a program that was written for a 16 bit compiler. When I use a 32 bit compiler, I get an error using the name "register". An example is:
    char myChar;
    register int value;
    register int...
  2. Looking for C source code or component for VonJacobson TCP/IP header compression

    I'm looking for function, component or source code to the Von Jacobson TCP/IP header compression algorithm. It is in RFC 1144. That RFC has the source code to it but it is written for a Unix...
  3. Trying to understand format of old FTP connection using EBCDIC

    I'm trying to figure out the structure of some old SLIP FTP code. I have figured out a few things about it but would like some help if I can find anyone out there familiar with it. For one thing,...
Results 1 to 3 of 3