Search:

Type: Posts; User: vigilance

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    778

    Program Error

    I've been trying to get this program to work, but when I debug I get this error

    ***\processor.cpp(35) : error C2446: '!=' : no conversion from 'const unsigned int' to 'const char *'
    Conversion...
  2. Replies
    5
    Views
    1,414

    OK, so here's what I have so far. ...

    OK,
    so here's what I have so far.


    #include "header.h"

    using namespace std;

    //Variables
    ifstream infile;
  3. Replies
    5
    Views
    1,414

    Thanks, I will try those suggestions out! I'll...

    Thanks, I will try those suggestions out! I'll have to do reading on how to use sscanf. I've never heard of it before. I appreciate the help.
  4. Replies
    5
    Views
    1,414

    Basic data processing

    I am very new to C++, or any kind of programming for that matter. I am having difficulty figuring out how to read and process specific data within an input file. Some values that I need to read are...
Results 1 to 4 of 4