Concepts Extending C++ Templates For Generic Programming



Google Tech Talks February 21, 2007 ABSTRACT: Concepts are a major addition to C++0x that make templates more robust, more powerful, and easier to write and use. At their most basic level, concepts provide a type system for templates. Using concepts, the C++ compiler is able to detect errors in the definition and use of templates before they are instantiated. One immediately obvious benefit of this separate type-checking capability is a dramatic improvement in error messages resulting from …

Related posts:

  1. Stellar Concepts and Designs goes Blogging
  2. Stellar Concepts and Design explains why I must use AOL Social Media…
  3. How to Remove Any Unwanted Program

Posted by admin on Jul 12 2009 in Howto

15 Responses to “Concepts Extending C++ Templates For Generic Programming”

  1. Dhonigk Says:

    Rey GCC its free and easily available

  2. marmuhlade Says:

    What ones? Those are different IDEs and compilers, not different C++s.

  3. gasto5 Says:

    GCC on Linux.
    MinGW for Windows.

  4. jp1989at Says:

    WER CAN I GET ENGLISH?

  5. louis731 Says:

    get a copy of linux, use it

  6. cooltomxxxx Says:

    i got it nywayz lool

  7. spider853 Says:

    The biggest world of all time.

  8. cooltomxxxx Says:

    i said where not wat ones lol

  9. spider853 Says:

    Borland C++ 3.1
    Borland C++ Builder
    Visual C++ 6
    Visual C++ .NET
    Rad Studio (C++ Builder 2008)
    Dev Cpp
    and more…

  10. cooltomxxxx Says:

    WER CAN I GET C++?

  11. ahsanbaigmirza Says:

    Thanks a lot :)

  12. AstralAbraxas Says:

    keepvid [dot] com

  13. ahsanbaigmirza Says:

    For offline viewing any suggestions.

  14. MinFreaFan Says:

    The lesson of teaching about.

  15. kayeuler Says:

    excellent introduction to generic programming

Leave a Reply