From a2b4f54dc673935785807ab0ffeef120032adbab Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Mon, 8 Apr 2024 07:08:01 -0700 Subject: [c/*] remove suggestion to Google --- c.html.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'c.html.markdown') diff --git a/c.html.markdown b/c.html.markdown index a737696f..4e2c2cdf 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -909,8 +909,7 @@ Node createLinkedList(int *vals, int len); ## Further Reading -Best to find yourself a copy of [K&R, aka "The C Programming Language"](https://en.wikipedia.org/wiki/The_C_Programming_Language) -It is _the_ book about C, written by Dennis Ritchie, the creator of C, and Brian Kernighan. Be careful, though - it's ancient and it contains some +Best to find yourself a copy of [K&R, aka "The C Programming Language"](https://en.wikipedia.org/wiki/The_C_Programming_Language). It is _the_ book about C, written by Dennis Ritchie, the creator of C, and Brian Kernighan. Be careful, though - it's ancient and it contains some inaccuracies (well, ideas that are not considered good anymore) or now-changed practices. Another good resource is [Learn C The Hard Way](http://learncodethehardway.org/c/) (not free). @@ -921,6 +920,4 @@ It's very important to use proper spacing, indentation and to be consistent with Readable code is better than clever code and fast code. For a good, sane coding style to adopt, see the [Linux kernel coding style](https://www.kernel.org/doc/Documentation/process/coding-style.rst). -Other than that, Google is your friend. - [1] [Why isn't sizeof for a struct equal to the sum of sizeof of each member?](https://stackoverflow.com/questions/119123/why-isnt-sizeof-for-a-struct-equal-to-the-sum-of-sizeof-of-each-member) -- cgit v1.2.3