About advanced C++

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.
I am definitely not thinking about anything illegal.I also mentioned that here -
about hacking (and NOT cracking)
closed account (1vRz3TCk)
nitingupta wrote:
Presently my knowledge ranges from basic functions to classes to data file handling.Tell me what to do?
Without knowing where you have been it is hard to give directions as to where to go next.

You could take a look at some books, some ideas for good books:
C++ Primer by Stanley B. Lippman, Josée Lajoie and Barbara E. Moo
The C++ Programming Language: Third Edition by Bjarne Stroustrup
Exceptional C++ by Herb Sutter
More Exceptional C++: 40 More Engineering Puzzles, Programming Problems, and Solutions By Herb Sutter
Exceptional C++ Style: 40 New Engineering Puzzles, Programming Problems and Solutions by Herb Sutter
C++ Coding Standards: Rules, Guidelines, and Best Practices by Herb Sutter

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++.
Learn 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.

cheers!
Thanks a lot everyone.
I want to write more and more code.Tell me some to practice or just suggest a book which is exclusively for C++ exercises
Topic archived. No new replies allowed.