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

Browsing tag

logic

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 Embarcadero C++Builder.
    Design. Code. Compile. Deploy.

    Start Free Trial

    Free C++Builder Community Edition
  • Discovering the Best Developer Framework
    Download Now!
  • RSS Newest questions tagged c++builder – Stack Overflow

    • Update C++Builder Rio from 10.3.2 to 10.3.3
    • How to copy C++ Builder control TEdit text into char * variable
    • How to use Pjsip library in Embarcadero C++Builder
  • RSS Newest questions tagged c++ – Stack Overflow

    • What is the size of a std::function?
    • Deprecation warnings: in case (Qt::Key_A | Qt::SHIFT):
    • Shall I use macros or variadic templates to manage output? [closed]
  • RSS Newest questions tagged windows – Stack Overflow

    • How do executables being part of the same application find eachother on MS Windows?
    • MongoDB Atlas SRV connection fails with querySrv ECONNREFUSED after switching Node versions (Node 22, Windows)
    • SAL annotation warning for KeAcquireSpinLockAtDpcLevel calling function
  • 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