Back to Browse

C++ Tutorial 22 - Simple Hangman Game (Part 3)

33.2K views
Nov 1, 2017
17:40

C++ Tutorial 22 - Simple Hangman Game (Part 3) In this video we will finish up the hangman game in C++. In this part we make a function to load a random word from the file and use the vector to store it. In the and we add the input for the user so the game can be played. This game will not require any advanced C++ topics, so you can do it with the beginner basic knowledge of C++. Source code: https://pastebin.com/UvEgGazt Great C++ books that I recommend for beginners: C++ Without Fear: A Beginner's Guide That Makes You Feel Smart (3rd Edition) http://goo.gl/E97FMo C++ Primer Plus (6th Edition) (Developer's Library) http://goo.gl/dcdEgi Programming: Principles and Practice Using C++ (2nd Edition) http://goo.gl/gBh4vg There is also a new IDE available for free it's Visual Studio 2015 that contains the newest C++ compiler. VS 2017 Community: https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15# If you have any questions I'll be glad to answer, please leave a comment on the video. Thanks for watching and please subscribe.

Download

0 formats

No download links available.

C++ Tutorial 22 - Simple Hangman Game (Part 3) | NatokHD