Difference between revisions of "Template:C programming language"

From blackwiki
Jump to navigation Jump to search
imported>Sbmeirow
(fix)
 
(34 intermediate revisions by 26 users not shown)
Line 1: Line 1:
 
{{Navbox
 
{{Navbox
| name = CProLang
+
| name = C programming language
 
| title = [[C (programming language)|C programming language]]
 
| title = [[C (programming language)|C programming language]]
 
| state = {{{state|autocollapse}}}
 
| state = {{{state|autocollapse}}}
Line 7: Line 7:
 
| above =
 
| above =
 
*[[ANSI C]]
 
*[[ANSI C]]
**[[ANSI C#C89 and C90|C89 and C90]]
 
 
*[[C99]]
 
*[[C99]]
 
*[[C11 (C standard revision)|C11]]
 
*[[C11 (C standard revision)|C11]]
 +
*[[C17 (C standard revision)|C17]]
 +
*[[C2x]]
 
*[[Embedded C]]
 
*[[Embedded C]]
 
*[[MISRA C]]
 
*[[MISRA C]]
  
| group1 = C features
+
| group1 = Features
 
| list1 =
 
| list1 =
 
*[[Subroutine|Functions]]
 
*[[Subroutine|Functions]]
*[[Include_directive#C|Header files]]
+
*[[Include directive#C|Header files]]
*[[:Category:C libraries|Libraries]]
 
 
*[[Operators in C and C++|Operators]]
 
*[[Operators in C and C++|Operators]]
*[[Null-terminated string|String]]
+
*[[C string handling|String]]
 
*[[C syntax|Syntax]]
 
*[[C syntax|Syntax]]
 
*[[C preprocessor|Preprocessor]]
 
*[[C preprocessor|Preprocessor]]
*[[C data types|Variable types and declarations]]
+
*[[C data types|Data types]]
  
| group2 = [[C standard library|C standard library functions]]
+
| group2 = [[C standard library|Standard library]]
 
| list2 =
 
| list2 =
*[[C character classification|Char (ctype.h)]]
+
*[[C character classification|Char]]
*[[C file input/output|File I/O (stdio.h)]]
+
*[[C file input/output|File I/O]]
*[[C mathematical functions|Math (math.h)]]
+
*[[C mathematical functions|Math]]
*[[C dynamic memory allocation|Dynamic Memory (stdlib.h)]]
+
*[[C dynamic memory allocation|Dynamic memory]]
*[[C string handling|String (string.h)]]
+
*[[C string handling|String]]
*[[C date and time functions|Time (time.h)]]
+
*[[C date and time functions|Time]]
*[[stdarg.h|Variadic (stdarg.h)]]
+
*[[stdarg.h|Variadic]]
 
*[[C POSIX library|POSIX]]
 
*[[C POSIX library|POSIX]]
  
| group3 = [[:Category:C standard library|C standard libraries]]
+
| group3 = Standard library<br/>implementations
 
| list3 =
 
| list3 =
 
*[[Bionic (software)|Bionic]]
 
*[[Bionic (software)|Bionic]]
 +
**[[Hybris (software)|libhybris]]
 
*[[dietlibc]]
 
*[[dietlibc]]
*[[Embedded GLIBC|EGLIBC]]
 
 
*[[GNU C Library|glibc]]
 
*[[GNU C Library|glibc]]
 +
**[[Embedded GLIBC|EGLIBC]]
 
*[[klibc]]
 
*[[klibc]]
*[[Hybris (software)|libhybris]]
+
*[[Microsoft Windows library files|Windows CRT]]
*[[Microsoft Windows library files#MSVCRT.DLL and MSVCPP.DLL|Microsoft Run-time Library]]
 
 
*[[musl]]
 
*[[musl]]
 
*[[Newlib]]
 
*[[Newlib]]
 
*[[uClibc]]
 
*[[uClibc]]
*[[BSD libc]]
 
  
| group4 = [[:Category:C compilers|Compilers]]
+
| group4 = [[List of C compilers|Compilers]]
 
| list4 =
 
| list4 =
*[[List_of_compilers#C_compilers|Comparison of C compilers]]
 
 
*[[Amsterdam Compiler Kit|ACK]]
 
*[[Amsterdam Compiler Kit|ACK]]
 
*[[Borland Turbo C]]
 
*[[Borland Turbo C]]
 
*[[Clang]]
 
*[[Clang]]
 
*[[GNU Compiler Collection|GCC]]
 
*[[GNU Compiler Collection|GCC]]
 +
*[[Intel C++ Compiler|ICC]]
 
*[[LCC (compiler)|LCC]]
 
*[[LCC (compiler)|LCC]]
*[[Pelles C]]
 
 
*[[Portable C Compiler|PCC]]
 
*[[Portable C Compiler|PCC]]
 +
*[[Small Device C Compiler|SDCC]]
 
*[[Tiny C Compiler|TCC]]
 
*[[Tiny C Compiler|TCC]]
*[[Microsoft Visual Studio]] [[Microsoft Visual Studio Express|Express]] [[Visual C++|C++]]
+
*[[Microsoft Visual Studio]] / [[Microsoft Visual Studio Express|Express]] / [[Microsoft Visual C++|C++]]
*[[Watcom C/C++ compiler|Watcom C/C++]]
+
*[[Watcom C/C++]]
  
| group5 = [[:Category:Integrated development environments|IDEs]]
+
| group5 = IDEs
 
| list5 =
 
| list5 =
*[[Comparison_of_integrated_development_environments#C.2FC.2B.2B|Comparison of C IDEs]]
 
 
*[[Anjuta]]
 
*[[Anjuta]]
 +
*[[CLion]]
 
*[[Code::Blocks]]
 
*[[Code::Blocks]]
 
*[[CodeLite]]
 
*[[CodeLite]]
 
*[[Eclipse (software)|Eclipse]]
 
*[[Eclipse (software)|Eclipse]]
 
*[[Geany]]
 
*[[Geany]]
 +
*[[GNOME Builder]]
 
*[[Microsoft Visual Studio]]
 
*[[Microsoft Visual Studio]]
 
*[[NetBeans]]
 
*[[NetBeans]]
 +
*[[KDevelop]]
  
| group6 = C and other languages
+
| group6 = Comparison with<br />other languages
 
| list6 =
 
| list6 =
 
*[[Compatibility of C and C++]]
 
*[[Compatibility of C and C++]]
*[[Embedded_C#Difference_between_C_and_Embedded_C|Comparison of C and Embedded C]]
+
*[[Comparison of Pascal and C|Comparison with Pascal]]
*[[Comparison of Pascal and C|Comparison of C and Pascal]]
 
*[[Comparison of programming languages]]
 
  
| group7 = Descendant languages
+
| group7 = Descendant<br />languages
 
| list7 =
 
| list7 =
 
*[[C++]]
 
*[[C++]]
Line 93: Line 92:
  
 
| below =
 
| below =
*{{icon|Category}} '''[[:Category:C programming language|Category]]'''
+
*{{icon|Category}} '''[[:Category:C (programming language)|Category]]'''
 
}}<noinclude>
 
}}<noinclude>
{{collapsible option}}
+
{{documentation}}
 
 
==Related template==
 
*[[Template:Integrated development environments for C and C++]]
 
 
 
[[Category:C programming language]]
 
 
</noinclude>
 
</noinclude>

Latest revision as of 19:53, 2 November 2020

50px Template documentation[view] [edit] [history] [purge]

Usage

Initial visibility: currently defaults to autocollapse

To set this template's initial visibility, the |state= parameter may be used:

  • |state=collapsed: {{C programming language|state=collapsed}} to show the template collapsed, i.e., hidden apart from its title bar
  • |state=expanded: {{C programming language|state=expanded}} to show the template expanded, i.e., fully visible
  • |state=autocollapse: {{C programming language|state=autocollapse}}
    • shows the template collapsed to the title bar if there is a {{navbar}}, a {{sidebar}}, or some other table on the page with the collapsible attribute
    • shows the template in its expanded state if there are no other collapsible items on the page

If the |state= parameter in the template on this page is not set, the template's initial visibility is taken from the |default= parameter in the Collapsible option template. For the template on this page, that currently evaluates to autocollapse.

Related template