C++ Programming - How to Use and Format the iostream?? (cin/cout.flags) - SavvyNik [Highlight]
C++ Programming [Highlight] where we use Visual Studio Code on Linux. This C++ Tutorial is intended for C/C++ Beginners with Programming in 2022 and will show you how to use and format iostream (cout). Iostream allows you to receive/send basic user input/output. C/C++ allows you to format this stream of characters that are output to the user (cout) using cout.flags() so that you can display it in the intended way to the user. Learn how to use cout.flags() to format cout.
This is a highlight of a live stream. We went over previous C/C++ episodes and did a review. In this review we looked at the cout.flags() function and then figured out how to format the iostream in C/C++. If you would like to watch the entire live stream here's a link - https://youtu.be/XHLCI8Z-o68 this includes more information and covers more topics on C/C++ programming as a review of the series for C/C++ Beginners.
My Linux Cheat Sheet and 25 Page Checklist here:
📚 https://learn.savvynik.com
Share this free tool and support Small YouTubers
https://editbulk.com
(I made this tool to help creators)
Want more info/content?
https://savvynik.com
Useful Links/Commands:
Discord Link: https://discord.gg/zZD5q92
00:00 Intro
00:15 Using Cout
02:15 Using Cin
03:15 Running Simple Program
04:30 Formatting Cout
05:42 Hex Formatting
07:10 Available Formats Flags
08:29 Show Base Format
09:40 Functions for Setting Flags
10:29 BoolAlpha Flag
12:29 Outro
#cpp #programming #highlight