What problems with templates have you encountered, or have you been warned about by your instructor, with regard to your compiler’s template facility?
What will be an ideal response?
This answer is local. Possible answers range from ‘no problems’ - I am unaware of template problems with the Borland compilers, except that there are ambiguities are reported that this compiler should resolve. Some later versions of g++ have pragmas (compiler directives) that allows some separation of template functions and implementation. There is a somewhat related problem with Microsoft compilers prior to VC++6.0, patch level 5. These compilers either did not give operators overloaded as friends access to private data. A work-around is to place the friend function definition (with the friend keyword) in the class definition.
You might also like to view...
________ was launched in 2001 as the first true social bookmarking service
Fill in the blank(s) with correct word
A web page is always a(n) ____ environment.
A. CMYK B. HSB C. CMY D. RGB
________ is a power option where the contents in RAM are written to the hard disk drive before the computer is turned off
Fill in the blank(s) with correct word
The ____ CHART TOOLS contextual tabs appear on the Ribbon when you select a chart.
A. INSERT and DESIGN B. DESIGN and FORMAT C. INSERT and FORMAT D. FORMAT and PRINT