C Family: Difference between revisions

From My Mnemonic Rhyme
Jump to navigation Jump to search
>Homaar
 
m (Weiss moved page C to C Family)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=C#=
Format digits in strings
<pre>
GameObject.Find("Rate").GetComponent<TMP_Text>().text = $"{winCount/trialCount:#0.0} %";
</pre>
=C links=
=C links=
* http://openbook.galileocomputing.de/c_von_a_bis_z/
* http://openbook.galileocomputing.de/c_von_a_bis_z/
Line 7: Line 14:
* Nanosleep by Example
* Nanosleep by Example
** http://cc.byexamples.com/2007/05/25/nanosleep-is-better-than-sleep-and-usleep/
** http://cc.byexamples.com/2007/05/25/nanosleep-is-better-than-sleep-and-usleep/
=C++ Links=
*https://codereview.stackexchange.com/questions/121192/snakes-game-using-ncurses
*https://de.wikibooks.org/wiki/Ncurses:_Einleitung

Latest revision as of 16:36, 11 March 2023