Advanced C++ Idioms

C++ is a multi-paradigm programming language. This means that there is no single style that is always the right one to use on C++ programs. It all depends on the task at hand. For example, it is completely fine to use C++ only as a structured language, since it has all elements of C and a few more that make structured programming even easier in C++.

The main style of use of the C++ programming language is the classic object oriented style, since it is a style that is easier to reconcile with business practices that have been developed in the previous years.

However, not every project can be done with class object oriented methods. Sometimes it is more productive to use ideas developed in other programming traditions, such as symbolic, functional, and dynamic programming. C++ can also do this, but it needs a little additional thought from the part of the program designer.

The book Advanced C++ Programming Styles and Idioms discusses several idioms that can be successfully used with the C++ programming language.

Many of these idioms are not mainstream, and some of them may not be even acceptable in your organization. Despite this, these idioms could just as well  be the tool of choice for specific problem domains.

Dynamic Features in C++
Among these idioms, are techniques that have been used for a long time in dynamic languages such as Smalltalk and Lisp, such as dynamic dispatching, symbolic computing, and related techniques.

The author, James Coplien, describes how to implement object orientation based on exemplar objects, instead of class based objects. In examplar-based programming, one uses objects as the foundation for creating objects, instead of using classes — as is the normal practice in C++. One of the keys for doing this is to use factory methods to create new objects, instead of using the new keyword, which by definition requires knowledge about the specific class of the created object.

Another strategy is to use Envelope objects, which provide some of the functionality of symbols in a language such as Lisp. Using Envelope objects, one can have automatic memory management through reference counting, and a clean separation between a value and the label that contains it.

Coplien describes how to create more dynamic objects by avoid the classic hierarchy-based approach for classes. He proposes two main solutions for this problem: in the first solution, one creates a shallow hierarchy, where each class has all possible methods that could be implemented by subclasses. In this approach, each object is always crated using the interface of the parent class, and implements only the methods that are of their interest. Subclasses rely on polymorphism to receive the correct messages, and send an error whenever they don’t respond to a particular message.

This technique has the great advantage that clients don’t need to know exactly what class is being called. Also, since the differences between objects is now based only on what methods they respond to, the system is now based on generic methods, rather than on specific classes. Any class can override any method of the top class, which makes it easy to supply dynamic behavior.

The drawback of the previous approach however is that, unless we known all methods that are of interest, the system is subject to recompilation whenever a new method is added to the parent class. To avoid this problem, one can go one step further and create a dynamic dispatch system. In such a system, there is just one method to which an operation descriptor is passed, followed by a number of parameters. In this way, easy concrete subclass can add as many operations as necessary, without any change to the parent class. While such a system may not perform as quickly as a statically defined dispatch method, it is much more flexible, and allows the system to evolve without recompilation.

Finally, the books discuss how to load code dynamically, and therefore avoid linking. The approach works on most systems, however it is machine and compiler-dependent, so it should be used with care when portability is of importance for the system.

Further Reading

Check Advanced C++ Programming Styles and Idioms at Amazon.

Similar Posts:

Similar Posts

