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

Browsing tag

Pointers

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

What Is The Difference Between C++ Pointers and References?

By Yilmaz Yoru
December 8, 2021
What is a reference? What is a pointer? What does RVallue and LValue reference mean in C++? What are the differences between a pointer and a reference variable in C++? Let’s find out the answers to these questions. Also, by learning C++ Pointers and References, you can build C++ applications easily with C++ IDE. What is a Reference in C++? A reference in…
Read more
C++C++11C++14C++17Introduction to C++Learn C++

How To Use Smart Pointers For Dynamic C++ Memory Management

By Yilmaz Yoru
November 4, 2021
In computers, all data and operations during runtime are stored in the memory of our computers, IoTs, or in other microdevices. This memory is generally a RAM (Random Access Memory) that allows data items to be read or written in almost the same amount of time, irrespective…
C++Introduction to C++Learn C++

Learn To Use Arithmetics On Pointers In C++

By Yilmaz Yoru
April 12, 2021
In a previous post, we learned that pointers are variables to point address which is also an integer value. That means we can do arithmetic operations on a pointer variable. But do not forget that we operate on the addresses in our RAMs, so we should be careful and we should…
  • 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
  • RAD Studio Guide For ManagersDownload 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

    • Arduino Mega (Master) reads old Wire Communication data from slave (esp32 dev module)
    • Zero-initialized array keeps having non-zero values
    • What does universal reference in requires expression mean?
  • RSS Newest questions tagged windows – Stack Overflow

    • 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?
    • How Do I Create A Python Installation Exactly Like The Installation From Python's Official Installer By Building From Source in 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