freeCodeCamp/guide/english/c
tjowers95 e933bba8a3 Really elaborating on the network topic to be nearly all inclusive (#36140)
This might be better put in a topic separate from C, its own topic, since the network socket interface is accessible in Java, C#, Python, PHP, NodeJS, etc. . Since the socket api is written in C itself, the system calls, and most languages will use these same C system calls, I think it still works to offer the main explanation in C, then either have an example server and client in every language PHP, Ruby, Java, C#, Obj-C, etc
2019-07-19 16:15:00 -05:00
..
appendix Added Source Code, cleaned up... (#26314) 2019-01-03 09:36:22 -05:00
arrays Update index.md (#34846) 2019-01-15 14:19:09 -06:00
arrays-and-strings Updated review in index.md (#32503) 2018-12-26 11:35:45 -07:00
basic-networking Really elaborating on the network topic to be nearly all inclusive (#36140) 2019-07-19 16:15:00 -05:00
calloc Created documentation of calloc (#27558) 2019-02-10 17:22:55 -08:00
conditional-statements Fixed formatting issues. (#35137) 2019-03-26 19:56:50 +05:30
data-types added range of values (#33656) 2019-06-27 15:46:11 -07:00
dynamic-memory-management Added topic about Valgrind (#29902) 2019-06-27 16:35:06 -07:00
file-handling fix: Restore missing emojis and fix broken links (#35703) 2019-03-29 12:52:56 -07:00
for fix replace output with shell for language postfix 2019-06-25 16:57:43 +08:00
format-specifiers Added some more format specifiers (#30135) 2019-06-27 22:32:59 -07:00
functions Added the limitations of return type function (#32376) 2019-06-11 17:55:25 -07:00
hello-world described return 0. (#32117) 2019-02-13 20:46:36 -06:00
if update text (#31958) 2019-03-12 12:40:32 -07:00
if-statements Added a tip and a statement (#30277) 2019-04-17 17:36:58 +05:30
loops Deleted " ++number statement from Floyd's Triangle " (#30858) 2019-01-08 12:11:10 -07:00
macros Added 'difference between macros and functions'part (#32372) 2019-02-20 01:05:00 -05:00
malloc Added malloc() review (#33307) 2019-04-08 07:54:04 -07:00
math fix replace #include with c for language postfix 2019-06-25 16:57:43 +08:00
more-math typo guide c more-math rightshift (#31663) 2018-12-17 10:48:36 -07:00
operators Added a 'Note' part. (#32776) 2019-06-25 11:04:53 -07:00
passing-pointers-to-function Add an interesting application of passing pointers to functions (#23831) 2019-02-10 10:30:03 -08:00
pointers fix(guide) Replace invalid prism code block names (#35961) 2019-05-15 19:08:19 +02:00
short-circuit-evaluation Fixed a compilation error and some spelling mistakes (#30984) 2019-01-15 15:03:52 -06:00
structured-data-types corrected spelling (#30261) 2019-01-15 15:05:26 -06:00
structures elaborated on ptr to structs and typedef usage (#30511) 2019-06-08 20:15:13 -05:00
switch Added a conditional note on application of break and continue (#33298) 2019-01-29 12:14:56 -07:00
ternary-operator simplified ternary operator article (#33077) 2019-01-15 15:43:30 -06:00
variables fix replace sh with shell for language postfix 2019-06-25 16:57:43 +08:00
variables-and-basic-datatypes Fixed misspelling and capitalization in C Guide (#29966) 2019-01-15 15:16:52 -06:00
index.md refactor: fixed formatting/spelling/grammar, added table of contents (#34704) 2018-12-18 17:27:26 -08:00