All public logs

Jump to navigation Jump to search

Combined display of all available logs of Computernewb Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:15, 20 May 2022 Undefishin talk contribs created page C (Created page with "C is a language made by Dennis Ritchie in 1972. Unlike alot of languages of today, C is not dynamic. There is no support for things like garbage collection, methods, operator overloading, dynamic types and generics. == Basic Data Types == *bool: 1 byte. despite being a boolean, it can actually store numbers up to 128. *int: 2 or 4 bytes. *float: 4 bytes and supports numbers with 6 decimal places. *double: 8 bytes and supports numbers with 15 decimal places. == Examples...")