Skip to content
QnA Plus

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

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

C++

  • Home
  • C++
  • Page 10

C++ | Roman to Decimal Conversion

Posted by By Srikanta July 6, 2022Posted inProgramming, C++1 Comment
Roman numerals are a number system that was originated from ancient Rome. Even though it is sort of obsolete, we often come across Roman numerals in various places. They are…
Read More

Function Overloading in C++

Posted by By Srikanta November 24, 2019Posted inProgramming, C++No Comments
Function overloading in C++ allows us having multiple definitions of a single function or method. That means that we can have multiple functions with same name. But their input arguments…
Read More

Singleton Class in C++

Posted by By Srikanta October 26, 2019Posted inProgramming, C++No Comments
Singleton class ensures that there will be only one object of the class in lifetime of a program. Normally we can create as many objects as we want from a…
Read More

What is std::shared_ptr? Examples

Posted by By Srikanta October 10, 2019Posted inProgramming, C++No Comments
std::shared_ptr is a smart pointer that manages shared ownership of an object through pointer. Multiple std::shared_ptr (s) can hold the same object pointer. The actual object gets deleted when all…
Read More

Move std::unique_ptr to Pass to a Function or Assign to Another Variable

Posted by By Srikanta September 20, 2019Posted inProgramming, C++No Comments
The std::unique_ptr has unique ownership of the object it manages. That means that more than one std::unique_ptr object can not contain the managed object pointer. That’s why we can not…
Read More

Posts pagination

Previous page 1 … 8 9 10 11 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 68 views
    • Implement Bubble Sort in C 45 views
    • How to install Ping or Ping6 using YUM 44 views
    • How to Implement Periodic and Single Shot Timers in Linux? 39 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
    1
    1
    4
    3
    0