Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

tmpnam() Function To Create Temporary Filenames | C Programming Tutorial

1.7K views on YouTube

How to use the tmpnam() function to generate available temporary filenames in C. The tmpnam() function is still used in C programs but it is now deprecated and is being phased out in favour of more secure options which will be covered in future videos! Source code: https://github.com/portfoliocourses/c-example-code/blob/main/tmpnam.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!