Recent content by theisonews

  1. T

    Why is the array not reading from the txt file

    thanks for that. when i get off work. i will give it an other try
  2. T

    Why is the array not reading from the txt file

    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>...
  3. T

    Why is the array not reading from the txt file

    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...
Back
Top