Search:

Type: Posts; User: neutral87

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,317

    Hi Elysia Thanks for your reply. I research...

    Hi Elysia

    Thanks for your reply.

    I research these few past days, some people saying seekg() is used too often, and its not really good

    A better way is read the whole buffer and skipping the...
  2. Replies
    11
    Views
    1,317

    seekg goes with ifstream and/or fstream objects...

    seekg goes with ifstream and/or fstream objects to move about within the file for reading.

    seekp goes with ofstream and/or fstream objects to move about within the file for writing.

    Why would I...
  3. Replies
    11
    Views
    1,317

    What do you mean? I don't get it, what you mean...

    What do you mean? I don't get it, what you mean it doesn't work?
  4. Replies
    11
    Views
    1,317

    Grumpy!! u are the man!! Thanks!! Just want to...

    Grumpy!! u are the man!! Thanks!!

    Just want to know how can I use in different stream?

    Can I put the result in array then at different stream output it back that way? Meaning one is void and...
  5. Replies
    11
    Views
    1,317

    I'm sure it is a kind of memory leak.... Or is...

    I'm sure it is a kind of memory leak....

    Or is it using vector pushback and then output is the safer approach

    But how to outfile using vector which I don't know how to use
  6. Replies
    11
    Views
    1,317

    Hi Jim, Thanks for your reply I have a...

    Hi Jim,

    Thanks for your reply

    I have a sample of my code, as you can see I have specific Datalength of where the place should start to getline for specific data I would like to extract

    For...
  7. Replies
    11
    Views
    1,317

    Getline Function Problem

    Hi all,

    I have written a C++ program I have multiple of CSV file used as input, which I open one at a time and close it after extracting data to a output file which is the only file.

    I run...
  8. wow, this community forum is selfish and...

    wow, this community forum is selfish and unhelpful

    Any prove I posted before? This is the very first time I come to this forum to register and use. Ask admin to check my IP.

    I guess I won't be...
  9. What a pathetic joker reply, if you are selfish...

    What a pathetic joker reply, if you are selfish don't even bother to reply here thanks

    Read the title? Are you stupid? I can't imagine a 9 year old is replying my post, its okay

    Out of all the...
  10. Win32 API, can it inFile and outFile, like Win32 console?

    Hello all,

    I'm beginner to Win32 API

    I know how to program and use win32 console

    But I would like to now move to programming win32, create a GUI, and can feed in data into the API and output...
Results 1 to 10 of 10