discussions i've started |
| Mylot sign in and logout
Do you know the difference between sign in and logout of mylot site?What I found right now is funny.
It is very easy to sign in.&
very very difficult to... | |
| |
| The planning,design,construction,and management of all types of works and facilities including building and structures,transportation facilities,water resource development projects,power generation... | |
| |
| How to skillfully talk to people:
Take these four words out of your vocabulary-
" I, me, my, mine "
Substitute for those four words, one word, the
most powerful word spoken by the... | |
| |
| The honest answer is that we cannot say categorically what life is.
The best we can do is to list those attributes of living organisms
that distinguish them from non-living matter.These are as... | |
| |
| Today reflexology refers to a method of treatment whereby reflex points in the feet are massaged in a particular way to bring about an effect in areas of the body quite distant from the feet.There... | |
| |
| Interdependence:Maturity continuum
Interdependence is the paradigm of we-
we can do it;we can cooperate;we can combine our talents and abilities and
create something greater... | |
| |
| Financial Dependency on Internet
If somebody wants to depend on Internet and earn as much as possible what should
be the ratio of outside earning and internet earning?Can one fully depend... | |
| |
| c and c++ programming difference-II:No Boolean Type:C does not provide a native boolean type.
You can simulate it using an enum, though:
typedef enum{FALSE, TRUE} bool; | |
| |
| c and c++ programming difference-VIII:
You must declare functions before use
Although most good C code will follow
this convention, in C++ it is strictly
enforced that all functions... | |
| |
|
c and c++ programming difference-VII:Freeing arrays: new[] and delete[]In C, there's only one major memory allocation function: malloc.
You use it to allocate both single elements... | |
| |
|
|
|