Tag c

3 bookmarks have this tag.

My personal C coding style as of late 2023

Reposted nullprogram.com/blog/2023/10/08
c,programming

Elements of C Style

www.teamten.com/lawrence/style

Заметки о том, как писать и оформлять код на Си

c,programming

Surviving the Release Version

www.codeproject.com/Articles/548/Surviving-the-Release-Version

OK, your program works. You've tested everything in sight. It's time to ship it. So you make a release version.

And the world crumbles to dust.

You get memory access failures, dialogs don't come up, controls don't work, results come out incorrectly, or any or all of the above. Plus a few more problems that are specific to your application.

Now what?

That's what this essay is all about.

c,essay,programming