Transcription: People sometimes ask us if they can just skip learning C and start out writing C++. We don't recommend that. C is a pretty complex language by itself, and to put C++ on top of that is too much to learn at once. So as we talk about programming in C++, we're going to assume that you already know C. Now, you don't have to be a world expert in C to follow what we're saying, but you should understand the basics. In particular, if you haven't used structs, you should really learn about them before going ahead with C++.