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

Search:

Type: Posts; User: Snipez

Search: Search took 0.01 seconds.

  1. Need help! C++, data from txt file into an array.

    When I try an put the input data into an array it crashes my program. I can put it into a single string but not an array of strings... This is needed so I can bring all the data in to compare it and...
  2. Replies
    1
    Views
    938

    Really stumped, data input from txt

    Hi guys. I have this code.


    #include <string>
    #include <iostream>
    #include <fstream>
    #include <math.h>
    #include <sstream>
    string scoresort[9];
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured