C++ (4) - Variables and Data Types

Learn about Variables and Data Types in C++ programming

1
In this article, we are going to start diving into the depths of the C++ language. Variables will be the subject of our today’s...

Learn about Functions in C++ Programming

0
There will be cases wherein a group of statements is required to be executed in different parts of a program. This can be achieved...

Learn About Inheritance in C++ Programming

0
Back again to OOP. This time, we are going to tackle an advanced OOP topic: Inheritance. So, grab your coffee, relax in your favorite...
C++-(18)-Strings-(1)-740X296

Learn About Strings in C++ Programming

0
Strings is one of the important data types that every programming language should have support to. Your name, your car model, your home address,...
User-Privileges

Learn How to do Escalating User Privileges Red Hat Linux Part 1

0
In the introduction of the Managing Users and Groups topic, I told you that in a multi-user environment, multiple persons need to have access...
Manage Files Ownership

Learn How to Manage Files Ownership and Permissions Part 1

0
Understanding Files and Directories Security in Red Hat Security is no longer used at boundaries and perimeters only, but should be put in your internal...
Learn-How-to-Create-and-Manage-Basic-Partitions-using-GUI-Tool-Part-2-740X296

Learn How to Create and Manage Basic Partitions using GUI Tool Part 2

After learning the GUI method for partitioning disks into basic partitions (Palimpsest Disk Utility), it is time to discuss the other method: using the...
Linux OS Basic Commands

Learn Linux OS Basic Commands From Scratch

0
–Linux operating systems are already popular among developers, programmers and service admins, but they now becoming a favorite among general users as well. Linux...
services

Learn about Managing Services in Red Hat Linux Part 2

0
In the client/server model, a server is a computer that provides (runs) one or more services to clients. Managing Services is an essential part...
Install Cygwin & Virtualbox

Learn How To Install Cygwin & Virtualbox

0
Cygwin is a command line interface for Microsoft Windows. It provides windows based applications, data, and other system resources. The installation directory (by default,...