Re: learn C++ or C#
In article
news:<28f7d1cf-3d11-4f6f-9b86-b9b863cbc286@r6 6g2000hsg.googl egroups.com>
, Pavel Minaev wrote:
I would have to disagree.
There is a lot of C++ code about that is lower-level than it needs to
be. When sensibly used C++ can result in code that is every bit as
high-level an abstraction of the business logic as you get with C#.
Sure, bad C++ programming will lead to a poor abstraction and
overcomplex code, but so will bad programming in any language.
Cheers,
Daniel.
In article
news:<28f7d1cf-3d11-4f6f-9b86-b9b863cbc286@r6 6g2000hsg.googl egroups.com>
, Pavel Minaev wrote:
I disagree about the "business logic in C++" part. In practice,
standard C++ tends to be too low-level, verbose, and overcomplicated
for many common patterns that arise when developing a typical business
layer in many desktop and LOB applications.
standard C++ tends to be too low-level, verbose, and overcomplicated
for many common patterns that arise when developing a typical business
layer in many desktop and LOB applications.
There is a lot of C++ code about that is lower-level than it needs to
be. When sensibly used C++ can result in code that is every bit as
high-level an abstraction of the business logic as you get with C#.
Sure, bad C++ programming will lead to a poor abstraction and
overcomplex code, but so will bad programming in any language.
Cheers,
Daniel.
Comment