Forum Replies Created

Viewing 4 posts - 346 through 349 (of 349 total)
  • Author
    Posts
  • in reply to: My replies to forum posts don’t show up. #9562
    RainerRainer
    Keymaster
        Up
        0
        Down
        ::

        For me, it works. I try to fix this. Maybe, it’s a rights issue.

        in reply to: Quick question regarding isocpp.org #9513
        RainerRainer
        Keymaster
            Up
            1
            Down
            ::

            This is the home of the standardization committee, and, therefore, highly reputable. It helps you to understand the standardization process, and the direction in which C++ is headed to. When you want to participate in the C++ standardization process, you should visit this page.

            in reply to: Principles of C++ #9168
            RainerRainer
            Keymaster
                Up
                0
                Down
                ::

                Here is the short answer. Late binding (virtuality) is typically implemented with a pointer indirection. You have to pay for this pointer, but sometimes you don’t need it. Therefore, you use in C++ by default, in contrast to Java or Python, early binding.
                Long answer: Wait for our inheritance lessons.

                in reply to: Proper C++ to English Translation #9152
                RainerRainer
                Keymaster
                    Up
                    1
                    Down
                    ::

                    I don’t know any resource. I try to be as exact and consistent as possible. If I find one, I will add it to further information.

                    This topic is extremely important when we talk about “const pointers to const ints”, or discuss template parameters, template arguments, and function arguments.

                  Viewing 4 posts - 346 through 349 (of 349 total)