Re: Why doesn't C++ have comprehensive API like Java?
On Mon, 02 May 2005 05:50:18 +0200, Val wrote:
[color=blue]
> | I don't understand at all how you can arrive at that conclusion.
> | Have you seen Java's API documentation?
> |
>
> You can count on it that Phlip and many other C++ coders have "seen"
>the Java API documentation :).
>
> But you missed the whole point.
> If you don't write system applications, or low level code in general
>like engines, you (or anyone) shouldn't be bothered by C++ to
> start with.
> - Val -[/color]
I disagree with this completely. There are numerous applications written
in C and C++. Most applications right here on my Linux box are mostly
written in C. I developed commercial software that I wrote in Visual
C++ many years ago, although VC++ is an application framework as opposed
to a language. It's just after years learning other languages, I thought
C++ would have evolved to include more standard functionality. I guess
what I really want is an API like Java, with the speed of C. Wishful
thinking I know.
On Mon, 02 May 2005 05:50:18 +0200, Val wrote:
[color=blue]
> | I don't understand at all how you can arrive at that conclusion.
> | Have you seen Java's API documentation?
> |
>
> You can count on it that Phlip and many other C++ coders have "seen"
>the Java API documentation :).
>
> But you missed the whole point.
> If you don't write system applications, or low level code in general
>like engines, you (or anyone) shouldn't be bothered by C++ to
> start with.
> - Val -[/color]
I disagree with this completely. There are numerous applications written
in C and C++. Most applications right here on my Linux box are mostly
written in C. I developed commercial software that I wrote in Visual
C++ many years ago, although VC++ is an application framework as opposed
to a language. It's just after years learning other languages, I thought
C++ would have evolved to include more standard functionality. I guess
what I really want is an API like Java, with the speed of C. Wishful
thinking I know.
Comment