DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 10.6.0-1 / yo / threading / examples / multisort / readdata.cc
12345678
#include "main.ih" void readData() { int value; // read the data while (cin >> value) g_data.push_back(value); }