How do I print a vector in an Excel file?

Pages: 12
Dec 3, 2008 at 9:18pm
Yes I meant some compiler are shitty or as I like to say don't conform to the ANSI standard.
Dec 3, 2008 at 9:25pm
Oke, but I wood not recommend people stuff based on the way some compilers "that are shitty and dont conform to the ANSI standard" work, surely not when you dont know or the OP is using such a compiler.
Dec 3, 2008 at 9:29pm
Isn't that what I did by recommending std::string name = "John"; instead?
Dec 3, 2008 at 9:45pm
But that doesn't have anything to do with the header (or maybe it does. I remember VC++ 6.0 used the .h headers and didn't have the std namespace). Using full namespaces is more a matter of personal style and a way of avoiding possible future conflicts rather than compliance with the standard.
Dec 3, 2008 at 9:50pm
My point is that you recommended someting with the purpose to avoid possible bugs, in the case that the code would be compiled with comilers that dont conform to the ANSI standard.

That's like recommending a writer of romances: "Dont use difficult words, because the translator may not know them!"
Topic archived. No new replies allowed.
Pages: 12