cppcomponents

Allows you to write binary components in C++11 that can be used across different compilers and standard libraries (by jbandela)

Cppcomponents Alternatives

Similar projects and alternatives to cppcomponents

  1. CsWin32

    A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ComLightInterop

    Cross-platform COM interop library for .NET Core 2.1 or newer

  4. CppSharp

    Tools and libraries to glue C/C++ APIs to high-level languages

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cppcomponents alternative or higher similarity.

cppcomponents discussion

Log in or Post with

cppcomponents reviews and mentions

Posts with mentions or reviews of cppcomponents. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-30.
  • COM+ Revisited
    2 projects | news.ycombinator.com | 30 Jan 2022
    A few years back, I wanted to see what you could do if you really used modern C++ with the COM principles. This is what I came up with:

    https://github.com/jbandela/cppcomponents

    * There is no code generation or IDL files

    * Components implement IUnknown

    * You can have Constructors and static functions for C++ classes.

    * You can take std::vector, std::string, std::tuple as parameters and return them (even if you are using different compilers and standard libraries)

    * Cross-platform

  • COM or C++/CLI layer for long-term maintenance?
    3 projects | /r/cpp | 30 May 2021
    You may find https://github.com/jbandela/cppcomponents useful. A portable C++11 library allowing COM components to be created from a C++ library. Note the portable, you can 100% make COM components on POSIX as well.
  • Satya Das - CIB - ABI stable architecture for a C++ SDK - Meeting C++ online
    1 project | /r/cpp | 6 Apr 2021
    jbandela/cppcomponents: Allows you to write binary components in C++11 that can be used across different compilers and standard libraries (github.com)
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 27 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic cppcomponents repo stats
3
212
0.0
almost 8 years ago

jbandela/cppcomponents is an open source project licensed under gtkbook License which is not an OSI approved license.

The primary programming language of cppcomponents is C++.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C++ is
the 7th most popular programming language
based on number of references?