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

Search:

Type: Posts; User: ch91woo

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    1,612

    Re: Problem with ofstream...

    oh okay. thanks :]
  2. Replies
    10
    Views
    1,612

    Re: Problem with ofstream...

    wait does that mean when the file doesn't close the VSC++ program brings up an error?
  3. Replies
    10
    Views
    1,612

    Re: Problem with ofstream...

    oh okay. thanks. that's got the problem solved :)
  4. Replies
    10
    Views
    1,612

    Re: Problem with ofstream...

    ooohh okay. I fixed that.
    Now I have to close the file.
    I tried fouttrans.close();
    foutmaster.close();
    and fout.close();
    but none of these worked....
    how do I close these .dat files?

    //...
  5. Replies
    10
    Views
    1,612

    Re: Problem with ofstream...

    oh crap you're right. lol
    okay that problem is solved.... but then I got 4 big errors telling me this...
    error in the text file....


    // Program 16.cpp : Defines the entry point for the console...
  6. Replies
    10
    Views
    1,612

    Problem with ofstream...

    Hi knowledgeable C++ programmers!
    I'm having problems with this program because it is giving me an error about how the file cannot read #include <ofstream>

    please do take a look at the program......
  7. Re: Making a simple calculator :error C2106: '=' : left operand must be l-value

    oh okay. thank you. it works very well now.
    haha I forgot for a minute that it goes right to left
  8. Making a simple calculator :error C2106: '=' : left operand must be l-value

    Hi I'm making a simple calculator program and I've encountered errors that I've never heard of before. No matter what I do, I don't know how to fix this problem

    error C2106: '=' : left operand...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured