Changes

Jump to: navigation, search

C

263 bytes added, 16:23, 28 February 2019
no edit summary
=C and C++ Compiler=
A [https://en.wikipedia.org/wiki/List_of_compilers#C_compilers C-Compiler] is used to translate the source program, usually [https://en.wikipedia.org/wiki/ASCII ascii-text ] files with the extension .C, to so called [https://en.wikipedia.org/wiki/Object_file object files], containing machine instructions. A [[https://en.wikipedia.org/wiki/Linker_(computing) linker]] binds all the object files together with libraries containing external functions (and data) to build an executable program.
* [https://en.wikipedia.org/wiki/AMD_Optimizing_C/C%2B%2B_Compiler AMD Optimizing C/C++ Compiler]
* [https://en.wikipedia.org/wiki/Clang Clang]
* [http://www.talkchess.com/forum/viewtopic.php?t=59464 Crafty c questions] by [[J. Wesley Cleveland]], [[CCC]], March 10, 2016 » [[Crafty]]
* [http://www.talkchess.com/forum/viewtopic.php?t=66624 I'm not very happy with the do {} while() statement in C] by [[Michael Sherwin]], [[CCC]], February 18, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=69512 Writing bugs] by [[Ed Schroder|Ed Schröder]], [[CCC]], January 06, 2019
=External Links=

Navigation menu