C (tutlayt) : Tameẓla gar ileqman

Si Wikipedia, tasanayt tilellit.
Contenu supprimé Contenu ajouté
Cafiq Akmuc (mmeslay | attekki)
Aucun résumé des modifications
Sami At Ferḥat (mmeslay | attekki)
Aucun résumé des modifications
Ajerriḍ 1: Ajerriḍ 1:
{{Infobox Tutlayt n usihel
{{Infobox programming language
| name = C
| ini tankult = <!-- pour adapter la couleur de la boîte au alugu -->
| logo = File:The C Programming Language logo.svg
| isem = C
| logo size = 140px
| alugu =
| logo alt = Text in light blue serif capital letters on white background and very large light blue sans-serif letter C.
| amɣawal = [[Asihel anaḍ|anaḍ]],[[Asihel yerran ɣer tsekkirt|tasekkirt]], [[Asihel s temṣukt|tamṣukt]]
| logo caption = ''[[The C Programming Language]]''<ref name="k&r1e" /> (often referred to as "K&R"), the seminal book on C
| aseggwas = [[1972]]
| paradigm = [[Imperative programming|Imperative]] ([[Procedural programming|procedural]]), [[structured programming|structured]]
| ameskar = [[Dennis Ritchie]]
| aneflay = [[Dennis Ritchie]], [[Bell Labs]]
| designer = [[Dennis Ritchie]]
| developer = [[Dennis Ritchie]] & [[Bell Labs]] (creators); ANSI X3J11 ([[ANSI C]]); {{nobr|ISO/IEC JTC1/SC22/WG14}} (ISO C)
| azmez n lqem amezwaru =
| latest release version = [[C18 (C standard revision)|C18]]
| lqem aneggaru urkid =
| latest release date = {{start date and age|2018|06}}
| azmez n lqem aneggaru urkid =
| typing = [[Type system|Static]], [[Weak typing|weak]], [[manifest typing|manifest]], [[Nominal type system|nominal]]
| lqem aneggaru anaẓi =
| implementations = K&R, [[GNU Compiler Collection|GCC]], [[Clang]], {{nowrap|[[Intel C++ Compiler|Intel C]],}} [[Microsoft Visual C++]], {{nowrap|[[Watcom C/C++ compiler|Watcom C]]}}
| azmez n lqem aneggaru anaẓi =
| dialects = [[Cyclone (programming language)|Cyclone]], [[Unified Parallel C]], [[Split-C]], [[Cilk]], [[C*]]
| ṣṣenf = [[Ṣṣenf udmis|Udmis]], [[Ṣṣenf uḍɛif|uḍɛif]]
| influenced = [[:Category:C programming language family|Numerous]]: [[AMPL]], [[AWK]], [[C shell|csh]], [[C++]], [[C--]], [[C Sharp (programming language)|C#]], [[Objective-C]], [[D (programming language)|D]], [[Go (programming language)|Go]], [[Java (programming language)|Java]], [[JavaScript]], [[Julia (programming language)|Julia]], [[Limbo (programming language)|Limbo]], [[LPC (programming language)|LPC]], [[Perl]], [[PHP]], [[Pike (programming language)|Pike]], [[Processing (programming language)|Processing]], [[Python (programming language)|Python]], [[Ring (programming language)|Ring]],<ref name="Ring language and other languages">{{cite web |url=http://ring-lang.sourceforge.net/doc1.6/introduction.html#ring-and-other-languages |title=Ring language and other languages |author=Ring Team |date=5 December 2017 |work=ring-lang.net |publisher=[[ring-lang]]}}</ref> [[Rust (programming language)|Rust]], [[Seed7]], [[Vala (programming language)|Vala]], [[Verilog]] (HDL),<ref name="vinsp">{{cite web|title=Verilog HDL (and C)|url=http://cs.anu.edu.au/courses/ENGN3213/lectures/lecture6_VERILOG_2010.pdf|date=2010-06-03|accessdate=2013-08-19|publisher=The Research School of Computer Science at the Australian National University|quote=1980s: ; Verilog first introduced ; Verilog inspired by the C programming language|deadurl=yes|archiveurl=https://web.archive.org/web/20131106064022/http://cs.anu.edu.au/courses/ENGN3213/lectures/lecture6_VERILOG_2010.pdf|archivedate=2013-11-06|df=}}</ref> [[Nim (programming language)|Nim]]
| iẓẓa = [[GNU Compiler Collection|GCC]], [[Visual C++|MSVC]], [[Turbo C|Borland C]], [[Clang]], [[Watcom C compiler|Watcom C]]
| operating system = [[Cross-platform]]
| ilugan = ANSI X3.159-1989 (ANSI C, C89)<br>ISO/CEI 9899:1990 (C90)<br>ISO/CEI 9899:1999 (C99)<br>ISO/IEC 9899:2011 (C11)
| year = 1972<ref name="dottcl_2" />
| tantaliyin =
| turing-complete = Yes
| tazrirt sɣur = [[B (tutlayt)|B]] ([[Combined Programming Language|CPL]], [[BCPL]]), [[ALGOL|ALGOL 60]], [[Lisp]]
| tazrirt i = [[awk]], [[C shell|csh]], [[C++]], [[C Sharp|C#]], [[Objective C]], [[D (tutlayt)|D]], [[Concurrent C]], [[Java (tutlayt)|Java]], [[JavaScript]], [[PHP]], [[Perl (tutlayt)|Perl]]
| influenced_by = [[B (programming language)|B]] ([[BCPL]], [[CPL (programming language)|CPL]]), [[ALGOL 68]],<ref name="dottcl" /> [[Assembly language|Assembly]], [[PL/I]], [[FORTRAN]]
| file ext = {{Mono|.c}}, {{Mono|.h}}
| anagraw n wammud =
| wikibooks = C Programming
| turagt =
| asmel web =
| azmez n umucceḍ =
}}
}}



Lqem n wass 20 Yebrir 2019 à 15:05

C
Text in light blue serif capital letters on white background and very large light blue sans-serif letter C.
The C Programming Language[1] (often referred to as "K&R"), the seminal book on C
Paradigm Imperative (procedural), structured
Designed by Dennis Ritchie
Developer Dennis Ritchie & Bell Labs (creators); ANSI X3J11 (ANSI C); ISO/IEC JTC1/SC22/WG14 (ISO C)
First appeared 1972[2]
Stable release
C18 / yunyu 2018; 5 years ago (2018-06)
Typing discipline Static, weak, manifest, nominal
OS Cross-platform
Filename extension .c, .h
Website www.iso.org/standard/74528.html,%20https://www.open-std.org/jtc1/sc22/wg14/
Major implementations
K&R, GCC, Clang, Intel C, Microsoft Visual C++, Watcom C
Dialects
Cyclone, Unified Parallel C, Split-C, Cilk, C*
Influenced by
B (BCPL, CPL), ALGOL 68,[3] Assembly, PL/I, FORTRAN
Influenced
Numerous: AMPL, AWK, csh, C++, C--, C#, Objective-C, D, Go, Java, JavaScript, Julia, Limbo, LPC, Perl, PHP, Pike, Processing, Python, Ring,[4] Rust, Seed7, Vala, Verilog (HDL),[5] Nim

LANGAGE C, D tameslayt i d-ilulen deg useggas 1972, sɣur umussnaw Denis Rithie. Deg tazwara, timeslayin-a mmugent-d i useqdec n uselkim (ileḥḥun s UNIX); maca, deg useggas 1989, yuɣ abrid n useqdec s wahil, yuɣal am wid neẓra yakan.

Tamselyut

  1. Tuccḍa n temsisɣelt: Balise <ref> incorrecte : aucun texte n’a été fourni pour les références nommées k&r1e
  2. Tuccḍa n temsisɣelt: Balise <ref> incorrecte : aucun texte n’a été fourni pour les références nommées dottcl_2
  3. Tuccḍa n temsisɣelt: Balise <ref> incorrecte : aucun texte n’a été fourni pour les références nommées dottcl
  4. Ring Team (5 December 2017). "Ring language and other languages". ring-lang.net. ring-lang.
  5. "Verilog HDL (and C)" (PDF). The Research School of Computer Science at the Australian National University. 2010-06-03. Archived from the original (PDF) on 2013-11-06. Retrieved 2013-08-19. 1980s: ; Verilog first introduced ; Verilog inspired by the C programming language Unknown parameter |deadurl= ignored (help)