Unique Technology BlogUnique Technology BlogBlog About Amazing Computer Technology like home automation, Windows, Linux, Tips and tricks, photoshop etc Articles
Tile Your Windows Applications using MaxTo:
2009-04-11 12:38:00 What is Maxto ? MaxTo is a Windows based application which splits monitor into... More About: Applications
Dress up your Mozilla Firefox with Personas:
2009-04-03 13:26:00 Wouldn't it be so nice if your Mozilla Firefox has theme according to your... More About: Mozilla Firefox , Dress
Task Switching Utility for Windows XP:
2009-04-03 09:19:00 Generally in Windows XP we do task switching by pressing ALT+Tab key. Here... More About: Utility , Windows Xp , Switching
How to send Hindi mail using Gmail?
2009-04-02 12:07:00 Now Gmail supports 5 Indian languages Hindi , Tamil, Telugu, Kannada and... More About: Mail , Send
How to automatically login to Windows XP Computer?
2009-03-27 06:00:00 Just suppose you have several users in Windows XP computer and you are the only... More About: Computer , Windows Xp
How to clear run history in Windows:
2009-03-26 13:02:00 Generally we use Windows run option to open programs. Just suppose you are... More About: History , Clear
How to create a shortcut of My Computer?
2009-03-24 13:55:00 My computer is used very frequently by the all Windows computer users to access... More About: Computer , Create
Configuring tally.ini file to automatically load companies:
2009-03-19 13:06:00 If you are using Tally accounting software to manage accounts of multiple... More About: Companies , File , Load
How to get rid of beep sound in Tally?
2009-03-19 12:43:00 Sometimes while making bulk voucher entries in Tally, the beep sound of save... More About: Sound
How to rewrite a company data in Tally:
2009-03-18 12:20:00 If due to some reason (power failure, hard disk crash or OS crash) data of a... More About: Company , Data
How to copy narration in Tally (tips):
2009-03-18 09:02:00 Purpose:Faster Data Entry in TallyIf you are doing voucher entry in Tally and... More About: Tips , Copy
How to copy masters to another company in Tally:
2009-03-17 09:12:00 If you have masters (Masters means ledgers and groups in Tally) created in a... More About: Company , Copy
C++ program to add two numbers several times:
2009-03-09 09:11:00 if you already know that how to add two given numbers in C++, we can then... More About: Numbers , Times , Program
what is a compiler ?
2009-03-09 09:02:00 compiler is a software program which converts user written high level language... More About: Compiler
What is incognito window in Google Chrome
2009-02-10 13:23:00 If you want to surf privately then you can surf in incognito window of Google ... More About: Window
Clear history in Google Chrome
2009-02-10 12:59:00 If you don't want to show others that what you are surfing on the web if your... More About: Google , History , Clear
Download Microsoft Windows 7 beta:
2009-02-09 06:20:00 Microsoft Windows 7 makes your work easier and faster. It allows you to work... More About: Microsoft , Download , Beta , Microsoft Windows
Download Tally 9 Release 2.14
2009-02-07 06:21:00 Know the features of Tally 9:Tally 9 is the world's most powerful accounting... More About: Download , Release
Download Microsoft Internet Explorer Release Candidate1
2009-02-06 12:28:00 Download the latest version of the Microsoft Internet Explorer Release... More About: Internet Explorer , Download
Know the Features Of Google Chrome:
2009-02-06 11:34:00 Have you tried Google Chrome new technology web browser it make your web... More About: Features
How to format a memory card of a mobile phone:
2009-02-03 12:41:00 Sometimes we need to format a memory card because of virus problem or slower... More About: Mobile , Phone , Card , Mobile Phone , Memory
Search with Google Search (Tips):
2009-02-02 11:55:00 Google search is a most popular search engine on the web. Here I am going to... More About: Google , Tips , Search , Google Search
Microsoft Excel Functions (Case Study Of Solving a Problem):
2009-01-29 07:25:00 This morning I have came across a problem that is to be solved in Microsoft ... More About: Study , Functions , Problem , Case
How to Disable Colors in Tally : Tutorial
2009-01-14 07:10:00 In most popular accounting software Tally, Generally you see Different windows... More About: Tutorial , Colors
Pyramid of Stars (Upside down) (Centered Aligned) C++ Program
2008-05-24 12:10:00 #include<iostream.h>#include<conio. h>main(){clrscr();int j=1;for (int i=5;i>=1;i--){for (int k=1;k<=j;k++){cout << " ";}for (int x=1;x<=i;x++){cout << " *";}cout <<endl;j=j+1;}getch();} More About: Stars , Program , Pyramid , Upside
Pyramid Of Stars (Centered Aligned) C++ Program
2008-05-24 12:08:00 #include<iostream.h>#include<conio. h>main(){clrscr();int j=5;for (int i=1;i<=5;i++){for (int k=1;k<=j;k++){cout << " ";}for (int x=1;x<=i;x++){cout << " *";}cout <<endl;j=j-1;}getch();} More About: Stars , Program , Pyramid
JAVA Applet Program for doing simple calculation Addition, Substraction, Mu
2008-04-30 08:52:00 /*It is a JAVA Applet program for doing simple calculation using GUI. It performs Addition, Substraction, Multiplication Here in this program Buttons, TextField, Labels, CheckboxGroup and Checkbox are used. User has to input values into and A and B textboxes and then choose the appropriate operation such as Add, Sub or mul then press calculate button to perform the choosen operation.*/import java.awt.*;import java.applet.*;import java.awt.event.*;public class lademo extends Applet implements ActionListener{Button b1;TextField t1,t2,t3;Label l1,l2,l3;String a;CheckboxGroup cbg;Checkbox c1,c2,c3;public void init(){setLayout(null);cbg=new CheckboxGroup();t1 = new TextField(10);b1 = new Button("Calculate");t2 = new TextField(10);t3 = new TextField(10);l1 = new Label("A");l2 = new Label("B");l3 = new Label("C");c1 = new Checkbox("Add",cbg,true);c2 = new Checkbox("Sub",cbg,false);c3 = new Checkbox("Mul",cbg,false);add(b1);add(t1) ;add(t2);add(t3);add(l1);add(l2);add(l3); add(c1);add(c2);ad... More About: Java , Simple , Program
Keyboard shortcuts for Mozilla Firefox and Explorer
2008-03-31 13:16:00 Keyboard Shortcuts :Alt + Left Arrow key : To go to back pageAlt + Right Arrow key : To go to next pageAlt + Home key : To go to Home page.Ctrl + + : To increase font size.Ctrl + - : To decrease font sizeCtrl + 0 : To Default font sizeCtrl + F : To search any textCtrl + G or F3 : To search again last searchedCtrl + T : To create new tabCtrl + N : To create new windowCtrl + Tab key : To select next tabCtrl + W : To close tab.Ctrl + Shit + T : To restore recently closed tab.Ctrl + Shift + W : To close window.Ctrl + F4 : To close tab.Alt + F4 : To close windowCtrl + Shift T : Open recently closed tab.Ctrl + R : ReloadCtrl + U : To view page source fileCtrl + Tab key : To select next tabCtrl + Shift + Tab key : To select previous tabCtrl + 9 : To select last tabAlt + Enter key : When you typed URL in address bar and you want to open it in a new window then type URL and Press Alt + Enter key.F11 : To full screen.F5 : ReloadIf you want to Add and Remove buttons in Firefox ... More About: Mozilla Firefox , Mozilla , Explorer
Protected member of the class in C++
2008-02-27 08:00:00 Protected member of the class can be accessed in class itself and its derived classbut cannot be accessed outside of the class. This example shows the same.This program will raise an error#include<iostream.h>#include&l t;conio.h>class demo1{protected :int a,b,c;public:void add(){a=10; // protected members a,b and c are accessed within the classb=20;c=a+b;cout << c <<endl;}};class demo2: public demo1{public:void sub(){a=30; // protected members of the class can be accessed in its derived class.b=20;c=a-b;cout << c <<endl;}};main(){clrscr();demo2 d;d.add();d.sub();d.a=50; // protected members can not be accessed outside of the class.d.b=60;d.c=d.a+d.b;cout << d.c <<endl;getch();} More About: Class
Public Data members of the class in C++
More articles from this author:2008-02-27 07:56:00 public member of the class can be accessed in class itself, its derived classand outside of the class. This example shows the same.#include<iostream.h>#include<c onio.h>class demo1{public:int a,b,c;void add(){a=10; // public members a,b and c are accessed within the classb=20;c=a+b;cout << c <<endl;}};class demo2: public demo1{public:void sub(){a=30; // public members of the class are accessed in its derived class.b=20;c=a-b;cout << c <<endl;}};main(){clrscr();demo2 d;d.add();d.sub();d.a=50; // public members of the class are accessed outside of the class.d.b=60;d.c=d.a+d.b;cout << d.c <<endl;getch();} More About: Public , Data , Class , Members 1, 2, 3, 4, 5, 6 |



