RE: I Need Help With This Vector Problem 08-09-2019, 11:04 PM
#13
(08-09-2019, 10:38 PM)Drako Wrote:(08-09-2019, 07:20 PM)phyrrus9 Wrote:(08-08-2019, 04:47 PM)Drako Wrote: I had already built the entire program with cout so I didn't want to try and use printf. Printf is a lot faster. As for my problem, any solutions?
which problem was that?
My reply there. Do you at least have an idea on how I can solve it?
Of using cout instead of printf? If it's not a real problem, I wouldn't worry about it. Going forward, if you can stand your codebase being unclean, use printf for new stuff. I was merely curious why you mixed the two