Learn C++
Menu
  • Home
  • Learn C++
    • Language Feature
    • Syntax
    • Code Snippet
    • Videos
  • C++
    • C++11
  • Community
  • Free Licenses

Browsing tag

logical comparision

C++C++11C++14C++17Learn C++Syntax

What Are Atomic Logic Operations In Modern C++?

By Yilmaz Yoru
August 23, 2023
Since the C++11 standard, the concurrency support library inModern C++is designed to solve problems in multi-thread operations and is updated in every new standard. This library includes built-in support for threads (std::thread) with atomic operations (std::atomic). In this post, we explain atomic logic operationsthat can be used with std::atomic types. What is atomic…
Read more
C++Introduction to C++Learn C++

Discover If Statements and Conditions in C++

By Yilmaz Yoru
April 6, 2021
One of the important part in programming is logics in functions and main program. Each these conditions are important to decide how code flow will work in runtime. In programming we use conditions and if – else statements. In C++ if statements can be done in one line…
  • Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
    Design. Code. Compile. Deploy.
    Start Free Trial

    Free C++Builder Community Edition
  • Discovering the Best Developer Framework
    Download Now!
  • Categories

    Artificial Intelligence Tech32C96C++852C++11362C++14379C++17480C++20140C++231Code Snippet26Components55Database20Game Development33Generic Programming15Introduction to C++395Iterators23Language Feature228Learn C++853Numerics3Syntax126Templates33Videos90
  • Never miss news

  • Popular posts

    • C++C++11C++14C++17Introduction to C++Learn C++

      How To Set Up Dev-C++ For Your First Project

      By Learn C++
      June 15, 2021
    • C++C++11C++17Learn C++

      Top C++ Compilers for Windows in 2020

      By Yilmaz Yoru
      November 28, 2020
  • RSS Newest questions tagged c++builder – Stack Overflow

    • How to use character arrays with Win32 APIs in C++ Builder 12
    • Problem with TVirtualTreeView EditLink assignment in C++Builder
    • New 64-bit dev (Old 32-bit dev) : Why is my 64-bit executable so huge?
  • RSS Newest questions tagged c++ – Stack Overflow

    • Why should I be careful in noexcept-ing all the things (well, functions) just like I const/constexpr all the things?
    • VSCode PlatformIO ElegantOTA include errors
    • Arduino Mega (Master) reads old Wire Communication data from slave (esp32 dev module)
  • RSS Newest questions tagged windows – Stack Overflow

    • Visual Studio 2022 KMDF Driver Project "Build Succeeded" but No .sys File is Generated
    • Why do floating-point numbers print without decimal unless std::fixed and std::setprecision are used?
    • Can MMC 2.0 Automation Object Model run MMC32 in 64-bit Windows?
  • LearnCPlusPlus.org is a C++ tutorial and learning platform for Windows developers using C++ to build Windows applications. It focuses on tools that allow rapid development and programming of both Win32 and Win64 applications. Additionally, it supports deploying apps to iOS.

    © Copyright 2025 Embarcadero

  • C++ Tools

    • Download C++Builder
    • Download Dev-C++
  • Links

    • Learn Delphi
    • Embarcadero Blogs
    • Python GUI
    • DelphiFeeds
  • Follow us