Skip to content

RonFredericks/module1Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module1Lab
Intermediate C++
Microsoft: Dev210.2x
https://courses.edx.org/courses/course-v1:Microsoft+DEV210.2x+1T2018/course/

Results after running project from Visual Studio 2017...

Inside function PassByValue
num2 value: 4
Inside main()
num1 value: 3
Inside function PassByRef
pNum2 value: 50
Inside main()
pNum value: 50
Inside function PassByValue
num2 value: 51
Inside main()
*pNum value: 50
aDouble value dereferenced: 9
Hello from Ron Fredericks, 65 years old, height of 5.1, and weight of 230
after call to ModifyPerson(Person)
Hello from Tony Hilfigure, 35 years old, height of 5.6, and weight of 176
Press any key to continue . . .

About

module1Lab from Microsoft: Dev210.2x: Intermediate C++ on edX.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published