====== C ultimate guide ====== Гайд написан на основе книги "Язык программирования Си"((Брайан Керниган, Деннис Ритчи, 3-е издание)) Ядро языка: - [[variables]] - [[arrays]] - [[strings]] - [[storage_classes]] - [[operators]] - [[branching]] - [[cycles]] - [[marks_and_goto]] - [[pointers]] - [[functions]] - [[structs]] - [[memory]] - [[enum]] - [[union]] - [[bits]] - [[stat_and_dyn_mem]] - [[mem_segmentation]] - [[preprocessor_directives]] Стандартная библиотека: * [[assert.h]] * [[ctype.h]] * [[complex.h]] (C99) * [[errno.h]] * [[fenv.h]] (C99) * [[float.h]] * [[inttypes.h]] (C99) * [[iso646.h]] * [[limits.h]] * [[locale.h]] * [[math.h]] * [[setjmp.h]] * [[signal.h]] * [[stdalign.h]] (C11) * [[stdarg.h]] * [[stdatomic.h]] (C11) * [[stdbool.h]] (C99) * [[stddef.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|]]