Thread: C++ problem
View Single Post
Old 03-09-2005, 12:05 PM   #5 (permalink)
C.Ingram
 
Super Techie

Join Date: Mar 2005

Posts: 259

C.Ingram

Send a message via AIM to C.Ingram Send a message via Yahoo to C.Ingram
Default

Your reading data into a single long int value, but looping over multiple long int values (which aren't there). If you want to do things that way, read into a character array.
__________________
Christopher Ingram
Principal Consultant, Souken Group, LLC.
C.Ingram@SoukenGroup.com
(856) 392 5244 -- (866) Go Souken
C.Ingram is offline