Friday, May 6, 2016

Introduction to HTML

HTML:

HTML stands for Hyper Text Markup Language.Hypertext means links within and among web documents.It connects one document to another.HTML is based on SGML( Standardized General Markup Language). Nowadays,HTML has evolved into presentation language.HTML standard are developed under the authority of the World Wide Web Consortium(W3C). HTML has been headed by Tim Lee. HTML language is understand by browser. It contains a set of codes that can be incorporated in text to provide linking information. HTML is embedded with TAGS in a web pages. We can create HTML documents using notepad in Windows and Text Edit in (MAC OS). We can also use HTML Text Editors. After finishing of HTML documents, we save it in extension as ".htm" or ".html". Some of HTML Text Editors are Dreamweaver,Front Page,Go Live,etc.

Introduction to Constructor and their types

Constructor:

Constructor are the member function that are executed automatically. When an object is created, no explicit call is necessary to involve them through the dot operator.It is called constructor because it construct the value of data member of the class. Constructor are mainly used for data initialization.

Thursday, May 5, 2016

MS-Word Command: Insert Menu and Format Menu

Insert Menu:

1. Insert Page Break:

Breaks the page below the cursor and shift the text/data on it on the successive page.
-Select the cursor at the place.
-Select the insert menu.

Wednesday, May 4, 2016

Loop Control Structure

Looping (or Iteration):

Repeating some portion of the program either for a fixed number of times or as long as the condition is satisfied is called looping or iteration. there are three type of loop control structure in C. They are:
1. The For Loop:
2. The While Loop:
3. The Do-While Loop:

Monday, May 2, 2016

More description Related to Member Function,Array of Object and some extra topics

Accessing private member function of the class:

It is normal way to declare all the data items in a private section and all the function in public.In some situation, certain function required to be hidden like private data from outside call. Example: Task such as deleting an account from a customer file.

MS-Word Commands- File Menu, Edit Menu and View Menu

File Menu:

There are several MS-Word command. Some of them we have as File Menu, Edit Menu and View menu and rest of them we discussed later soon.

Sunday, May 1, 2016

Input/Output Stream in C++(or OOP) and Data Hiding provided by class concept

Introduction

C++ support set of function for performing input and output operations. The syntax using this input/output function is totally consistent with the device. C++ new feature for handling input/output operation are called streams. Streams are abstraction that refers to data flow. Stream in C++ are:
1. Output Stream
2. Input Stream

Introduction to C++ Programming Languages

C++ Programming Language:

C++ is an object oriented programming language. It mainly emphasis on object rather than procedure. C++ overcomes limitation of C programming language. OOP is an approach to program organization and development which attempt to eliminate some of drawbacks of structured programming like procedure oriented programming. The main limitations of procedure language(C) are: 

MS-Word

Introduction to Microsoft Word
Microsoft word is word processing software for the microcomputer i.e. also known as fourth generation computer. Microsoft word is software for the microcomputer i.e. popular in the current world. This software is generally used to create documents files, visiting cards, reports, letters, and booklets, pump lets, etc. Microsoft Corporation USA (Washington) developed MS-Word software for official uses so it is also known as a program inside Microsoft office.

Popular Posts