The C++ Built-In Data Type and Arrays
The C++ Built-In Data Type
C++ provides built-in support for primitive arithmetic data types such as integer:
//declares an integer object, ival
//initialized to a first value of 1024
int ival = 1024;
It also supports double precision and single precision floating point data types: Continue reading
Basic Guide in Programming
Part I. Introduction
How to Solve a Problem?
Personality
Personality as Defined by Psychologists
The origin or the ethymological derivative of personality comes from the word “persona”, theatrical masks worn by the Romans in Greek and Latin drama. Personality also comes from the two Latin words “per” and “sonare”, which literally means “to sound through”. This concept extends to Jung’s component of “persona”, meaning “public image”, which refers to the role expected by social or cultural convention. Continue reading






