Coding Challenge

The Partridge Family were neither partridges nor a family. Discuss.
albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Coding Challenge

Post by albinopapa » April 12th, 2019, 6:50 am

I guess you need to change line 25 to:

Code: Select all

			optional_size_t optional = { 1, ( uintptr_t )i };
			return optional;
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

Post Reply