Thread
:
C++ Multi Dimensional Array using Vectors.
View Single Post
02-01-2005, 01:16 PM
#
9
(
permalink
)
abs
Registered User
Join Date: Jan 2005
Posts: 7
im not sure i understand how that is optimized...
the << operator you are still going through the vector and printing out each element. but i'm guessing that copying the elements directly to ostream cout is faster?
abs
View Public Profile
Find More Posts by abs