Business Software for C++ - Page 7

Top Software that integrates with C++ as of July 2025 - Page 7

C++ Clear Filters
  • 1
    Google OSS-Fuzz
    OSS-Fuzz offers continuous fuzzing for open source software. Fuzz testing is a well-known technique for uncovering programming errors in software. Many of these detectable errors, like buffer overflow, can have serious security implications. Google has found thousands of security vulnerabilities and stability bugs by deploying guided in-process fuzzing of Chrome components, and we now want to share that service with the open source community. OSS-Fuzz aims to make common open source software more secure and stable by combining modern fuzzing techniques with scalable, distributed execution. Projects that do not qualify for OSS-Fuzz can run their own instances of ClusterFuzz or ClusterFuzzLite. Currently, OSS-Fuzz supports C/C++, Rust, Go, Python, and Java/JVM code. Other languages supported by LLVM may work too. OSS-Fuzz supports fuzzing x86_64 and i386 builds.
    Starting Price: Free
  • 2
    Fuzzing Project

    Fuzzing Project

    Fuzzing Project

    Fuzzing is a powerful strategy to find bugs in software. The idea is quite simple, which is to generate a large number of randomly malformed inputs for the software to parse and see what happens. If the program crashes then something is likely wrong. While fuzzing is a well-known strategy, it is surprisingly easy to find bugs, often with security implications, in widely used software. Memory access errors are the errors most likely to be exposed when fuzzing software that is written in C/C++. While they differ in the details, the core problem is often the same, the software reads or writes to the wrong memory locations. A modern Linux or BSD system ships a large number of basic tools that do some kind of file displaying and parsing. In their current state, most of these tools are not suitable for untrusted inputs. On the other hand, we have powerful tools these days that allow us to find and analyze these bugs.
    Starting Price: Free
  • 3
    LibFuzzer

    LibFuzzer

    LLVM Project

    LibFuzzer is an in-process, coverage-guided, evolutionary fuzzing engine. LibFuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entry point (or target function); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM’s SanitizerCoverage instrumentation. LibFuzzer is still fully supported in that important bugs will get fixed. The first step in using libFuzzer on a library is to implement a fuzz target, a function that accepts an array of bytes and does something interesting with these bytes using the API under test. Note that this fuzz target does not depend on libFuzzer in any way so it is possible and even desirable to use it with other fuzzing engines like AFL and/or Radamsa.
    Starting Price: Free
  • 4
    american fuzzy lop
    American fuzzy lop is a security-oriented fuzzer that employs a novel type of compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. This substantially improves the functional coverage for the fuzzed code. The compact synthesized corpora produced by the tool are also useful for seeding other, more labor or resource-intensive testing regimes down the road. Compared to other instrumented fuzzers, afl-fuzz is designed to be practical, it has a modest performance overhead, uses a variety of highly effective fuzzing strategies and effort minimization tricks, requires essentially no configuration, and seamlessly handles complex, real-world use cases, say, common image parsing or file compression libraries. It's an instrumentation-guided genetic fuzzer capable of synthesizing complex file semantics in a wide range of non-trivial targets.
    Starting Price: Free
  • 5
    Fuzzbuzz

    Fuzzbuzz

    Fuzzbuzz

    The Fuzzbuzz workflow is very similar to other CI/CD testing workflows. However, unlike other testing workflows, fuzz testing requires multiple jobs to run simultaneously, which results in a few extra steps. Fuzzbuzz is a fuzz testing platform. We make it trivial for developers to add fuzz tests to their code and run them in CI/CD, helping them catch critical bugs and vulnerabilities before they hit production. Fuzzbuzz completely integrates into your environment, following you from the terminal to CI/CD. Write a fuzz test in your environment and use your own IDE, terminal, or build tools. Push to CI/CD and Fuzzbuzz will automatically start running your fuzz tests against your latest code changes. Get notified when bugs are found through Slack, GitHub, or email. Catch regressions as new changes are automatically tested and compared to previous runs. Code is built and instrumented by Fuzzbuzz as soon as a change is detected.
    Starting Price: Free
  • 6
    Codestral

    Codestral

    Mistral AI

    We introduce Codestral, our first-ever code model. Codestral is an open-weight generative AI model explicitly designed for code generation tasks. It helps developers write and interact with code through a shared instruction and completion API endpoint. As it masters code and English, it can be used to design advanced AI applications for software developers. Codestral is trained on a diverse dataset of 80+ programming languages, including the most popular ones, such as Python, Java, C, C++, JavaScript, and Bash. It also performs well on more specific ones like Swift and Fortran. This broad language base ensures Codestral can assist developers in various coding environments and projects.
    Starting Price: Free
  • 7
    MarsCode

    MarsCode

    MarsCode

    MarsCode: A highly intelligent, ready-to-use AI development tool. With its 'out-of-the-box cloud AI IDE' and 'powerful AI assistant', MarsCode comprehensively facilitates efficient learning and smooth operations for developers. Key Features include: 1. An out-of-the-box cloud AI IDE, liberating development from device and location constraints. 2. Extensions for local IDEs, bring the experience of AI intelligence to traditional development. 3. Boasting features for code completion and generation, bug fixing, code optimization and more, provides intelligent assistance across the full development process to developers. 4. Repository-level intelligent Q&A feature, allowing developers to focus more. 5. Supports different kinds of applications deployment, including websites, AI plugins, and APIs, etc.
    Starting Price: Free
  • 8
    DepsHub

    DepsHub

    DepsHub

    Everything you need to keep your team secure and up-to-date with automatic dependency updates, license checks, and security vulnerability scanning. We process library changelogs and release notes, analyze your codebase, and automatically update your dependencies, including any breaking changes. Secure tools for effective dependency management, whether you have a team of 2 or 200. See all your dependencies in one place. No more digging through repositories. Avoid legal trouble by making sure your dependencies are licensed correctly. Get notified when a dependency has a security vulnerability. Update your code only if it affects you. DepsHub helps you save time by providing a simple and easy way to monitor and update your dependencies. We support a wide range of languages and frameworks. Use the one you love and get started in minutes. Connect your favorite tools and create tickets, be notified of new issues, and more.
    Starting Price: $28 per month
  • 9
    Mistral Large

    Mistral Large

    Mistral AI

    Mistral Large is Mistral AI's flagship language model, designed for advanced text generation and complex multilingual reasoning tasks, including text comprehension, transformation, and code generation. It supports English, French, Spanish, German, and Italian, offering a nuanced understanding of grammar and cultural contexts. With a 32,000-token context window, it can accurately recall information from extensive documents. The model's precise instruction-following and native function-calling capabilities facilitate application development and tech stack modernization. Mistral Large is accessible through Mistral's platform, Azure AI Studio, and Azure Machine Learning, and can be self-deployed for sensitive use cases. Benchmark evaluations indicate that Mistral Large achieves strong results, making it the world's second-ranked model generally available through an API, next to GPT-4.
    Starting Price: Free
  • 10
    Qwen2

    Qwen2

    Alibaba

    Qwen2 is the large language model series developed by Qwen team, Alibaba Cloud. Qwen2 is a series of large language models developed by the Qwen team at Alibaba Cloud. It includes both base language models and instruction-tuned models, ranging from 0.5 billion to 72 billion parameters, and features both dense models and a Mixture-of-Experts model. The Qwen2 series is designed to surpass most previous open-weight models, including its predecessor Qwen1.5, and to compete with proprietary models across a broad spectrum of benchmarks in language understanding, generation, multilingual capabilities, coding, mathematics, and reasoning.
    Starting Price: Free
  • 11
    Aspecto

    Aspecto

    Aspecto

    Troubleshoot performance bottlenecks and errors within your microservices. Correlate root causes across traces, logs, and metrics. Cut your OpenTelemetry traces cost with Aspecto built-in remote sampling. How OTel data is visualized impacts your troubleshooting abilities. Go from a high-level overview to the very last detail with best-in-class visualization. Correlate logs and traces. From logs to their matched traces and back with one click. Never lose context and resolve issues faster. Use filters, free-text search, and groups to search your trace data and quickly pinpoint where in your system the problem is occurring. Cut your costs by sampling only the data you need. Sample traces based on languages, libraries, routes, and errors. Set data privacy rules to hide sensitive fields within trace data, specific routes, or anywhere else. Connect your day-to-day tools with your workflow. Logs, error monitoring, external events API, and more.
    Starting Price: $40 per month
  • 12
    Qodana

    Qodana

    JetBrains

    Static code analysis by Qodana helps development teams follow agreed quality standards, and deliver readable, maintainable, and secure code. Powered by JetBrains. We’ve been perfecting the code analysis in our IDEs for 20+ years based on feedback from millions of community members. Qodana relies on the lines of JetBrains IDEs and brings their intelligence to the CI side. Just like in our IDEs, Qodana’s analysis is accurate but not overbearing and understands the nuances of your code. Integration with tools developers use daily, including JetBrains IDEs, makes it easy to work with Qodana’s results in whichever tool you're most comfortable with. Qodana doesn’t only report problems; it also suggests automatic fixes. Qodana calculates licenses per active contributor, so it won’t cause unexpected expenses or charge you for growing your project (as we don’t calculate LOCs). It’s also free for open-source projects.
    Starting Price: $5 per month
  • 13
    JetBrains Academy
    Turn on the free educational features in your IDE to learn programming from scratch, expand your current skill set, or create your own interactive courses to share with others. With the JetBrains Academy plugin, you can learn and teach programming languages in the form of coding tasks and custom verification tests right inside JetBrains IDEs. Access over 100 courses in the most in-demand programming languages and technologies, and build real-world projects for your developer portfolio. Create your own courses by combining theoretical learning and hands-on practice. Test user knowledge with various sets of tasks, and provide extra assistance with feedback and hints. The JetBrains Academy plugin is free to use and supports Java, Kotlin, Python, Scala, JavaScript, Rust, C++, Go, and PHP with more languages to come. JetBrains Academy plugin is compatible with IntelliJ IDEA, PyCharm, WebStorm, Android Studio, CLion, GoLand, and PhpStorm.
    Starting Price: Free
  • 14
    Supacodes

    Supacodes

    Supacodes

    Supacodes can automatically create & update your code documentation in real-time right into Github. Whenever you push new commits, your updates are processed, and existing docs are updated automatically. Supacodes support Typescript, Javascript, Python, Java, PHP, Dart, C and C++. Frustration with a huge undocumented codebase, never again. No matter how many team members there are, it works. You can edit the documentation generated by the AI. However, the best strategy is to put comments within your code wherever necessary. The AI will analyze your comments as well. You are not charged for lines of codes. It's nothing but a convenient way to compare the usage limits. The actual limitation is upon the token count. You can contact support any time with any problem you have.
    Starting Price: $17 per month
  • 15
    Metabob

    Metabob

    Metabob

    Metabob detects, explains, and fixes coding problems created by humans and AI. Metabob utilizes proprietary graph neural networks to detect problems and LLMs to explain and resolve them, combining the best of both worlds. GNN detects and classifies problematic code with contextual understanding. Problematic code along with enriched context is stored in Metabob's backend. The stored information from the backend is passed to an integrated LLM. The LLM generates a context-sensitive problem explanation and resolution. Metabob's AI is trained on millions of bug fixes performed by experienced developers. The ability to understand code logic and context, enables Metabob to detect complex problems that span across codebases and automatically generate fixes for them. Metabob's AI code review detects hundreds of logical problems, varying from race conditions to unhandled edge cases. Such problems cannot be detected with traditional static analysis tools.
    Starting Price: $20 per month
  • 16
    Llama 3.2
    The open-source AI model you can fine-tune, distill and deploy anywhere is now available in more versions. Choose from 1B, 3B, 11B or 90B, or continue building with Llama 3.1. Llama 3.2 is a collection of large language models (LLMs) pretrained and fine-tuned in 1B and 3B sizes that are multilingual text only, and 11B and 90B sizes that take both text and image inputs and output text. Develop highly performative and efficient applications from our latest release. Use our 1B or 3B models for on device applications such as summarizing a discussion from your phone or calling on-device tools like calendar. Use our 11B or 90B models for image use cases such as transforming an existing image into something new or getting more information from an image of your surroundings.
    Starting Price: Free
  • 17
    VCV RACK

    VCV RACK

    VCV RACK

    VCV RACK simulates a modular synthesizer where each module itself can be a challenge to simulate on a modern computer, whether it’s a virtual analog model with hundreds of analog components to simulate, or a digital module designed to be run on an ARM microprocessor similar to your smart phone’s. A common patch of a hundred modules can require billions of floating point calculations per second to simulate and millions of 2D path elements to draw using OpenGL. Use VCV Recorder to record audio or video. It operates in engine “time”, not real-time, and therefore does not record real-time audio hiccups/stuttering. This means that any hiccups/stuttering you hear in real time will not be present when the recording is played back. Plugins extend VCV RACK functionality by adding one or more modules to use in your patch. Plugins are typically installed via the VCV Library. Save, share, edit, and move around selections of modules.
    Starting Price: $19 per month
  • 18
    ApertureDB

    ApertureDB

    ApertureDB

    Build your competitive edge with the power of vector search. Streamline your AI/ML pipeline workflows, reduce infrastructure costs, and stay ahead of the curve with up to 10x faster time-to-market. Break free of data silos with ApertureDB's unified multimodal data management, freeing your AI teams to innovate. Set up and scale complex multimodal data infrastructure for billions of objects across your entire enterprise in days, not months. Unifying multimodal data, advanced vector search, and innovative knowledge graph with a powerful query engine to build AI applications faster at enterprise scale. ApertureDB can enhance the productivity of your AI/ML teams and accelerate returns from AI investment with all your data. Try it for free or schedule a demo to see it in action. Find relevant images based on labels, geolocation, and regions of interest. Prepare large-scale multi-modal medical scans for ML and clinical studies.
    Starting Price: $0.33 per hour
  • 19
    Testmo

    Testmo

    Testmo

    Manage all your test cases, sessions & automation in Testmo. Powerful unified test management, lightning-fast UI, rich reports & integrations. Works with Jira, GitHub, GitLab & many more. The most productive test case management tool available, fully integrated. Easily manage test cases, record test results and track test runs with Testmo's flexible test case management. Fully customizable, integrated with your existing tools, and optimized for productivity. Exploratory testing, session management & note taking as first-class features in Testmo's test management platform. Manage your test sessions and ad-hoc tests for fast-release cycles and continuous delivery. Full test automation integration with your existing testing tools, CI pipelines, and build systems. Automatically submit results, track tests, and report failures. Works with any tool, language, and platform. All your test automation results are in one central place, regardless of the tools you use.
    Starting Price: $99 per month
  • 20
    Monica Code
    One-stop AI Coding Assistant for favorite code editor. Supports GPT-4o and Claude 3.5 Sonnet. Realtime code suggestion based on cursor location and comments while you coding. Select any code and update them with a simple prompt. Easily modify a function or rewrite the whole class. Chat with active file or whole indexed codebase using best models like Claude 3.5 Sonnet or GPT-4o, or send a screenshot to help debugging. Simply ask Monica Code to create or modify multiple files, and navigate through different composed versions. By describing your requirements in natural language, Monica Code can assist in generating appropriate code snippets or structure in your chosen language. This AI-assisted capability applies to various programming tasks, from simple scripts to more complex application structures.
    Starting Price: $16.60 per month
  • 21
    Kakoune

    Kakoune

    Kakoune

    Kakoune is a highly efficient, modal text editor that focuses on real-time feedback and powerful, intuitive multi-selection capabilities. Inspired by Vim but offering its own distinct approach to modal editing, Kakoune prioritizes a selection-based workflow that makes text manipulation feel natural and fluid. Instead of commands operating on cursors, commands operate on selections, allowing users to edit and navigate with precision and speed. Kakoune features robust multi-caret editing, context-aware autocompletion, and extensive language support, with performance optimized for working with large files and complex codebases. Designed to be scriptable and extendable with shell commands, Kakoune integrates smoothly with UNIX tools, giving users flexibility in customization. Known for its responsiveness and adaptability, Kakoune is ideal for developers who prefer a keyboard-driven interface and appreciate real-time, immediate feedback in their editing workflow.
    Starting Price: Free
  • 22
    PaizaCloud

    PaizaCloud

    PaizaCloud

    On PaizaCloud Cloud IDE, you can operate Linux servers in your browser. You can manage and edit files, run commands, or start a web server/database server, all in a browser alone. You don't need to use troublesome commands to log in, edit files, or upload files anymore. You can operate Linux servers on the cloud just like a computer in front of you. Your new Linux server environment will be set up in just 3 seconds. You can copy an existing server environment, and you can also freely operate multiple Linux servers. Because the new server is set up instantly, you can challenge installing or developing software without worrying about breaking down. All you need is a browser to use your workspace environment from any PC or Mac. You can use the same workspace environment from anywhere without always having to carry the same computer around. For programming schools, coding boot camps, universities, and colleges, students can use the same development environment at school and at home.
    Starting Price: $9.80 per month
  • 23
    16x Prompt

    16x Prompt

    16x Prompt

    Manage source code context and generate optimized prompts. Ship with ChatGPT and Claude. 16x Prompt helps developers manage source code context and prompts to complete complex coding tasks on existing codebases. Enter your own API key to use APIs from OpenAI, Anthropic, Azure OpenAI, OpenRouter, or 3rd party services that offer OpenAI API compatibility, such as Ollama and OxyAPI. Using API avoids leaking your code to OpenAI or Anthropic training data. Compare the code output of different LLM models (for example, GPT-4o & Claude 3.5 Sonnet) side-by-side to see which one is the best for your use case. Craft and save your best prompts as task instructions or custom instructions to use across different tech stacks like Next.js, Python, and SQL. Fine-tune your prompt with various optimization settings to get the best results. Organize your source code context using workspaces to manage multiple repositories and projects in one place and switch between them easily.
    Starting Price: $24 one-time payment
  • 24
    Qwen2.5-Coder
    Qwen2.5-Coder-32B-Instruct has become the current SOTA open source code model, matching the coding capabilities of GPT-4o. While demonstrating strong and comprehensive coding abilities, it also possesses good general and mathematical skills. As of now, Qwen2.5-Coder has covered six mainstream model sizes to meet the needs of different developers. We explore the practicality of Qwen2.5-Coder in two scenarios, including code assistants and artifacts, with some examples showcasing the potential applications of Qwen2.5-Coder in real-world scenarios. Qwen2.5-Coder-32B-Instruct, as the flagship model of this open source release, has achieved the best performance among open source models on multiple popular code generation benchmarks and has competitive performance with GPT-4o. Code repair is an important programming skill. Qwen2.5-Coder-32B-Instruct can help users fix errors in their code, making programming more efficient.
    Starting Price: Free
  • 25
    GitLab Duo
    Ship more secure software faster with AI throughout the entire software development lifecycle GitLab Duo is an AI-powered assistant integrated into the GitLab platform, designed to enhance software development productivity and collaboration. It provides intelligent code suggestions, helps refactor and debug code, and streamlines workflows by automating repetitive tasks. GitLab Duo also supports natural language queries for project management and development insights, enabling developers to interact with their repositories more intuitively. Integrated with popular IDEs like JetBrains and Neovim, GitLab Duo ensures seamless assistance within developers' preferred environments. By combining AI-driven efficiency with GitLab’s robust DevSecOps features, GitLab Duo empowers teams to deliver high-quality software faster and more collaboratively.
    Starting Price: $19/user/month
  • 26
    tcpdump

    tcpdump

    tcpdump

    Tcpdump is a powerful command-line packet analyzer that allows users to display the contents of network packets transmitted or received over a network to which the computer is attached. It operates on most Unix-like systems, including Linux, Solaris, FreeBSD, NetBSD, OpenBSD, and macOS, utilizing the libpcap library for network traffic capture. Tcpdump can read packets from a network interface card or from a previously created saved packet file, and it provides options to write packets to standard output or a file. Users can apply BPF-based filters to limit the number of packets processed, enhancing usability on networks with high traffic volumes. The tool is distributed under the BSD license, making it free software. In many operating systems tcpdump is available as a native package or port, which simplifies installation of updates and long-term maintenance.
    Starting Price: Free
  • 27
    Webots

    Webots

    Cyberbotics

    Cyberbotics' Webots is an open source, multi-platform desktop application designed for modeling, programming, and simulating robots. It offers a comprehensive development environment that includes a vast asset library with robots, sensors, actuators, objects, and materials, facilitating rapid prototyping and efficient robotics project development. Users can import existing CAD models from tools like Blender or URDF and integrate OpenStreetMap data to create detailed simulations. Webots supports programming in multiple languages, including C, C++, Python, Java, MATLAB, and ROS, providing flexibility for diverse development needs. Its modern GUI, combined with a physics engine and OpenGL rendering, enables realistic simulation of various robotic systems, such as wheeled robots, industrial arms, legged robots, drones, and autonomous vehicles. The platform is widely utilized in industry, education, and research for tasks like robot prototyping, and AI algorithm development.
    Starting Price: Free
  • 28
    Cline

    Cline

    Cline AI Coding Agent

    Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way. Cline can handle complex software development tasks step-by-step. With tools that let him create & edit files, explore large projects, use the browser, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond code completion or tech support. While autonomous AI scripts traditionally run in sandboxed environments, this extension provides a human-in-the-loop GUI to approve every file change and terminal command, providing a safe and accessible way to explore the potential of agentic AI.
    Starting Price: Free
  • 29
    Duckly

    Duckly

    Duckly

    Duckly enables you to talk and share your code in real time with developers using any IDE. Duckly is an IDE plugin that facilitates real-time code collaboration among developers using different integrated development environments. It enables users to share code, terminal sessions, and local servers, while also providing audio and video communication directly within the IDE. All connections are peer-to-peer and end-to-end encrypted, ensuring secure collaboration. By integrating these features, Duckly streamlines pair programming, code reviews, and team collaboration, enhancing productivity and reducing the need for multiple external tools. Talk with audio, and video and share your screen directly inside of your IDE. Share your code in real time with people using a different IDE than you. Share your local server with your team and let them see the changes in real time. All connections are peer-to-peer and end-to-end encrypted.
    Starting Price: $6 per month
  • 30
    Code::Blocks

    Code::Blocks

    Code::Blocks

    Code::Blocks is a free, open-source, cross-platform Integrated Development Environment (IDE) primarily designed for C, C++, and Fortran development. Known for its lightweight design and modular structure, Code::Blocks offers a highly customizable interface with support for multiple compilers, including GCC, Clang, and Microsoft Visual C++. It features an intuitive, user-friendly interface with essential tools like syntax highlighting, code folding, auto-completion, and a robust debugging environment with breakpoints, variable inspection, and call stack tracing. Code::Blocks is highly extensible through plugins, enabling developers to add features like version control, scripting support, and custom build tools. Its lightweight nature, flexibility, and cross-platform compatibility make it a popular choice for students, educators, and developers working on small to medium-sized C/C++ projects.
    Starting Price: Free