Dover 发表于 2003-7-28 20:34:11

i agree with 效率
but i do not know what u mean 二进制格式?
我想应该是效率是的问题,c语言太快了,

Dragonfly 发表于 2003-7-30 22:36:54

we lose some other posts here.

saturn2008 发表于 2003-8-23 06:18:28

Please read the works,"Inside the c++ object model", the writer answers almost of the questions above in it.

for instance,extern "C", he gave us a clear answer about it.

jackyshow 发表于 2003-9-18 14:49:18

C is very very mature technology. The C++ is just a extension of c. For example, class is just from the idea of struct. But as some one says before, C++ generate a great deal of rubbish, C generate little rubbish. And object code generated by C is more fast than C++, the space requirement is smaller. The advantage of C++ is easy to organize source code and memory violation. The common problem faced with them is efficient and effective management of memory and CPU cycle. Although memory is large enough and CPU is fast enough.

Dragonfly 发表于 2003-9-18 22:01:05

The C++ is just a extension of c. , no no no

吴文官 发表于 2003-10-10 13:58:46

基实Linux的kernel中采用了很多面向对象的思想,不过用C来实现
Windows的HAL用汇编与C,其它层则多数用C++

daemonx 发表于 2003-10-10 15:14:50

各有各的优点,各有各的缺点,就看在特定的情况下人们需要什么了。

fatsnake 发表于 2003-10-15 16:05:01

很有启发 8)

zhiwood 发表于 2003-10-20 15:10:28

COM uses "struct" simply because c has no keyword "class", its cpp declaration is of course a class. cpp is born to be ready for COM.
页: 1 [2]
查看完整版本: about c++