Skip to content
QnA Plus

Code, Create, Conquer: Insights, Algorithms, and Innovation

  • Home
  • Privacy Policy
  • Terms and Conditions
  • Contact
  • Contribute
  • About

C++

  • Home
  • Programming
  • C++
  • Page 11

Backpointer – Concept and Application

Posted by By Srikanta June 12, 2023Posted inC, Programming, C++No Comments
We often work with data structures with connected nodes - like trees and graphs. In a tree, the parent nodes generally hold the pointers of their child nodes. But the…
Read More

The ‘this’ Pointer Usage in C++

Posted by By Srikanta June 11, 2023Posted inProgramming, C++No Comments
We discussed about the concept of this pointer in this article. The C++ compiler internally manages it. In general, we don't need to worry about it. But there are scenarios…
Read More

The this Pointer in C++

Posted by By Srikanta June 8, 2023Posted inProgramming, C++No Comments
In C++, the this pointer is generally used in the non-static member functions of a class. It refers to the address of the object the function is accessed through. Let's…
Read More

Static Members of a C++ Class

Posted by By Srikanta June 7, 2023Posted inProgramming, C++No Comments
The class members are by default non-static. That means we can access them in the context of an object only. Each object will have its own copy of the data…
Read More

C++ Classes and Objects

Posted by By Srikanta June 3, 2023Posted inProgramming, C++No Comments
Supporting Object Oriented Programming (OOP) was one of the main reasons C++ was originally created as an extension of C. Object Oriented Programming is a software design paradigm around the…
Read More

Posts pagination

Previous page 1 … 9 10 11 12 13 14 Next page
Categories
  • Programming 186
    • C 105
    • C++ 70
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • Implement Bubble Sort in C 102 views
    • How to install Ping or Ping6 using YUM 89 views
    • C Program to Sleep in Milliseconds 68 views
    • How to Implement Periodic and Single Shot Timers in Linux? 62 views
    • Change a Variable from inside a C Function 46 views
    • C Program to Check Whether Two String are Equal 46 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 46 views
    • How to do Asynchronous Operations using boost::asio? 40 views
    • How to Re-Indent C Code Using Notepad++ 37 views
    • C++ | Binding a Member Function 36 views

    💬
    Chat with Us!

    Copyright © 2015 - 2025 QnA Plus. All rights reserved.
    Scroll to Top
    0
    0
    0
    0
    0
    0