Tuesday, September 9, 2008
ISC SSCP Certifications Exam SSCP
Please beware that SY0-101 overload resolution in C++ is one of the most complicated parts of the language. This is probably unavoidable in any case with automatic template instantiation, user defined implicit conversions, built-in implicit conversation and more as language features. So don't despair if you CISSP do not understand this at first go. It's really quite natural, once you have the ideas, but written down it seems extremely complicated.The easiest way to understand overloading is to imagine that the compiler first finds every function which might possibly be called, using any legal conversions and template instantiations. The compiler then selects the best match, SSCP if any, from this set. Specifically, the set is constructed like this:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment