How to remove password from PDF

Introduction -: Some PDF file  are encrypted with a password which you shall  need to enter password  each time when you want to open this document. You can remove the password to view the documents. if you are keeping the PDF in a secure location. How to remove password from PDF-: This is a simple tricks… Read More »

how to earn money on tiktok

What is Tiktok -: Tiktok is a social media app. TikTok is an iOS and Android social media video app for creating and sharing short video, comedy video and talent videos. Tiktok  app was launched in 2017 by ByteDance, for markets outside of China. ByteDance has previously launched Douyin for the China market in September… Read More »

How to install windows 10

 How to install windows 10. To install windows first we’ll need a key while windows is starting up, which will launch a menu that lets we start the computer from either a USB drive or a CD/DVD with the windows 10 installer on it. 1. Make positive your Windows 10 installation media is connected.In order… Read More »

how to google chrome download

Google Chrome Introduction-: Google Chrome is a Free web Browser.It was developed by the Google. It is a cross platform web development browser.It was launched in 2008 by Google. It is launched first for Microsoft windows after it was launched Linux and mac operating system It is a also launched for android and other application.… Read More »

best freelance websites for beginners

What is Freelance -: Freelance make two words first is free and second is lance. Its mean free-lance or free lance. Freelancer and freelance worker, are terms commonly used for a person who is self-employed means who is working himself and is not necessarily committed to a particular employer long-term. In other words we can say… Read More »

what is bootstrap

Introduction of bootstrap-: Bootstrap is a free front-end framework for faster and easier web development.Bootstrap includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels and many other extra features as well as optional JavaScript plugins.Bootstrap also gives you the ability to easily create responsive website design.     In… Read More »

new features of ansi c++ standard

Introduction -: The ANSI C++ standard add several new features to the original c++ specification. Some are added to provide better control in certain situation other are added for providing convenience to c++ programmers. The important features are here as like 1 . New data type Bool wchar_t 2. New Operators const_cast static_cast dynamic_cast reinterpret_cast… Read More »

manipulating string in c++

Introduction-:  A string is a sequence of character. we know that the c++ does not  support a build string type. We have use earlier null terminated character array to store and manipulate string. These string are called C string or C style string. ANSI standard c++ now provide a special new class called string. this… Read More »

introduction to standard template library in c++

Introduction-: We have seen how template can be used to create generic class and function that could extended support for generic Programming. In order to help the c++ user in generic programming.Alexander Stepanov and Meng Lee of Hewlett packard developed a set of general purpose templatized (algorithms) that could be use as a standard approach… Read More »