由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 有了c++还需要c吗?
相关主题
C++ Boost怎么样,好用吗?A tech question (转载)
一个C++语法问题An interesting C++ compile error
请教kdevelop 3.4版怎么样才能用autocomplete?谁来解释一下这个是compiler问题吗?
C array关于Makefile的一个问题
A C++ compiler related interview question这句话是为什么呢?
*** help needed! on MATLAB GUI ***spent a lot of time try to compile boost
How to tell gcc stop compiling.一个qt3在Windows上的问题
inheritence problemambiguous operators in c++
相关话题的讨论汇总
话题: c++话题: 需要
进入Programming版参与讨论
1 (共1页)
l******y
发帖数: 182
1
如果只用c++里的c library和与c兼容的语法,能达到和c一样的速度效果吗?
d**********x
发帖数: 4083
2
yes, but what's the point

【在 l******y 的大作中提到】
: 如果只用c++里的c library和与c兼容的语法,能达到和c一样的速度效果吗?
m*******l
发帖数: 12782
3
maybe intellisense, autocomplete

【在 d**********x 的大作中提到】
: yes, but what's the point
l******y
发帖数: 182
4
那比如涉及linux内核的编程,大家是用c还是用c-style c++?

【在 d**********x 的大作中提到】
: yes, but what's the point
m*********t
发帖数: 527
5
嵌入式的编程一般用 c;
1. c++ 的 compiler 很难优化。
2. c++ 水深。
1 (共1页)
进入Programming版参与讨论
相关主题
ambiguous operators in c++A C++ compiler related interview question
关于C++ STL编译的疑问*** help needed! on MATLAB GUI ***
question for C++ constantHow to tell gcc stop compiling.
a question about CASTinheritence problem
C++ Boost怎么样,好用吗?A tech question (转载)
一个C++语法问题An interesting C++ compile error
请教kdevelop 3.4版怎么样才能用autocomplete?谁来解释一下这个是compiler问题吗?
C array关于Makefile的一个问题
相关话题的讨论汇总
话题: c++话题: 需要