Pages
(Move to ...)
Home
Principles & Practice
Misc. Guides/Projects
Resources
Game Demos
YouTube
▼
Friday, 18 November 2022
Chapter 25 // Exercise 8 - Principles & Practice Using C++
In this exercise I am using Visual Studio 2019 and a modified version of the std_lib_facilities header
found here.
Chapter 25 // Exercise 8
Write out the numerical values of each character on your keyboard.
Github:
https://github.com/l-paz91/principles-practice/blob/master/Chapter%2025/Exercise%208
I cheated and just printed out all the ascii characters in a for loop as they're all on my keyboard anyway.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment