[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: C vs C++ for GTK
- From: Tomas Carnecky <tom dbservice com>
- To: Patrick <optomatic rogers com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: C vs C++ for GTK
- Date: Sun, 25 Nov 2007 00:03:14 +0100
Patrick wrote:
> is C++ to complicated?
C++ is more complex than C, and thus harder to fully understand.
> Is C going out of date?
No, it's still being used for lots of projects.
> Am I limited with C?
No, there are very few features in C++ that are hard/impossible to
imitate in C, but you usually won't need those for small projects.
What people prefer mostly depends on their taste. I do C, my brother
does C++, I can't say why that is.
Since you worked with python which is object oriented I would imagine
going with C++ will be easier for you during the first weeks.
tom
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]