#include的目的? [英] Purpose of #include?

查看:145
本文介绍了#include的目的?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

#include< windows.h>"需要什么?在C?

What is the need of "#include <windows.h>" in c ? and when it is used ?

推荐答案

当程序需要多个文件时,使用include可以在它们之间建立链接.

请在此处查看Microsoft的专业说明: http://msdn.microsoft.com /en-us/library/36k2cdd4(v=vs.80).aspx [ http://www.cplusplus.com/forum/articles /10627/ [ ^ ].

祝你好运!
When you need multiple files for a program then using include allows you to establish links between them.

See the professional explanation from Microsoft here: http://msdn.microsoft.com/en-us/library/36k2cdd4(v=vs.80).aspx[^].

And more information here (possibly easier to understand with more examples): http://www.cplusplus.com/forum/articles/10627/[^].

Good luck!


这篇关于#include的目的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