916 Comments

  1. ???? ?????????????? ????? ?????????? ???????? ?????????? ??????? ? ???????? ????????. ?? ?????????? ???????, ??????? ????? ?????? ???????, ?? ????? ?????? ????????????? ???? ?????????? ? ?????.
    ??? – ??????? ??????

  2. ? ???? ??????-?????? ?? ??????? ??????, ???????????? ??????? ???????????, ? ????? — ?? ?????? ?????????????. ???????? ?????? ???????????? ? ??????? ????????, ???? ???? ?? ??? ??????????? ???????? ?? ??? ????????? ????.
    ??? – ?????? ? ??????? ???????

  3. ???? ?????????????? ????? ?????????? ???????? ?????????? ??????? ? ???????? ????????. ?? ?????????? ???????, ??????? ????? ?????? ???????, ?? ????? ?????? ????????????? ???? ?????????? ? ?????.
    ??? – ???? ???

  4. ????? ???????? ????????????? ??????????, ??????? ????? ?????????? ??????????, ?? ?? ?????? ???????????? ??????????. ?????????? ?????? ??????????? ???????, ?? ?????? ???????????? ??????.
    ????????? ?????? – ???????? ??? ??????

  5. That is really fascinating, You’re a very professional blogger.
    I’ve joined your rss feed and look forward to in quest of extra of your fantastic post.
    Also, I’ve shared your website in my social networks

  6. ? ???? ????????? ???????????? ??????, ??????? ???? ? ????????????, ?? ?? ???????? ???????. ?? ????????????? ???????, ??????? ?????? ??????? ???????, ?? ??? ?? ?????? ???????? ?? ??? ??????? ???????.
    ??? – ???????

  7. ???? ????? ????????? ??-?????? ????????? ?? ????, ?? ??????? ?????? ? ??? ???????. ?? ????????? ?????, ??????? ???? ??? ??????, ? ???????, ???????? ??????? ?????? ??????????, ?? ??? ??? ????? ?????.
    ??? – ????? ?????? ?????????

  8. ? ???? ????????? ???????????? ??????, ??????? ???? ? ????????????, ?? ?? ???????? ???????. ?? ????????????? ???????, ??????? ?????? ??????? ???????, ?? ??? ?? ?????? ???????? ?? ??? ??????? ???????.
    ??? – ???? ???

  9. Hey I know this is off topic but I was wondering if you knew of any
    widgets I could add to my blog that automatically tweet my newest twitter
    updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this.
    Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new
    updates. https://meds24.sbs/

  10. ???? ?????????????? ????? ?????????? ???????? ?????????? ??????? ? ???????? ????????. ?? ?????????? ???????, ??????? ????? ?????? ???????, ?? ????? ?????? ????????????? ???? ?????????? ? ?????.
    ??? – ????? ??????

  11. ???? ?????????????? ????? ?????????? ???????? ?????????? ??????? ? ???????? ????????. ?? ?????????? ???????, ??????? ????? ?????? ???????, ?? ????? ?????? ????????????? ???? ?????????? ? ?????.
    ??? – ?????

  12. ? ???? ??????-?????? ?? ??????? ??????, ???????????? ??????? ???????????, ? ????? — ?? ?????? ?????????????. ???????? ?????? ???????????? ? ??????? ????????, ???? ???? ?? ??? ??????????? ???????? ?? ??? ????????? ????.
    ??? – ????? ????????

  13. ? ???? ?????? ??????? ????????? ????????? ???????? ? ???????? ?????????????? ??????, ??????? ????? ???-?? ??????????????. ?? ???????? ???????, ??????? ?? ???????? ?????, ?? ??? ?? ???????? ???? ????? ? ?????????????.
    ??? – ?????????? ????? ?????

  14. ???? ??????? ?????????? ?????????? ?????????? ?????? ??????? ? ????????? ????????. ?? ?????????? ???????, ????? ????????, ?? ????????? ??????? ????????????? ?????????? ? ?????.
    ????????? ?????? – ???????? ?? ?????????

  15. ???? ????? ???????? ????????? ??????????, ???????, ????????, ????????? ??????????, ?? ? ????? ?? ?????? ?????????? ????????? ?????. ?????????? ?????? ???????? ???????????? ?? ??????, ?? ?????? ?????? ??????.
    ??? – ????????

  16. ? ???? ????????? ???????????? ??????, ??????? ???? ? ????????????, ?? ?? ???????? ???????. ?? ????????????? ???????, ??????? ?????? ??????? ???????, ?? ??? ?? ?????? ???????? ?? ??? ??????? ???????.
    ??? – ???????? ????

  17. ? ???? ?????? ??????? ????????? ????????? ???????? ? ???????? ?????????????? ??????, ??????? ????? ???-?? ??????????????. ?? ???????? ???????, ??????? ?? ???????? ?????, ?? ??? ?? ???????? ???? ????? ? ?????????????.
    ??? – ????? ????????

  18. ?????? ???????? ?????? ? ???????????? ????????????? ? ?????, ???????? ?????? ???????????, ?? ???????? ???????? ? ??????? ????????, ????? ? ??? ????????? ???????.
    ?????????????? ?????????? – ????? ?? ??????

  19. ? ???? ?????? ??????? ????????? ????????? ???????? ? ???????? ?????????????? ??????, ??????? ????? ???-?? ??????????????. ?? ???????? ???????, ??????? ?? ???????? ?????, ?? ??? ?? ???????? ???? ????? ? ?????????????.
    ??? – ??????? ????????

  20. ???? ?????????????? ????? ?????????? ???????? ?????????? ??????? ? ???????? ????????. ?? ?????????? ???????, ??????? ????? ?????? ???????, ?? ????? ?????? ????????????? ???? ?????????? ? ?????.
    ??? – ???????

  21. ? ???? ????????? ???????????? ??????, ??????? ???? ? ????????????, ?? ?? ???????? ???????. ?? ????????????? ???????, ??????? ?????? ??????? ???????, ?? ??? ?? ?????? ???????? ?? ??? ??????? ???????.
    ??? – ?????????? ??? ????????

  22. ????????????? ??????? — ??? ?? ?????? ????????????, ? ?????? ?????????? ???????? ???????. ??? ???????? ???????? ?????????????, ??????????? ???????? ? ??????? ?????? ????????? ? ???????????????? ??????????. ????????? ????????? ??????? ??????? ? ???????? ? ??????? ? ????????? ????????.
    ? ??????? ????? ????????????? ??????? ?????? ?????? ????. ??? ????????? ????? ? ??????????, ???????? ?????????? ???????? ? ????????? ?????????? ????????? ?????? ???????. ????? ???? ???????? ?????????? ?????? ????????????? ???????? ? ???????????? ???????. ???? ???? ??????, ???? ????? ??????? ???????? ? ??? ??? ??????? ????????????? ???????

  23. ???? ????? ????????? ??-?????? ????????? ?? ????, ?? ??????? ?????? ? ??? ???????. ?? ????????? ?????, ??????? ???? ??? ??????, ? ???????, ???????? ??????? ?????? ??????????, ?? ??? ??? ????? ?????.
    ??? – ????? ?????? ?????????

  24. ???? ????? ????????? ??-?????? ????????? ?? ????, ?? ??????? ?????? ? ??? ???????. ?? ????????? ?????, ??????? ???? ??? ??????, ? ???????, ???????? ??????? ?????? ??????????, ?? ??? ??? ????? ?????.
    ??? – ?????????? ??? ????????

  25. ???? ????? ???????? ????????? ??????????, ???????, ????????, ????????? ??????????, ?? ? ????? ?? ?????? ?????????? ????????? ?????. ?????????? ?????? ???????? ???????????? ?? ??????, ?? ?????? ?????? ??????.
    ??? – ?????? ?????

  26. ? ???? ?????? ??????? ????????? ????????? ???????? ? ???????? ?????????????? ??????, ??????? ????? ???-?? ??????????????. ?? ???????? ???????, ??????? ?? ???????? ?????, ?? ??? ?? ???????? ???? ????? ? ?????????????.
    ??? – ????????

  27. ???? ????? ???????? ????????? ??????????, ???????, ????????, ????????? ??????????, ?? ? ????? ?? ?????? ?????????? ????????? ?????. ?????????? ?????? ???????? ???????????? ?? ??????, ?? ?????? ?????? ??????.
    ??? – ????? ??????

  28. ? ???? ??????-?????? ?? ??????? ??????, ???????????? ??????? ???????????, ? ????? — ?? ?????? ?????????????. ???????? ?????? ???????????? ? ??????? ????????, ???? ???? ?? ??? ??????????? ???????? ?? ??? ????????? ????.
    ??? – ???????

  29. ???? ????? ????????? ??-?????? ????????? ?? ????, ?? ??????? ?????? ? ??? ???????. ?? ????????? ?????, ??????? ???? ??? ??????, ? ???????, ???????? ??????? ?????? ??????????, ?? ??? ??? ????? ?????.
    ??? – ?????????? ???????? ? ??????

  30. ? ???? ????????? ???????????? ??????, ??????? ???? ? ????????????, ?? ?? ???????? ???????. ?? ????????????? ???????, ??????? ?????? ??????? ???????, ?? ??? ?? ?????? ???????? ?? ??? ??????? ???????.
    ??? – ????????

  31. ???? ?????????????? ????? ?????????? ???????? ?????????? ??????? ? ???????? ????????. ?? ?????????? ???????, ??????? ????? ?????? ???????, ?? ????? ?????? ????????????? ???? ?????????? ? ?????.
    ??? – ?????????? ??? ????????

  32. ???? ?????????????? ????? ?????????? ???????? ?????????? ??????? ? ???????? ????????. ?? ?????????? ???????, ??????? ????? ?????? ???????, ?? ????? ?????? ????????????? ???? ?????????? ? ?????.
    ??? – ?????? ????? ?? ??????

  33. ? ???? ?????? ??????? ????????? ????????? ???????? ? ???????? ?????????????? ??????, ??????? ????? ???-?? ??????????????. ?? ???????? ???????, ??????? ?? ???????? ?????, ?? ??? ?? ???????? ???? ????? ? ?????????????.
    ??? – ?????

  34. ???? ????? ????????? ??-?????? ????????? ?? ????, ?? ??????? ?????? ? ??? ???????. ?? ????????? ?????, ??????? ???? ??? ??????, ? ???????, ???????? ??????? ?????? ??????????, ?? ??? ??? ????? ?????.
    ??? – ????? ??????

  35. ? ???? ????????? ???????????? ??????, ??????? ???? ? ????????????, ?? ?? ???????? ???????. ?? ????????????? ???????, ??????? ?????? ??????? ???????, ?? ??? ?? ?????? ???????? ?? ??? ??????? ???????.
    ??? – ????????

  36. ???? ????? ????????? ??-?????? ????????? ?? ????, ?? ??????? ?????? ? ??? ???????. ?? ????????? ?????, ??????? ???? ??? ??????, ? ???????, ???????? ??????? ?????? ??????????, ?? ??? ??? ????? ?????.
    ??? – ???? ???

  37. ???? ?????????????? ????? ?????????? ???????? ?????????? ??????? ? ???????? ????????. ?? ?????????? ???????, ??????? ????? ?????? ???????, ?? ????? ?????? ????????????? ???? ?????????? ? ?????.
    ??? – ??????? ??????

  38. ?????????? ????????????? ???????? ????? ???????????? ????, ??????? ?????? ????????? ?? ????????. ?? ???? ?????? ???????? ?????? ????? ??????, ?? ?????????? ? ?????? ? ?? ????????? ??????? ???????.
    ??? – ?????????? ????? ?????

  39. Honey Sugaring and Facials Facials deliver natural
    treatments. Honey Sugaring and Facials deliver
    a unique approach to skincare. The Facials at Honey Sugaring and Facials provide an eco-friendly solution. Honey Sugaring and
    Facials facilitate a homemade facial. The Facials from Honey Sugaring and Facials
    support sensitive skin. Honey Sugaring and Facials focus on facial
    cleansing. Honey Sugaring and Facials Facials deliver a soothing experience.
    The Facials at Honey Sugaring and Facials provide
    essential skin care. Honey Sugaring and Facials provide a natural facial.
    The Facials from Honey Sugaring and Facials are perfect for
    any skin type. Honey Sugaring and Facials offer treatments that encourage collagen production. Honey Sugaring and Facials
    Facials simplify enzyme exfoliation. The Facials at Honey Sugaring and Facials provide a beauty facial.
    Honey Sugaring and Facials offer a spa experience in Missoula MT.
    The Facials from Honey Sugaring and Facials assist the reduction of wrinkles.
    Honey Sugaring and Facials provide a skincare facial. Honey Sugaring and Facials Facials simplify a treatment that gives a natural glow.
    The Facials at Honey Sugaring and Facials offer a clean skincare approach.
    Honey Sugaring and Facials deliver a sustainable beauty solution. Honey Sugaring
    and Facials are the go-to clinic for facial treatments in Missoula MT.

  40. ? ???? ?????? ??????? ????????? ????????? ???????? ? ???????? ?????????????? ??????, ??????? ????? ???-?? ??????????????. ?? ???????? ???????, ??????? ?? ???????? ?????, ?? ??? ?? ???????? ???? ????? ? ?????????????.
    ??? – ??????????? ??????

  41. ?????????? ????????????? ???????? ????? ???????????? ????, ??????? ?????? ????????? ?? ????????. ?? ???? ?????? ???????? ?????? ????? ??????, ?? ?????????? ? ?????? ? ?? ????????? ??????? ???????.
    ??? – ???? ???

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.