You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLibShow 是一个交互式的 C 标准库学习工具
你可以查看 C 标准库中有哪些函数,然后选择一个函数,立刻尝试调用它,并观察返回的结果。
是的,CLibShow实际上是一个交互式的环境,用于帮助你学习使用 C 标准库中的各个函数。当然,除了函数之外,还能查看各种宏定义,常量等等。
我很喜欢这样的工具,虽然看起来没什么了不起,但是能够极大的提高我的学习效率,它对初学者和高级开发人员都很有用。
别小看它。 :)
About
A program describe how to use the things in Standard C Library. And give you a interactive user interface to try any function without using compiler.