Posts

Google Trick 02

Type " ASKEW " and hit enter or click search. Askew will tilt the google page and the user watching it for the first time will be shocked. Try it.

FUNCTION

Function : a function is a group of statements that together perform a task. Every c++ program has at least one function, which is main(), and all the most trivial programs can define additional functions. You can divide up your code into separate functions. Part of function: 1. Return type 2. Function name 3. Parameters 4. Body Types of function 1. Predefine function                     Example:      clrscr();                                       getch(); 2. User define function                        a. Default function      ...

Console Application

Console Application : A console application is an application that runs in a console window.It doesn’t have any graphical user interface. Console Applications will have character based interface.An application that uses the command line for input and output rather than a graphical interface (GUI).

Benifits of OOPs

Benefits of OOPs 1). OOPs makes development and maintenance easier where as in Procedure-oriented programming language it is not easy to manage if code grows as project size grows. 2). OOPs provides data hiding whereas in Procedure-oriented programming language a global data can be accessed from anywhere. 3). OOPs provides ability to simulate real-world event much more effectively. We can provide the solution of real word problem if we are using the Object-Oriented Programming language. 4). Reuse also enables faster development. 5). Reuse of code through inheritance

For connect mouse or keyboard to smart phone

Step 1. Connect the USB OTG/OTG Cable into the Micro USB port on your Smart Phone or tablet. Step 2. Plug the USB mouse/Keyboard to the USB port of the OTG. Note: Some Android devices don't have the hardware support. So, not every device supports USB OTG.

How To Rename Multiple Files in one step

Rename Multiple Files in one step: *Select multiple files for rename. **Press F2 or Right Click>>Rename. ***Type name for files and press enter. ****All your selected files/folder will automatically be renamed. () will be added to every file / folder name along with the number like folder(1) , folder(2) .

How to find password using inspect element

Answer for all those beginners who think there is way to hack password by Inspect Element: **Lot of people ask these days that there is a method to hack facebook password by Inspect element method, **Inspect element method is basically developers debugging tool provided by chrome, in firefox it is known as firebug. In chrome you can access it by right click>>Inspect element or by keyboard short key (Ctrl + Shift + I) **Is there method to hack facebook password by using this tool: Definitely NO, But you can reveal saved password, Think about situation when there is saved password in browser and on facebook login page, you can login by hitting Login button but you cant tell password as it is hidden in small round dots (Asterisks). **What to do: Right click on password field and click inspect element. Code like <input type="password" class="inputtext" name="pass" id="pass" tabindex="2"> double click on password and chan...

Hard Disk & Coaxial Cable

1. Hard Disk : A hard disk drive (HDD) is a data storage device that uses magnetic storage to store and retrieve digital information using one or more rigid rapidly rotating disks (platters) coated with magnetic material. हार्ड डिस्क एक सेकेंडरी और स्थायी डेटा स्टोरेज डिवाइस है। यह मानव मस्तिष्क के समान है जहां सभी अतीत और वर्तमान घटनाओं को संग्रहीत क...

CCTV

1.CC TV CAMERA: CCTV stands for Close Circuit Television.CCTV is used to monitor and record videos to have evidence. क्लोज सर्किट टेलीविजन (सीसीटीवी) इसे वीडिओ सर्वेलन्स के रूप में जाना है| यह एक क्‍लोज सर्किट सिस्‍टम है और इसमें सभी एलिमेंट्स सीधे जुड़े हुए हैं। सीस...

Types of CCTV Cameras

Types of CCTV Cameras 1.इनडोर और आउटडोर कैमरा(Indoor and Outdoor Camera): आम तौर पर सभी आउटडोर कैमरों को घर के अंदर भी इस्तेमाल किया जा सकता है, लेकिन सभी इनडोर कैमरों को आउटडोर के लिए इस्तेमाल नहीं किया जा सकता। जिन...