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 30
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.

Static Members in C++ Template Class

Posted by By Srikanta August 10, 2019Posted inProgramming, CNo Comments
We generally use static members in C++ class to maintain something that is not object specific, rather class specific. For example, if we want to maintain a counter about how…
Read More

How to find position of a digit in a number in C programming?

Posted by By Srikanta January 18, 2019Posted inC, Programming1 Comment
This program will find out the position of a digit in a number. If the digits exists in multiple positions, this program will find all positions. For example digit 4…
Read More

What is std::unique_ptr? How to Use std::unique_ptr?

Posted by By Srikanta March 3, 2018Posted inProgramming, C++No Comments
std::unique_ptr is a smart pointer that owns and manages another object through pointer. std::unique_ptr has unique ownership of the object. That means only one std::unique_ptr can have the ownership of…
Read More

How to do Asynchronous Operations using boost::asio?

Posted by By Srikanta March 1, 2018Posted inProgramming, C++No Comments
Boost::asio is primarily designed for accomplishing time-consuming networking I/O (Input/Output) operations in an asynchronous way. I/O operations over network usually takes considerable time to complete. In synchronous mode, if you…
Read More

History of Programming Languages

Posted by By Srikanta February 19, 2018Posted inProgrammingNo Comments
Programming languages are complex even today at least to many programmers like me. But once you know the history of programming languages, you'll definitely change your mind. Machine Language You…
Read More

Posts pagination

Previous page 1 … 28 29 30 31 32 … 44 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 43 views
    • How to Implement Periodic and Single Shot Timers in Linux? 38 views
    • Count Occurrences of a Substring in a String in C 37 views
    • Change a Variable from inside a C Function 32 views
    • Understanding the override Keyword in C++ 31 views
    • Method Chaining in C++ 28 views
    • Stock Analysis on Google Sheet 27 views
    • What is Endianness? Difference between Big Endian and Little Endian 24 views

    [chatbot_plugin]

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