Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;
- #include <fstream>
- int main(int argc, char *argv[])
- {
- /*
- format pliku to
- '
- 1 2 32 1392 73 213
- 9 23 4 1 874 9 0
- '
- odstepy to spacja
- */
- fstream *F( "C:\\Users\\diler\\Desktop\\aha", ios::in);
- char * _w = NULL, _a;
- int _contuer, _kol;
- if(F.good())
- {
- _a = F.get(); // znak pobieramy
- if( _a == '\n' ) _kol = counter; //ilość kolumn
- else if( _a != ' ') ++_contuer; // liczymy ile znakow ma plik
- }
- cout << _counter << endl << _kol << endl;
- int *_tab = new int [_kol][_counter];
- F.close();
- }
Advertisement
Add Comment
Please, Sign In to add comment