> For the complete documentation index, see [llms.txt](https://mr-poston-1.gitbook.io/c++/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mr-poston-1.gitbook.io/c++/1.-c++-basics/1.1-input-output-and-program-structure/1.1.1-welcome-to-data-structures-in-c++.md).

# 1.1.1 Welcome to Data Structures in C++

This course is designed for students that are familiar with at least one programming language (not necessarily C++). The course will review some basic computer science ideas such as loops, conditionals, and functions, however you should already have an understanding of the concepts.

While you will be working in the C++ language, the concepts of this course can be applied to any language.
