由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C 和 C++ code 在不同的机器上有多大不同?
相关主题
Framework vs LibraryHow to see the content of a library file
一个奇怪的library linking问题(c++, boost.python, shared li (转载) How to use the online code source? ---- A general question
好一点的cross platform GUI library,除了QT,还有啥?大师们,这是什么原因?
C/C++ __int64和long long, cross platform问题推荐一个network programming的C++ library? (转载)
interview question: what is the difference between Java and c++pthread and C++
哪种编程语言可以适用于大部分的Mobile phone platforms?有人用C++调用过python/java的library吗
听说微软要抛弃C#?help abt C++
third party c/c++ code and compile it on win 7c++下如何实现多线程?
相关话题的讨论汇总
话题: c++话题: 上有话题: 不同话题: unix话题: 机器
进入Programming版参与讨论
1 (共1页)
s********1
发帖数: 581
1
C 和 C++ code 在不同的机器上有多大不同?
本人在unix 上开发的C 和 C++ 软件,要转移到 PC 和 Linux 上,要做很大修改吗?
哪里可以查到相应的资料?
f*****Q
发帖数: 1912
2
"要做很大修改吗?"
俺根据您这些帖子得出的结论是不需要。
k**f
发帖数: 372
3
It depends.
First, does your unix program use any unix specific libraries? If so, you
need to find out such libraries exist on other platforms.
At the language level, some data types, such as int and size_t, may have
different size on different platforms. If your program somehow depends on
the range of such types, you have to deal with it.
r*********r
发帖数: 3195
4
what gui library do u use ? Xt ? Motif ?
1 (共1页)
进入Programming版参与讨论
相关主题
c++下如何实现多线程?interview question: what is the difference between Java and c++
java library 的文件扩展名是什么?哪种编程语言可以适用于大部分的Mobile phone platforms?
computer graphics/vision 领域用哪种语言最多?听说微软要抛弃C#?
C++ class librarythird party c/c++ code and compile it on win 7
Framework vs LibraryHow to see the content of a library file
一个奇怪的library linking问题(c++, boost.python, shared li (转载) How to use the online code source? ---- A general question
好一点的cross platform GUI library,除了QT,还有啥?大师们,这是什么原因?
C/C++ __int64和long long, cross platform问题推荐一个network programming的C++ library? (转载)
相关话题的讨论汇总
话题: c++话题: 上有话题: 不同话题: unix话题: 机器