You can make functions static in a header file to make it "local" to that file. meaning any file that includes that header, it wont be able to use that static function. This might be slightly better instead of the prefixes in your function names.
@@GreggInkCodes More than that, the colors, or rather the contrast, matter. A few of the colors used for syntax highlighting, makes it rather hard to read. And of course, I also enjoy your videos, a lot, and have been rather inspired by them, as well, so thank you. Hope to see more.
Glad to find another quality video series on C.
Fantastic videos, answering all my questions about terminal control in c!
enjoying all your C videos. yes, please continue to share the developement of your code viewer. thanks!
Absolutely great work! thank you for making quality for us, i love your videos!
Tremendous tutorial! Loved it man! 💖💖💖
Ah, here we go! Thanks!
great work man ,keep up
You can make functions static in a header file to make it "local" to that file. meaning any file that includes that header, it wont be able to use that static function. This might be slightly better instead of the prefixes in your function names.
Did you ever figure out a better solution to the timing challenge?
I did not, however, it has been working fine for me.
No doubt, I'm just not happy this type of solution, but thanks for the reply. I'm sure will find a better solution, if one exists.
Are you able to record your videos in 1080P? If not, can you make your text bigger on future videos? Thank you!
Unfortunately, I don't believe my poor little laptop will handle 1080p. I can make the text bigger, sure.
@@GreggInkCodes More than that, the colors, or rather the contrast, matter. A few of the colors used for syntax highlighting, makes it rather hard to read.
And of course, I also enjoy your videos, a lot, and have been rather inspired by them, as well, so thank you. Hope to see more.
Did you continue the codeviewer command?
I have done some work on it but I haven't yet sorted out all the bugs.