name conflicts
hi all...
i tried use stl, , templated serial library, since both implement stream io, , re in same namespace, there conflicts. in hurry, gave , hand coded solution had planned use vector for.
but, wondering, can conflict resolved?
i tried use stl, , templated serial library, since both implement stream io, , re in same namespace, there conflicts. in hurry, gave , hand coded solution had planned use vector for.
but, wondering, can conflict resolved?
quote
but, wondering, can conflict resolved?
easily.
using namespace::std; avoided.
only use stuff use.
specifically, is/was problem? code?
Arduino Forum > Using Arduino > Programming Questions > name conflicts
arduino
Comments
Post a Comment