the code compiles and runs but i don't think its reading from the file. the pick 3 array is suppose to read from the file.
below is the code
// theisonewscpp.cpp : Defines the entry point for the console application.
//
#include <iostream>
#include <vector>
#include <algorithm>...
help me with this vector program
i want to create a program that will have an arraycalled array1[] of 30 sets of 3 one digit numbers i.e 804, 450,430 etc)
i will have 13 vector containersor arrays defined with a series of 3 one digit numbers. i want the program to find any series of numbers...