Is this book like The C Programming Language? I mean not only teaching the language, but also improving your skills, brightening you and giving an insight.
Or this is just a piece of shit that explains the syntax and nothing more?
>>14
Whether it's being compiled to native code or not is irrelevant, it's still being compiled.
And even when it's compiled to bytecode, it's still not strictly being interpreted. The JVM may use JIT compilation, so the code is run natively and not interpreted.
So which book you suggest for learning C++ for a decent C programmer? I also know about OOP concepts because I had to develop a course project with Java. But still of course I would not prefer a book which presents a quick tuto about the language itself, but rather a book with an insight.