Author Archives: Vikram Singh

About Vikram Singh

hello everyone my name is vikram singh . I have study in Rajasthan university . I will providing all the detail of computer and its use . I will providing latest technology also.

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 »

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 »

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 »