Slashdot Mirror


Creating KParts components

Mday4F writes "Konqueror maintainer, David Faure, introduces you to the core KParts concepts of read-only and read-write parts, and shows you how to create and deploy KParts components."

1 of 13 comments (clear)

  1. Re:C++ is ugly! by elflord · · Score: 4, Insightful
    Anything that has syntax designed for C compatibility is going to be hideous as far as syntax is concerned. So the short answer is, most other languages have cleaner syntax. The compatibility of C++ makes it very useful, and has advantages that should not be dismissed lightly, but it also is an obstruction to "clean" design.

    Other compiled OO languages ? Yes, it never hurts to learn more. Take a look at Eiffel, and/or or OCaml (this is a hybrid language, actually more functional than OO)