-
alx低级编程课程:基础阶段 - 关注低级编程与算法实践的孵化过程
资源介绍
alx-low_level_programming
0x00-hello_world
使用gcc编译C程序
以贝蒂风格编写程序
使用printf,放置和写入
使用stdio.h
0x01-variables_if_else_while
C语言中的控制结构
c。循环
0x02-functions_nested_loops
嵌套循环
功能: declaration , definition 。
功能原型。
变量范围。
0x03-调试
Debugging
查找和解决错误。
0x04-more_functions_nested_loops
嵌套循环
功能和原型。
0x05-pointers_arrays_strings
指针
数组
弦乐
0x06-pointers_arrays_strings
更多的指针将一个字符串数组。
0x07-pointers_arrays_strings