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

Search:

Type: Posts; User: antlet88

Search: Search took 0.03 seconds.

  1. Replies
    15
    Views
    3,525

    Re: Odd error from VS 2010 C++

    It's written in this form. Just the value and then hitting enter to the next line.

    15
    2.34
    2.43
    2.30
    2.29
    2.41
    2.42
    2.33
  2. Replies
    15
    Views
    3,525

    Re: Odd error from VS 2010 C++

    Hey it worked. I found the setting exclude from project and it builds just fine. I mean the program doesn't actually work but at least it runs. Haha. I think the numbers from the text file aren't...
  3. Replies
    15
    Views
    3,525

    Re: Odd error from VS 2010 C++

    Thanks everyone who didn't just yell at me for formatting. I'm sure once I become better at programming those things will come a little more natural. I'll try those recommendations tonight....
  4. Replies
    15
    Views
    3,525

    Re: Odd error from VS 2010 C++

    Okay, you're coming off kind of aggressive...Or maybe I'm getting the wrong impression.
    As I said, this is literally my first class in programming. I've never done it before. I just can't figure...
  5. Replies
    15
    Views
    3,525

    Re: Odd error from VS 2010 C++

    Sorry about that!!! I'll try it here. Ummm. No I don't think I compile the .txt file. It's just saved in the folder and then called upon in the coding.


    #include <iostream>
    #include <fstream>...
  6. Replies
    15
    Views
    3,525

    Odd error from VS 2010 C++

    1>------ Build started: Project: Lab 5, Configuration: Debug Win32 ------
    1> data.txt
    1>c:\users\anthony\documents\visual studio 2010\projects\lab 5\lab 5\data.txt(1): error C2059: syntax error :...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured