CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: diman65

Search: Search took 0.03 seconds.

  1. Re: reading txt file. How do I FAST read the data?

    yes its includes <fstream.h>

    I dont know why but this was a problem. Thank you very much Philip.

    I will try to use this in my project. :)
  2. Re: reading txt file. How do I FAST read the data?

    It works, if I test the code in separate project.
    But inside a function of my class it doesen't work any more. But what is a sense of this line?
    in >> date_time >> arrow
    im still trying to...
  3. Re: reading txt file. How do I FAST read the data?

    I used the same code that you have posted.
  4. Re: reading txt file. How do I FAST read the data?

    Thank you for quick reply Philip,
    I dont really understand the line "in >> date_time >> arrow"

    I have also a compiler error
    "error C2678: binary '>>' : no operator defined which takes a...
  5. Re: reading txt file. How do I FAST read the data?

    im sorry about that :)

    Im new in this forum. Next time I'll do this right.

    ps: can't find edit button on the thread :S
  6. reading txt file. How do I FAST read the data?

    Hi everybody :)
    I wrote a program that reads from txt. But it takes to much time to read the data. My txt file contains following information:
    =====Traces=====
    10:18:18.176 -> 52 1 0 -1 -690 1000...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured