Search:

Type: Posts; User: transistortoast

Search: Search took 0.00 seconds.

  1. I am trying to do something similar to this...

    I am trying to do something similar to this
    [URL="http://cboard.cprogramming.com/showthread.php?t=82638&highlight=ifstream"]
    where he is doing the input/output on a struct, while I am working on my...
  2. Hi, Thanks for the input on the comparison with...

    Hi,
    Thanks for the input on the comparison with open and save. It was written a while ago when my undestanding was lesser for the string classs. My difficulties are with :
    <code>
    myFile >>...
  3. ifstream file I/O and strings or structs

    Hello,
    I am looking for an efficient C++ technique for writing a data structure to a file and retrieving it later. To write the file, I've been doing the awkward thing of copying all my integer...
  4. Hello, Are you still working on finding a...

    Hello,
    Are you still working on finding a solution? Personally, I am using a class that comes from "Serial Communications Developer's Guide" by Mark Nelson. I'll email you in private some files.
    ...
  5. Replies
    4
    Views
    5,145

    The CFileDialog requires that I add an...

    The CFileDialog requires that I add an #include<afxdlgs.h>, but the latter does not permit me to include windows.h which I need with CreateThread and CreateSemaphore. What do I do?
    Frank
  6. Replies
    4
    Views
    5,145

    Visual C++ file selection dialog

    In Visual C++ 6.0, I require to select a file to open and would like to use the standard file selector dialog to get a filename. What function do I call for that? Does anybody know of a web page with...
Results 1 to 6 of 6