Hello.

I'm a 39 year old man from the northwest of England, self-trained in computer programming. I'm trying to learn C++.

So far, I've read the first 3 chapters of "A Tour of C++". I'm understanding everything, but I regret that there are no exercises for me to do - I have to invent my own. I have watched some CPPCon videos, but a lot of them goes over my head.

I wonder what I should study next. Reading more of "Tour" doesn't feel right.

For the record, this is what I have read so far this year:

Code:
Computers
  The C Programming Language by Brian Kernighan & Dennis Ritchie (1988)
  A Tour of C++ by Bjarne Stroustrup (2014) (first 3 chapters)
  Why <cstdlib> is more complicated than you might think by Jonathan Wakely (2016)
  Managing Projects with GNU Make (3rd edition) by Robert Mecklenburg (2005) (up to page 32)
  Bash Reference Manual (up to 3.2.4)
  Vimtutor v1.7 (by multiple authors)
  MC6809 8-bit Microprocessor Programming Manual by Motorola (1981) (first 3 chapters)
  The MC6809 Cookbook by Carl D. Warren (1980)
  asm6809 manual by Ciaran Anscomb (2017)
  68000 Programmer's Reference Manual by Motorola (1992)
  Mastering the 68000 Microprocessor by Phillip R. Robinson (1985) (first 4 chapters)
  How to Make Computer-Controlled Robots by Tony Potter (1984)
  Commodore 64 User's Handbook by Weber Systems (1983) (first 3 chapters)

Man pages
    builtin
    c89
    c99
    cat
    echo
    exit
    head
    printf
    pwd
    rm
    rmdir
    sleep
    tail
    touch
    wc