How can i learn c programming language fast ?
If you want to create any kind of software, you first have to learn programming in general. Your first step should be to get a good book that teaches you the fundamentals. A good book to start is: http://www.ibiblio.org/obp/thinkCS/ (I strongly recommend the python version here) This book is so well because it does not waste time teaching you a specific language or libraries but concentrates you on how to program. Then you need to learn object oriented programming. A good book that does this is this book about Java: “Thinking in Java” http://mindview.net/Books/TIJ4 and you need to know about low level programming. Here, I recommend this book: “The C Programming Language” http://www.amazon.com/exec/obidos/tg/det… And then, to become a really good hacker, you will have to read thi