We are still actively working on the spam issue.

Difference between revisions of "C Help and Discussion"

From InstallGentoo Wiki
Jump to: navigation, search
(Reformatted page and added challenge image.)
Line 1: Line 1:
 
[[File:Clogotrans.png|200px|thumb|right|The C Programming Logo]]
 
[[File:Clogotrans.png|200px|thumb|right|The C Programming Logo]]
 +
[[File:G_programming_challenges.png|thumb|320px|A set of challenges]]
  
 
C Help and Discussion is an ongoing general. In it people discuss C/C++ programming, projects that they and others are working on.
 
C Help and Discussion is an ongoing general. In it people discuss C/C++ programming, projects that they and others are working on.
 
Show what your working on, and go mess around someones else's code.
 
Show what your working on, and go mess around someones else's code.
 +
 +
 +
== C Misconceptions ==
 +
=== C is a small language! ===
 +
C is often called a small language but this is simply not true. Its small RELATIVE to other languages. The set of information that is C is quite large on its own and takes a long time to master completely ("Master" could be defined as the ability to write a working standards-compliant compiler).
 +
  
 
== Useful Links ==
 
== Useful Links ==
 
 
=== Getting started ===
 
=== Getting started ===
  
Line 25: Line 31:
  
 
- [https://codeberg.org/xolatile/chad Chad]
 
- [https://codeberg.org/xolatile/chad Chad]
 
== C Misconceptions ==
 
=== C is a small language! ===
 
C is often called a small language but this is simply not true. Its small RELATIVE to other languages. The set of information that is C is quite large on its own and takes a long time to master completely ("Master" could be defined as the ability to write a working standards-compliant compiler).
 

Revision as of 21:08, 29 March 2023

The C Programming Logo
A set of challenges

C Help and Discussion is an ongoing general. In it people discuss C/C++ programming, projects that they and others are working on. Show what your working on, and go mess around someones else's code.


C Misconceptions

C is a small language!

C is often called a small language but this is simply not true. Its small RELATIVE to other languages. The set of information that is C is quite large on its own and takes a long time to master completely ("Master" could be defined as the ability to write a working standards-compliant compiler).


Useful Links

Getting started

- Hello World!

- C FAQ

Books

- K&R PDF

- KING PDF

Notable Projects Summited

- Dotris

- TeaChess

- Chad