Date: Tue, 18 Mar 2014 10:01:02 +0100 From: Matthias Andree <matthias.andree@gmx.de> Cc: "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org> Subject: Re: Something related to C and C++ Message-ID: <53280B4E.3020808@gmx.de> In-Reply-To: <062365AC-AD84-4D07-9812-C35858BD9B01@yahoo.com> References: <B2051FAA-63AA-4F96-90BA-84157CE1F7AB@yahoo.com> <20140317103830.53c42ade@X220.alogt.com> <611B8DE5-F593-4574-96AB-0965CA7EDF33@yahoo.com> <CABze5AD6STPLfriTJJazM%2BqhHJkVtBMgMzNWsQi%2B6vMkWox_0g@mail.gmail.com> <5326D093.90308@yahoo.com> <CABze5AC6WZfyG9VYUunCjtQS66mY1Ahfu%2BMhYN=SkJgR%2BTHcLw@mail.gmail.com> <39562806-80F4-4D4C-BAFD-20DCB537B303@yahoo.com> <DD029BFE-D06E-4102-915D-B379D8200A9F@yahoo.com> <CABze5AA-Y%2Ba-DsftK8_sz=mspJ4A6uaqfTpGeqozWQ%2BvpM7=Kw@mail.gmail.com> <BF60A6D6-9948-4E1A-B199-AB3055751ED7@yahoo.com> <20140318090352.403e6f1f@X220.alogt.com> <5327FF2A.7080301@gmx.de> <062365AC-AD84-4D07-9812-C35858BD9B01@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 18.03.2014 09:49, schrieb by: > Thanks for your kind advice : ) > Actually, I bought <<The C++ programming Language>> not mainly for improve my C++ skills, maybe for improve my English : ) > I did some practices in C before, and I find C is a very expressive language these days, cause sometimes when I programming, I just feel like speaking! Well, C gets long-winded if you start going beyond focused Unix utilities and on towards larger applications, because it is not expressive enough. Be sure not to confuse C and C++ and not to see C++ as C with iostreams or std::string added... In the end, with C you tend to write many lines of code for what you will write in a few in C++. That's not initial learning, though, but once applications get bigger. (Some may see this as violation of Unix principles, but sometimes industry in-house software requirements to not map entirely to Unix paradigms ;-) so let's avoid bike-shedding.)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53280B4E.3020808>