Developer Network
Developer Network
Developer
:CreateViewProfileText:
登录
MSDN 订阅
获取工具
下载
Visual Studio
SDK
试用软件
免费下载
Office 资源
计划
订阅
Administrators
学生
Microsoft Imagine
Microsoft 学生合作伙伴
ISV
新手
Events(事件)
社区
Magazine
论坛
博客
第 9 频道
文档
API 和参考
开发人员中心
示例
停用的内容
非常抱歉。你请求的内容已被删除。将在 1 秒内自动重定向。
提出问题
快速访问
论坛主页
浏览论坛用户
FAQ
搜索相关主题
Remove From My Forums
积极答复者
visual studio编译unix/linux程序问题?
Visual Studio Development
>
Visual C++
问题
0
登录进行投票
最近学习《unix环境高级编程》,但用Visual Studio用惯了,unix/linux环境下的编程工具用不惯。主要是没有自动提示。请问有没有一个软件包或库之类的东西,加载到visual studio里,能编译通过unix下的C代码。
当然生成的可执行文件还是windows下的exe文件,我一般是用vc把代码写好,在到unix模拟环境cygwin下用gcc编译,生成的也是exe文件。感觉很麻烦。
类似的工具有pthread for windows用于C++写多线程,pthread是unix/linux多线程编程标准,我想它可以有windows版本,应该有类似的工具能使我们用vc写unix/linux程序吧?
请懂这方面的给指教。
2009年10月1日 11:39
回复
|
引用
答案
0
登录进行投票
你可以创建一个make file project,在make的时候调用别的编译器。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP
已标记为答案
VisualEleven
Moderator
2011年12月21日 2:38
2009年10月1日 16:25
回复
|
引用
版主