Back to Browse

c-strings: input, output, and storage using arrays and getline

3.9K views
Mar 1, 2023
7:46

Let's learn about strings and how they are stored as c-strings in C++. We'll look at how they are represented in memory, how to store them in arrays, how to let the user enter them (including spaces), and how to display them to the user as output. In this C++ tutorial for beginners, we'll use Visual Studio Community 2022 to demonstrate the usage of C-strings // Learn More // Characters, C-Strings, & The string Class playlist: https://youtube.com/playlist?list=PLaatXkJEXKyJ4MtSbsJ0MMtp58icalbxj Check out my C++ Videos play list: https://www.youtube.com/playlist?list=PLaatXkJEXKyIK736SvHJBY6cc8azGaxXo // Consider supporting this channel in multiple ways // https://paypal.me/hankstalica1 Bitcoin: 177wfkQwzXiC8o2whQMVpSyuWUs95krKYB Dogecoin: DRK2HDp3ZkkbFpvGZnVgMVosnBhPv8r3uP

Download

0 formats

No download links available.

c-strings: input, output, and storage using arrays and getline | NatokHD