is this pdf ai a good way to learn basic c++ and game design?

Posted by ChrispyGuy420@reddit | learnprogramming | View on Reddit | 2 comments

i found this ai

chatpdf.com

and decided to feed it a bunch of coding and game dev/design books. now im having it teach me everything in those books because i couldnt stay awake long enough to read them all. i know it wont be the same as getting a real teacher, but this is $20 a month and im broke. anyways, here is the list of books i gave it

3D Game Programming All In One

C++ Programming Language, 4th Edition by Bjarne Stroustrup

Beginning C++ Through Game Programming

Game Design: Theory and Practice

Coding for Beginners in Easy Steps: Basic Programming for All Ages

C++: The Complete Reference

The C++ Programming Language

The C++ Programming Language, 2nd Edition, Volume 1

The C++ Programming Language, 2nd Edition, Volume 2

and here is the lesson plan it was able to make with those books

Lesson 1: Control Structures and Functions

1.1 Control Structures

1.2 Functions

1.3 Practice Exercises

Lesson 2: Object-Oriented Programming (OOP) Concepts

2.1 Introduction to OOP

2.2 Classes and Objects

2.3 Inheritance

2.4 Polymorphism

2.5 Practice Exercises

Lesson 3: Advanced Data Structures

3.1 Introduction to STL (Standard Template Library)

3.2 Using Vectors

3.3 Lists and Deques

3.4 Maps and Sets

3.5 Practice Exercises

Lesson 4: Exception Handling and File I/O

4.1 Exception Handling

4.2 File I/O

4.3 Practice Exercises

Lesson 5: Templates and the Standard Template Library (STL)

5.1 Introduction to Templates

5.2 Using STL Algorithms

5.3 Practice Exercises