SoftPrayog provides articles regarding Linux system programming and commands. softprayog.in. Associated YouTube channel, youtube.com/SoftPrayog
The C Standard Library provides provides classes and functions which can be used in a program. Stream I/O, strings, and STL are explained.
Linux is jumping straight to 7 next.
Templates use types and values as parameters for creating classes, effectively specifying a family of classes from a single declaration.
Qutub Minar is a historical minaret in New Delhi. It is 72.5 meters tall and built between 1199 and 1220. • Millions of unique designs by independent artists. Find your thing.
Copy constructor and assignment provide functions for copying objects. Move constructor and assignment move data of one object to another.
Abstract classes contain at least one pure virtual function and can...
Inheritance is a core concept in object oriented programming. C p...
Abstract classes contain at least one pure virtual function and cannot be instantiated. Other classes can be derived from abstract classes.
Concrete classes have no pure virtual functions, all data members a...
In C programs, the types of data elements have to declared before...
In C programs, the types of data elements have to declared before use. The built-in and user defined data types are explained with examples.
A locale is a set of rules represented as xx_yy.zzzz, where xx is the language code, yy is country code and zzzz is character set encoding.
Two young painted storks go through their morning workout.
File input and output concepts along with the associated system calls are explained in #Linux with an example program. https://www.softprayog.in/programming/file-io-in-linux
D-Bus is a mechanism for interprocess communication under #Linux and other Unix-like systems. https://www.softprayog.in/programming/d-bus-tutorial
I/O multiplexing is doing I/O with many sources and giving good response. I/O multiplexing is explained with select, poll and epoll calls in #Linux. https://www.softprayog.in/programming/io-multipl...
Shell scripting concepts and statements are explained with examples in bash under Linux. https://www.softprayog.in/tutorials/shell-scripting-tutorial