Hi all,
during the build of a program, C::B reported the following messages:
warning: keyword 'export' not implemented
And this seems quite clear.
The questions are:
Is this feature missing from C::B or from the compiler?
How can I use this feature inside C::B?
error: 'wcout' undeclared
And this is less clear.
Of course, I have included the <iostream> header, and "wcout" should be visible (just like "cout" is).
The questions are:
Am I missing some part of the STL?
Can I upgrade it?
All in all, you can guess that I am not a pro.
I've just bought the Stroustrup's book and learnt from practice, with the help of an experienced programmer, but now I am stuck in the templates and in the wchar thing.
The first problem can be worked around including the definitions of the templates in the unit where I am using them, but I'd like to do things better and include only the declarations.
About the second problem, I have no idea.
I have already searched the forum, but I wasn't able to find any topic about these issues.
Thank you for your attention.