Re: "Hello, world!" tutorial available (Windows, mingw/msvc)
Alf P. Steinbach wrote:
[color=blue]
> Is there any *nix, with the possible exception of Max OS/X, that doesn't
> have a C++ compiler installed?[/color]
Actually, I think quite a lot, on a fresh installation at least :)
C++ is actually not very common in the Linux/Unix camp. Almost *everything*
is written in C, because C was the original implementation language of
Unix. I think both were developed at the same time, maybe it's some sort of
"traditiona l" thing.
However, since the installation procedure of packages may completely differ
from one Unix to others, I don't think it's necessary to describe how to
install g++. The reader should know his system well enough to know how to
install packages.
Alf P. Steinbach wrote:
[color=blue]
> Is there any *nix, with the possible exception of Max OS/X, that doesn't
> have a C++ compiler installed?[/color]
Actually, I think quite a lot, on a fresh installation at least :)
C++ is actually not very common in the Linux/Unix camp. Almost *everything*
is written in C, because C was the original implementation language of
Unix. I think both were developed at the same time, maybe it's some sort of
"traditiona l" thing.
However, since the installation procedure of packages may completely differ
from one Unix to others, I don't think it's necessary to describe how to
install g++. The reader should know his system well enough to know how to
install packages.
Comment