(04-11-2013, 05:00 PM)kiro1997 Wrote: Thank you... but i don't get the point what is the connection between C++ mathematics and hacking ...
The answer is: Problem solving.
You need some knowledge in math in order to program. It is not necessary for all kinds of programs. But it is for certain topics, algorithms as well as to understand what is really going on, why some algorithms are faster than others and why some algorithms even work the way they do.
You really need mathematics to write algorithms in: Graphics, cryptography, artificial intelligence, ...
But also some really basic algorithms, which you need for all kinds of programs need mathematical knowledge, i.e. permutations and combinations. You definitely need to know how to convert between numbering systems (i.e. heximal <-> decimal <-> binary) or you won't get very far with programming.
Hacking without programming might be possible as there are certain kinds of hacking which don't even require a computer; but if you really want to achieve something in the it securitiy field, you should learn how to program.
I agree with Ex094 that doing what you like most is the best motivator. You will soon discover your limits. You will probably recognize when you need to dig deeper into math. But then you have a certain goal, i.e. a project that motivates you.