in C++, what is the best method to feed the O/P of one function to another function?
- by Dilawar
Under these conditions,
The o/p of the first program is an large array of either integers, doubles or strings.
Best method means the fastest on x86 architecture.