由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] how to port UNIX C++ to VC++?
相关主题
XEmacs C++-font-lock custumizing question用一个C++面试题challenge一下大家
C/C++里面求normal distribution的cdf有可直接调用的函数吗?Web Developer at Baltimore Area
Mac OS X Leopard被正式承认为UNIX系统请教一个C++编程问题
请教一个C++试题!
相关话题的讨论汇总
话题: c++话题: unix话题: port话题: compile话题: gtgt
进入Unix版参与讨论
1 (共1页)
G**T
发帖数: 388
1
【 以下文字转载自 Programming 讨论区 】
【 原文由 GTGT 所发表 】
I have a UNIX C++ code, including some cpp and h, and a makefile
now I want to compile it in VC++
what should I do?
thx
D****g
发帖数: 2860
2
if your code conforms ansi, doesn't contain anything UNIX specific stuff,
say, system calls, X11 etc, you can directly compile them with VC.
I don't know how VC deal with makefiles. But if I were in your shoes,
I would install a cygwin under windows and deal with make file with
gnu make.

【在 G**T 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 【 原文由 GTGT 所发表 】
: I have a UNIX C++ code, including some cpp and h, and a makefile
: now I want to compile it in VC++
: what should I do?
: thx

1 (共1页)
进入Unix版参与讨论
相关主题
XEmacs C++-font-lock custumizing question用一个C++面试题challenge一下大家
C/C++里面求normal distribution的cdf有可直接调用的函数吗?Web Developer at Baltimore Area
Mac OS X Leopard被正式承认为UNIX系统请教一个C++编程问题
请教一个C++试题!
相关话题的讨论汇总
话题: c++话题: unix话题: port话题: compile话题: gtgt