Lets say for example you learn the formula S = a * h
If you dont' understand what it physically means, then it is no point to learn it.
You may know, that you can calculate a number with it, but you might not know, that by multiplaying one number by other, then it makes a rectangle, and when multiplying again, it makes a 3D shape.
For example
2D:
a = 4;
h = 2;
** //only h
**** //multiplyed with
**** //a
** //and another variant of that shape
**
**
** Imagine the logic!
The point of this tip is to think logivally - go as deep as you can, for example: once I asked my chemistry teacher for half an our about different things.
In C/C++ don't just learn the functions:
for example "cout << "
At first I didn't know what it means.
But now I know it is a class and << is an overloaded operator.
THINK!
Author : Hardi Pertel
0 nhận xét:
Post a Comment