C++ without classes

Are there any books that teach programming without classes and other bloated stuff? Maybe books aren't even needed and practice is all you need?

It is called C. You just write C code. And if you really need - compile it with C++ compiler to use some features of C++ you find useful, for example, maybe function overloading.