I want to know more about C++.
Presently my knowledge ranges from basic functions to classes to data file handling.Tell me what to do?
I also want to learn about hacking (and NOT cracking)through C++.
Please give me directions.
You should be more specific about what you mean by "hacking", if you mean doing something illegal then this is not the place. To really learn c++ you should think of a project, maybe start small and just keep coding. The more you code the more you learn. If you want to learn to hack then google is your best friend, read read read.
Effective C++: 55 Specific Ways to Improve Your Programs and Designs by Scott Meyers More Effective C++: 35 New Ways to Improve Your Programs and Designs by Scott Meyers Effective STL: 50 Specific Ways to Improve the Use of the Standard Template Library by Scott Meyers
The C++ Standard Library: A Tutorial and Reference by Nicolai M. Josuttis C++ Templates: The Complete Guide by David Vandevoorde, Nicolai M. Josuttis
Introduction to Algorithms by TH Cormen
and write code ... lots and lots of code.
nitingupta wrote:
I also want to learn about hacking (and NOT cracking)through C++.
hacking (and NOT cracking)
there is a book called "advanced linux programing" which may help you with hacking.
also lean encryption/decryption and system programing.