问题描述
我对C和C ++的密切关系有疑问。如果我是
正确C ++是OOP而C不是。现在OOP语言与b $ b和程序语言有多密切相关?了解C ++需要多少C知识?
?谢谢。
I have a question on how closely C and C++ are related. If i am
correct C++ is OOP while C is not. Now how closely can an OOP language
and a procedural language be related? How much knowledge of C is
required to understand C++? Thanks.
推荐答案
您的目的是什么?
C ++是C,添加了几个关键字,只是一个删除了几个错误。
这些新关键字允许更好的OOP风格。人们永远在C
写了OOP;它只是更难了。
现在你先问一下OOP,然后再询问语言之间的区别
是什么。
-
Phlip
< - 不是博客!!!
To what purpose will you put the answer?
C++ is C with a few keywords added and just a couple bugs removed.
Those new keywords permit better OOP style. Folks have written OOP in C
since forever; it''s just harder.
Now you define OOP before asking what the difference between the languages
is.
--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!
从这里开始:
V
- -
请在邮寄回复时从我的地址中删除资金
Start here: http://public.research.att.com/~bs/bs_faq.html
V
--
Please remove capital As from my address when replying by mail
欢迎您。
-Mike
You''re welcome.
-Mike
这篇关于C和C ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!