Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mjc106

    returning linefeed characters

    What function are you using to read from the Serial Port? That is a big problem, you may want to try something like the following: byte = get_symbol(); while (byte != EOF) byte = get_symbol(); I am not particularly farmilar with binary read / writes but get_symbol() would be an...
  2. mjc106

    Getting a file size in VC++ 6.0

    Hi, Sorry if there is a recent post about this but the Keyword Search is down. Anyway I was wondering, is there some library function that will give just the a file size in bytes. I.e. In (for example) stdio.h call int getsize(FILE*) would return the size of a file pointed to by the file...

Part and Inventory Search

Back
Top