This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // strings and c-strings | |
| // | |
| // Sample strings | |
| // | |
| // double mass, string seq, int K, int PTS, int M, [variable number of ints] | |
| // 688.83 AFTDSK 1 1 0 3384 2399 1200 | |
| // 790.00 MDSSTK 1 3 1 342 2 | |
| #include <iostream> | |
| #include <fstream> |
NewerOlder