мета-данные страницы
  •  

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
c:c_ultimate_guide:ns_index [2025/10/29 14:44] radi0devc:c_ultimate_guide:ns_index [2025/11/09 12:07] (текущий) – внешнее изменение A User Not Logged in
Строка 3: Строка 3:
 Гайд написан на основе книги "Язык программирования Си"((Брайан Керниган, Деннис Ритчи, 3-е издание)) Гайд написан на основе книги "Язык программирования Си"((Брайан Керниган, Деннис Ритчи, 3-е издание))
  
-Основы:+Ядро языка:
   - [[variables]]   - [[variables]]
   - [[arrays]]   - [[arrays]]
Строка 11: Строка 11:
   - [[branching]]   - [[branching]]
   - [[cycles]]   - [[cycles]]
 +  - [[marks_and_goto]]
   - [[pointers]]   - [[pointers]]
   - [[functions]]   - [[functions]]
Строка 19: Строка 20:
   - [[bits]]   - [[bits]]
   - [[stat_and_dyn_mem]]   - [[stat_and_dyn_mem]]
-  - [[input_output]] +  - [[mem_segmentation]]
-  - [[files]]+
   - [[preprocessor_directives]]   - [[preprocessor_directives]]
-  - [[errors]] 
-  - [[multithreading]] 
-  - [[system]] 
-  - [[stdlib]] 
  
 Стандартная библиотека: Стандартная библиотека:
-  [[assert.h]] +  [[assert.h]] 
-  [[ctype.h]] +  [[ctype.h]] 
-  [[complex.h]] +  [[complex.h]] (C99) 
-  [[errno.h]] +  [[errno.h]] 
-  [[float.h]] +  * [[fenv.h]] (C99) 
-  [[limits.h]] +  * [[float.h]] 
-  [[locale.h]] +  * [[inttypes.h]] (C99) 
-  [[math.h]] +  * [[iso646.h]] 
-  [[setjmp.h]] +  * [[limits.h]] 
-  [[signal.h]] +  [[locale.h]] 
-  [[stdarg.h]] +  [[math.h]] 
-  [[stddef.h]] +  [[setjmp.h]] 
-  [[stdint.h]] +  [[signal.h]] 
-  [[stdlib.h]] +  * [[stdalign.h]] (C11) 
-  [[stdio.h]] +  * [[stdarg.h]] 
-  [[string.h]] +  * [[stdatomic.h]] (C11) 
-  [[time.h]] +  * [[stdbool.h]] (C99) 
-  [[wchar.h]] +  * [[stddef.h]] 
-  [[wctype.h]]+  [[stdint.h]] (C99) 
 +  * [[stdio.h]] 
 +  * [[stdlib.h]] 
 +  [[stdnoreturn.h]] (C11) 
 +  [[string.h]] 
 +  * [[tgmath.h]] 
 +  * [[threads.h]] (C11) 
 +  * [[time.h]] 
 +  * [[uchar.h]] (C11) 
 +  * [[wchar.h]] 
 +  [[wctype.h]]
  
 +читай далее [[cpp:cpp_ultimate_guide:ns_index|]]