cpplinks

A categorized list of C++ resources. (by MattPD)

Cpplinks Alternatives

Similar projects and alternatives to cpplinks

  1. .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  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. mold

    187 cpplinks VS mold

    Mold: A Modern Linker 🦠

  4. hyperfine

    A command-line benchmarking tool

  5. gdb-frontend

    76 cpplinks VS gdb-frontend

    ☕ GDBFrontend is an easy, flexible and extensible gui debugger.

  6. Cwerg

    59 cpplinks VS Cwerg

    The best C-like language that can be implemented in 10kLOC.

  7. cppcoro

    A library of C++ coroutine abstractions for the coroutines TS

  8. cats

    24 cpplinks VS cats

    CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance. (by Endava)

  9. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  10. gdb-dashboard

    Modular visual interface for GDB in Python

  11. xhyve

    xhyve, a lightweight OS X virtualization solution

  12. AFLplusplus

    The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!

  13. nvim-gdb

    Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB

  14. cppcoro

    A library of C++ coroutine abstractions for the coroutines TS (by andreasbuhr)

  15. lm8

    A custom 8-bit computer and software suite

  16. ssabook

    Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was still online as of 2021-03, but then gone by 2021-09).

  17. ruby

    6 cpplinks VS ruby

    The Ruby Programming Language [mirror] (by Shopify)

  18. wasp

    5 cpplinks VS wasp

    🐝 Wasp : Wasm programming language (by pannous)

  19. clang-tutor

    A collection of out-of-tree Clang plugins for teaching and learning

  20. lzz-bin

    Lzz: The Lazy C++ Programmer's Tool. Archive of lzz 2.8.2 binaries + documentation

  21. unchecked

    2 cpplinks VS unchecked

    Property based testing made easy! (by unexpectedjs)

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

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

cpplinks discussion

Log in or Post with

cpplinks reviews and mentions

Posts with mentions or reviews of cpplinks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-19.
  • The Fuzzing Book
    2 projects | news.ycombinator.com | 19 Jan 2025
    More on compiler correctness in general: https://github.com/MattPD/cpplinks/blob/master/compilers.cor... and fuzzing in particular: https://github.com/MattPD/cpplinks/blob/master/compilers.cor...
  • Property-Based Testing for the People
    5 projects | news.ycombinator.com | 6 Jan 2025
    Right, metamorphic testing in particular (which would be a special case of PBT, with metamorphic relations being properties), https://en.wikipedia.org/wiki/Metamorphic_testing, https://github.com/MattPD/cpplinks/blob/master/testing.md#pr...

    One simple example (from the above) is "sin (π − x) = sin x" for the implementation of the sine function not requiring the knowledge of the output values. Naturally, instead of literal equality "=" one can use a more appropriate accuracy specification as a, say, relative ulp (https://en.wikipedia.org/wiki/Unit_in_the_last_place) error bound, cf. https://members.loria.fr/PZimmermann/papers/accuracy.pdf

  • Evolution of the ELF object file format
    2 projects | news.ycombinator.com | 27 May 2024
  • Needed an advice in compilers dev!
    1 project | /r/Compilers | 7 Dec 2023
    linking and loading: https://github.com/MattPD/cpplinks/blob/master/executables.linking_loading.md - in addition to the aforementioned books and blog posts, there also some pretty good talks: https://github.com/MattPD/cpplinks/blob/master/executables.linking_loading.md#talks
  • How do you test compiler projects?
    7 projects | /r/Compilers | 30 Nov 2022
    For more compilers correctness* resources see https://github.com/MattPD/cpplinks/blob/master/compilers.correctness.md
  • Assemblers and linkers resources
    4 projects | /r/Compilers | 26 Jul 2022
    As for linkers and loaders, see https://github.com/MattPD/cpplinks/blob/master/executables.linking_loading.md
  • The Danger of Atomic Operations
    2 projects | /r/cpp | 18 Jan 2022
    More: https://github.com/MattPD/cpplinks/blob/master/atomics.lockfree.memory_model.md
  • How to move onto intermediate c++?
    2 projects | /r/cpp_questions | 7 Jul 2021
    Take the red pill and see how deep the rabbit hole goes... https://github.com/MattPD/cpplinks/ https://github.com/shafik/cpp_learning
  • How should I learn x64 instructions?
    1 project | /r/asm | 8 Jun 2021
    x86-64 tutorials here should be a good starting point: https://github.com/MattPD/cpplinks/blob/master/assembly.x86.md#tutorials
  • Where should a static analysis beginner start?
    1 project | /r/ProgrammingLanguages | 21 May 2021
    See also static analysis resources (more C++-oriented, although some of the readings are general): https://github.com/MattPD/cpplinks/blob/master/analysis.static.md#readings-books and https://gist.github.com/MattPD/71b63a3e1600c2b52e1db80fa2834e60#correctness-in-practice (formal methods and program analysis in industry).
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 18 Feb 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 cpplinks repo stats
18
4,762
9.6
4 days ago

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