c++

  1. Father

    Google: "C++ is in the past, Rust is our future"

    The company described the experience of its developers in migrating projects as extremely positive. At the recent Rust Nation UK conference in London, Lars Bergstrom, Director of Engineering at Google, spoke about the company's positive experience in migrating projects written in Go and C++ to...
  2. Jollier

    Writing a password stealer for Chrome and Firefox in C++. For the little ones.

    Most recently, we have already looked at the simplest examples of writing a keylogger and RAT in C++. But this is just the beginning. And today we will consider writing a stealer in this wonderful programming language. Let's first figure out what a “stealer” or simply “stealac” is, although...
  3. Carder

    Expert C++: Become a proficient programmer by learning coding best practices with C++17 and C++20's 2020-12-28

    C ++ has evolved over the years and the latest standard, C ++ 20, has recently become available. Since C ++ 11, C ++ has been constantly expanding its set of language features. This book is a guide to learning the intricacies of the language, methods, tools and new features introduced in C ++...
  4. Carder

    Beginning C++ Game Programming (2019) - John Horton 2020-12-28

    The first edition of this book has been updated and improved to cover the latest features in Visual Studio 2019, SFML, and modern C ++ programming techniques. The book is a fun introduction to game programming. You will learn how to create clones of popular games like Timberman, Pong, zombie...
  5. Carder

    Hands-On C++ Game Animation Programming (2020) - Gabor Szauer 2020-12-28

    Animation is one of the most important parts of any game. The author of this book walks you through everything it takes to create and run an optimized, ready-to-go animation system. As you work through the book, you will create a modern animation system and become familiar with optimization...
Top