#include <iostream>
#include <fstream>
using namespace std;
int main()
{
int myArray[10];
ifstream infile;
infile.open("text.txt");
//from here, i dont know...
return 0;
}
MOD EDIT: When posting code...USE CODE TAGS!!!
This post has been edited by JackOfAllTrades: 13 April 2011 - 03:02 AM

New Topic/Question
Reply



MultiQuote




|