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

Browsing tag

Reference

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++Introduction to C++Learn C++

Learn About Parameters Passed by Reference in Functions

By Yilmaz Yoru
April 24, 2021
In the functions that we created in previous posts, their parameters have always been passedby value. This means that, when we call a function, what is passed to the function are the values of these parameters on that moment of the call. Variables are copied into the…
  • 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

    • How to use Pjsip library in Embarcadero C++Builder
    • Why does my VCL form created inside a DLL disappear when minimised
    • Old functions suddenly being loaded from a different Windows DLL (that doesn't exist on Windows 7)
  • RSS Newest questions tagged c++ – Stack Overflow

    • Documenting type alias of template instantiation in a header with a Doxygen
    • How is a non-parallelized for loop inside an OpenMP parallel section executed?
    • How do I make a specific .cpp file the main file for testing in Visual Studio?
  • RSS Newest questions tagged windows – Stack Overflow

    • How do I send arguments to application in windows launched with shell:appsFolder?
    • Opening Google's Antigravity gives [process exited with code 1 (0x00000001)] [closed]
    • Cannot get command line code to run via python
  • 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