Search Results

Search: Posts Made By: Matrix_Prime
1,926
Posted By Matrix_Prime
Iterator help needed
I have a question about iterators. Here is the code I have


template <typename element>
void merge_sort(vector<element> &v)
{
element::iterator lo;

}



Now thats all the...
8,719
Posted By Matrix_Prime
yep, that did it....thanks.
yep, that did it....thanks.
8,719
Posted By Matrix_Prime
I just tried that and I got "ambigous redirect" ...
I just tried that and I got "ambigous redirect"

Any ideas why?

I typed in:

a.out < $(cat test1 test2)
8,719
Posted By Matrix_Prime
can you redirect multiple files for input?
I have a program that is reading strings into a vector from a file. Currently I am using this command:

a.out < file1

The program runs and prints the contents of the vector to the screen, like...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 04:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy