CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2013
    Posts
    1

    [PR] C++ Grandmaster Certification (www.cppgm.org)

    We're pleased to announce the C++ Grandmaster Certification,
    a free online course in which you build your own C++ compiler.

    ========================= CUT HERE =========================

    1st Feb 2013 - San Francisco, CA - It was announced today by
    the newly formed CPPGM Foundation (www.cppgm.org) that the
    C++ Grandmaster Certification is now open for enrollment.

    The C++ Grandmaster Certification is a massively open free
    online course (MOOC) for expert C++ programmers. It
    provides the most rigorous C++-specific qualification
    possible.

    Participants in the course will demonstrate their
    comprehensive knowledge of C++ by writing their own fully
    functional ISO C++11 standard compliant C++ compiler, C++
    standard library and toolchain - including a preprocessor,
    assembler, and linker - targeting the Linux operating
    system and x86-64 architecture.

    The toolchain will be written entirely in standard C++. No
    third-party tools or libraries will be used.

    As a grand finale the participant will build their
    toolchain with itself (a self-hosting build) and pass the
    conformance test with it.

    Enrollments are open now and close 15th Feb, 2013. The
    course will commence shortly after in the spring. For more
    details and to enroll visit the course web site at:

    http://www.cppgm.org

    For press information contact support@cppgm.org

    ABOUT CPPGM:

    The CPPGM Foundation was formed by a software company that
    recognized the value to programmer productivity that a good
    knowledge of language mechanics had to new developers to
    their team. The C++ Grandmaster Certification began
    development as an internal training program, and the
    foundation was founded to offer it publicly.

    ========================= CUT HERE =========================

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: [PR] C++ Grandmaster Certification (www.cppgm.org)

    [ Moved to the announcements forum ]
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

  3. #3
    Join Date
    Jun 2013
    Posts
    1

    Re: [PR] C++ Grandmaster Certification (www.cppgm.org)

    Nice to hear about Grandmaster certification in C++ But i am too late. Please tell me tentative date of next session for the course.
    ___________________
    e-stewards recyclers

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured