A
Adie
Hi, is there a C# equivalent to Bjarne Stroustrop's "Programming in C++"
yet?
If so, what is it?
yet?
If so, what is it?
Peter said:Possibly but I can't see it being much use.
There are now half a dozen perfectly good OO languages. What differentiates
them is the quality of the libraries (Borland's VCL, Microsoft's DotNet
Framework, Sun's JRE) and to some extent the IDE.
You might be a wonderful C++ programmer yet completely useless in practice
because you lack the skills required to exploit a give platform. Even if you
are so extraordinarily talented that you CAN create an entire modern user
interface from scratch, no-one wants you to do it because more flavours of
UI is the last thing we need.
Learning C# is easy. Learning to exploit the DNF (which encompasses rather
more that UI widgets) is another magnitude of difficulty. Learn to extend
the DNF and I will take you seriously.
clintonG said:Yes, it is called "Thinking in C#" by Larry O'Brien and Bruce Eckel but it
was banished from the face of the earth by the publisher and never saw a
print run as I recall. You can determine the veracity of that statement by
considering a review of "Thinking in Java." Aside from that I suggest the
"C# Class Design Handbook" published by WROX. I also refer you to a naming
document [1] composed by Juval Lowy who I leave up to you to learn more
about.
Adie said:FYI, I'm interested in C# as a language specifically, youre talking about
the .NET Framework classes, which is of interest, but not want I was asking
about.
Adie said:Hi, is there a C# equivalent to Bjarne Stroustrop's "Programming in C++"
yet?