寻找基本面 [英] Looking for fundimentals

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

问题描述

我在哪里找到..进口....h文件".当我尝试运行示例时,总是缺少某些东西.

Masrtin

where do I find.. imports..." .h files". When I try to run an example something is always missing.

Masrtin

推荐答案

通常.h(头文件)将随任何示例(如果它们是应用程序专用)或编译器(如果它们与系统相关)一起提供.

只需使用
Normally .h (header) files will either come with any example (if they are application specific) or with the compiler (if they are system related).

Just use the
#include <xxx.h>

声明应用程序,它应该将它们拾取-如果正确安装了编译器,它应该告诉系统在哪里可以找到它们.

它抱怨什么文件?

statement at the top of your app, and it should pick them up - if your compiler is properly installed, it should tell the system where to find them.

What files is it complaining about?


项目的属性是否应包含其他头文件"?
所以你需要在那儿添加你的路径...
shouldnt the properties of the project contain the "additional header files"?
so u need to add your path there...


这篇关于寻找基本面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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