-
ASCII input...
Hello, I am going to be working a lot with text files for input and I was wondering if there was a good class that would allow me to get integers and doubles and stuff like that from a file. For instance if I had:
123 5.6 4.901
and I said read text as double 3 times I would get the values 123 5.6 and 4.901. So far, all that I have found reads in bytes so you have to make strings and parse out the values. Is there a native class with functions like readDouble() that will return this type of information? Thanks a lot.
~evlich
-
ArchAngel.
O:-)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks