Skip to content
QnA Plus

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

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

Programming

  • Home
  • Programming
  • Page 12

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

Bit Fields in C

Posted by By Srikanta June 3, 2023Posted inProgramming, CNo Comments
The variable size of a standard type is always in bytes - not in fraction of bytes. For example, the size of a char type variable is 1, short type…
Read More

C++ | Binding a Member Function

Posted by By Srikanta May 31, 2023Posted inProgramming, C++No Comments
In this article, we saw how to bind a function with parameters and placeholders and some of its benefits. There we used a normal function. Here will see how to…
Read More

Posts pagination

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

    Popular Posts:

    • C Program to Get a Digit at Any Position of a Number 69 views
    • Implement Bubble Sort in C 46 views
    • How to install Ping or Ping6 using YUM 45 views
    • How to Implement Periodic and Single Shot Timers in Linux? 41 views
    • Count Occurrences of a Substring in a String in C 38 views
    • Change a Variable from inside a C Function 32 views
    • Understanding the override Keyword in C++ 31 views
    • Method Chaining in C++ 29 views
    • Stock Analysis on Google Sheet 27 views
    • Left and Right Rotate Bits of a Number in C 26 views

    [chatbot_plugin]

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