Skip to content
QnA Plus

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

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

Posts by Srikanta

  • Home
  • Srikanta
  • Page 8
About Srikanta
I am passionate about simplifying complex concepts to help readers master computer programming, algorithms, networking, operating system fundamentals, and the transformative domains of Artificial Intelligence (AI) and Machine Learning (ML). With over 20 years of professional experience in computer networking and industrial automation, I bring a wealth of knowledge and practical insights to bridge the gap between theory and real-world application. My mission is to make learning approachable, engaging, and impactful for all.

std::move – Efficient Resource Transfer from One Object to Another

Posted by By Srikanta July 18, 2023Posted inProgramming, C++No Comments
C++11 introduced this std::move() to enable efficient resource transfer from one object to another. Let's first understand what efficient resource transfer means. #include <iostream> using namespace std; int main() {…
Read More

Inline Function in C++

Posted by By Srikanta July 16, 2023Posted inProgramming, C++No Comments
When a normal function is called, the execution control goes into the called function and returns back to the caller upon completion of the called function. But in C++, if…
Read More

Template Class in C++

Posted by By Srikanta July 16, 2023Posted inProgramming, C++No Comments
Like template function, we can create a template class that will operate on generic types. That means that we can have a single class that will work for, say, int,…
Read More

Template Function in C++

Posted by By Srikanta July 16, 2023Posted inProgramming, C++No Comments
In C++, we can write a function to operate on generic types. If we want to have the same function for different data types like, int, double, string, etc., we…
Read More

Function Overriding in C++

Posted by By Srikanta July 16, 2023Posted inProgramming, C++No Comments
In inheritance, the derived class inherits all the functions from the base class with same behavior. That means that an inherited function will behave in the exact same way in…
Read More

Posts pagination

Previous page 1 … 6 7 8 9 10 … 44 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 97 views
    • How to install Ping or Ping6 using YUM 85 views
    • C Program to Sleep in Milliseconds 65 views
    • How to Implement Periodic and Single Shot Timers in Linux? 61 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 41 views
    • Change a Variable from inside a C Function 39 views
    • How to Store SVN Password in Encrypted Form in Linux 37 views
    • How to do Asynchronous Operations using boost::asio? 37 views
    • How to Re-Indent C Code Using Notepad++ 36 views
    • C Program to Check Whether Two String are Equal 36 views

    💬
    Chat with Us!

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