A few Hacks and Facts on KidzSearch

Delete Notifications Here is how to easily delete notifications. There will be a checkbox on the left side of the notifications in your KN profile. Check it, and down below all your notifications there will be a box which says bulk actions. Change it to delete, or mark them as read. Photos in Posts Did […]

Types Of Clouds

Below is a list of the most common types of cloud formations. Stratocumulus Stratus Cumulonimbus Nimbostratus Altocumulus Altostratus Cumulus Cirrostratus Cirrocumulus Cirrus Scud Clouds Watch the video below to learn more about these types of clouds.

Variables in C++

In this post I will introduce you to variables and how do they work. I will also show you how to write them in C++. Let’s go on. Variables are object, or keywords that carry on information, such as letters, symbols, numbers etc. In C++, we classify those variables into string variables (string), int variables […]