Home » Archives for October, 2009
Getline Function in C++
The “getline” Function:
The “getline” is used to read a text file one line at a time. This function reads a sequence of characters, including spaces, until the end-of-line (or ‘\0’) character is reached. Its syntax is:
object.getline(string, n);
where:
object: represents the created object of ifstream (or fstream) class.
getline: represents a member function of the object.
string: represents...
Get Function in C++
The “get” Function:
The “get” function is used to read a text file one character at a time. The pointer automatically shifts to the next character after reading a character. The syntax of this member function is:
object.get (var);
Where:
object: represents created object of ifstream (or fstream) class.
get: represents a member function of the object.
var: represents a char type variable...
Classification of Research
Classification of Research
Whenever a researcher begins to conduct a study or research, type of research must be decided. Researcher should well aware of the advantages and disadvantages of the each type and choose the suitable for his or her study.
Four dimensions we should look for classification of research:
Purpose of Research
Uses of research
How the time will be treated (time dimension)
Research...
Research and its Value
What is Research?
Generally the image of research comes into our mind that it is something happening in the laboratory where some scientists are supposed to do some experiments. But if somebody trying to find out the opinion about packaging of milk through an interview is also doing research. The process of finding solutions to any problem after some analysis and study of situation is called research....
Management Essentials and Concepts
What is Management?
The process of different resources are working together to accomplish organizational goals is called management. Manager found to be good when they do those things effectively and efficiently. Effectiveness is to achieve the organizational goals and efficiency is to achieve goals minimum resources wastage. Minimum resources wastage is defined as the best possible use of people,...