×

Jesus Hilario Hernandez's video: 5: Pointer Rewrite - Chapter 9 - Tony Gaddis - Starting Out With C

@#5: Pointer Rewrite - Chapter 9 - Tony Gaddis - Starting Out With C++
“ : Pointer Rewrite - Chapter 9 - Tony Gaddis - Starting Out With C++" is my solution to programming challenge from chapter 9 in Tony Gaddis's​ book, "Starting Out with C++ from Control Structures to Objects (9th Edition)" The Problem: The following function uses reference variables as parameters. Rewrite the function so it uses pointers instead of reference variables, and then demonstrate the function in a complete program. int doSomething(int &x, int &y) { int temp = x; x = y * 10; y = temp * 10; return x + y; } The Solution: https://jesushilarioh.com/chapter-9-5-pointer-rewrite-tony-gaddis-starting-out-with-c-plus-plus/ Chapter 9 YouTube playlist: https://www.youtube.com/playlist?list=PL-ZkhVVp9xcNCtqq9-tB0Kem7ZO6rnoWd Chapter 9 blog posts: https://jesushilarioh.com/tag/starting-out-with-c-plus-plus-chapter-9-programming-challenges-solutions/ About: I enjoy teaching and sharing knowledge of the things that I am passionate about. I am a husband and a father, far from perfect, and striving to be better every day. Thank you for taking an interest in what I do! Leave a tip!: https://www.jesushilarioh.com/support Contact: https://jesushilarioh.com/contact Links: https://jesushilarioh.com/links Keywords: — Recommended Books: Starting out with C++: https://amzn.to/31DrceZ Data Structures and Algorithms in C++: https://amzn.to/32DTWUb Starting Out with Python, Global Edition: https://amzn.to/3ltuppn Cracking the Coding Interview: 189 Programming Questions and Solutions: https://amzn.to/2EKy7dl Data Structures and Algorithms in Java (2nd Edition): https://amzn.to/34IPI0g Elements of Programming Interviews in Python: The Insiders' Guide: https://amzn.to/2QE8uxr Clean Code: A Handbook of Agile Software Craftsmanship: https://amzn.to/3jsnzi9 Web Design with HTML, CSS, JavaScript and jQuery Set: https://amzn.to/2EHid3r Equipment Used: Blue Snowball iCE USB Mic: https://amzn.to/2EMi0w0 PoP voice Upgraded Lavalier Lapel Microphone: https://amzn.to/3lvaPJp Sabrent USB External Stereo Sound Adapter for Windows and Mac: https://amzn.to/3hJo3jn Apple MacBook Pro Retina MF843LL/A 13” Laptop: https://amzn.to/2D9opAK Powerbeats³ Wireless Headphones: https://amzn.to/2EH1HRf HP 15-DY1051WM Notebook: https://amzn.to/3gGIWuj Recently Read Books: The Total Money Makeover: Classic Edition: A Proven Plan for Financial Fitness: https://amzn.to/3ltvKfT Smart Money Smart Kids: Raising the Next Generation to Win with Money: https://amzn.to/2EQe0e0 The 5 Love Languages of Children: The Secret to Loving Children Effectively: https://amzn.to/2EOCYtW Hero: Being the Strong Father Your Children Need: https://amzn.to/32yoKpo Good to Great: Why Some Companies Make the Leap...And Others Don’t: https://amzn.to/3hKnlTc Boundaries Updated and Expanded Edition: When to Say Yes, How to Say No To Take Control of Your Life: https://amzn.to/2Qybv2u Driven to Distraction (Revised): Recognizing and Coping with Attention Deficit Disorder: https://amzn.to/3hSWZOA Overcoming Distractions: Thriving with Adult ADD/ADHD: https://amzn.to/32B5MhP

2

1
Jesus Hilario Hernandez
Subscribers
6.7K
Total Post
457
Total Views
40K
Avg. Views
434.7
View Profile
This video was published on 2020-12-04 07:20:31 GMT by @Jesus-Hilario-Hernandez on Youtube. Jesus Hilario Hernandez has total 6.7K subscribers on Youtube and has a total of 457 video.This video has received 2 Likes which are lower than the average likes that Jesus Hilario Hernandez gets . @Jesus-Hilario-Hernandez receives an average views of 434.7 per video on Youtube.This video has received 1 comments which are lower than the average comments that Jesus Hilario Hernandez gets . Overall the views for this video was lower than the average for the profile.Jesus Hilario Hernandez #5: #5 #CPlusPlus #ProgrammingChallenges #StartingOutWithCPlusPlus has been used frequently in this Post.

Other post by @Jesus Hilario Hernandez