Thread: reading 1 char at a time

  1. #16
    Mmm. Purple.
    Join Date
    May 2002
    Posts
    154

    Working

    Yea, ty i just got it working

  2. #17
    Mmm. Purple.
    Join Date
    May 2002
    Posts
    154

    next..

    it reads and stores and char in buf

    How can i check what buf is in hex?

    ex.
    buf=ÿ
    so it would convert it to
    d=buf
    d=0xFF
    Last edited by krappykoder; 10-23-2002 at 11:35 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sending an email in C program
    By Moony in forum C Programming
    Replies: 28
    Last Post: 10-19-2006, 10:42 AM
  2. problem with reading and writing
    By yahn in forum C++ Programming
    Replies: 2
    Last Post: 01-03-2006, 04:38 PM
  3. String sorthing, file opening and saving.
    By j0hnb in forum C Programming
    Replies: 9
    Last Post: 01-23-2003, 01:18 AM
  4. Searching a linked list for char
    By spentdome in forum C Programming
    Replies: 3
    Last Post: 05-22-2002, 11:11 AM
  5. simulate Grep command in Unix using C
    By laxmi in forum C Programming
    Replies: 6
    Last Post: 05-10-2002, 04:10 PM