推介:| Web Hosting | 外賣系統 | Server colocation | Web Shop System | Makeup course |

查看完整版本: C++ & C

gagson 2006-8-28 21:37

C++ & C

What mean by C++ and C?difference

fatfish2 2006-8-30 01:24

two different Programming languages
C++ --> use Object Oriented concept

d_chu 2006-8-30 19:50

回復 #2 fatfish2 的帖子

Just to highlight that C++ is not a pure OO programming language like Java. It just allows programmers to perform programming in a OO concept. The C++ language contains some language extentions over C, that make object oriented programming and generic programming more convenient.

On the other hand,  C alos allows for object oriented programming as well, C++ only makes it simpler and less error prone. Also, C++ is the ehancement of C. It was an attempt to extend and (to some extent) change the C programming language to overcome some of the common and big problems with the language.

fatfish2 2006-9-2 00:52

[quote]原帖由 [i]d_chu[/i] 於 2006-8-30 07:50 PM 發表
Just to highlight that C++ is not a pure OO programming language like Java. It just allows programmers to perform programming in a OO concept. The C++ language contains some language extentions ove ... [/quote]

Thank you for good explanation. :verygood: You are right. C can perfrom OO concept but it need write more codes. In the past, choose C++ to study OO. Now, we choose Java.

ckhuiwily 2006-9-3 03:17

I also want to study C++ to develop the micro chip device .

d_chu 2006-9-4 18:05

回復 #5 ckhuiwily 的帖子

good luck to you. When I was in Uni, I had a time to program a device driver for to control the communciaton using serial and parallel port. It was very funny, but very hard to do since you need to manage the particualr memery address for allocation. Good luck. I suggest you to use C as start up since there are quite a lot of this books which using C as an example. Good luck.

uknowzip 2006-9-6 02:10

[quote]原帖由 [i]gagson[/i] 於 2006-8-28 09:37 PM 發表
What mean by C++ and C?difference [/quote]

You may want to add C# into the mix as well...

dbjstar 2006-9-16 16:36

C# MSDN is quite useful.

ccgz 2006-9-19 00:23

You may consider C as a subset of C++.

But the main difference is that C++ is object oriented while C is tructure oriented.

C# is somehow like JAVA.

geehot 2006-9-21 14:11

*** 作者被禁止或刪除 內容自動屏蔽 ***
頁: [1]
查看完整版本: C++ & C