Ask a Question related to UNIX Programming, Design and Development.
-
Roman Gavrilov #1
STL and programmers for UNIX
A friend of mine stated that STL is not used by experienced UNIX
programmers. What do you think, is it so?
BR,
Roman Gavrilov
Roman Gavrilov Guest
-
Need help with a simple UNIX sockets server based on IO::Socket::UNIX
Hi. I've tried to create a simple client + server that communicate through a unix socket. As with all socket servers, it has a loop where it... -
Need Programmers for a game
Dear Director Users My name is Nathaniel and my staff and I are making a online isometric avatar chat,simmilar to habbo,we have all of our graphics... -
non-unix admin pleads for help from unix gurus
Hello, I am a network admin working on a project which involves a SCO Unix 5 server provided by another software company. The server provides... -
SCO Registers UNIX(R) Copyrights, Offers UNIX License by ignatius.schwartz-pr.com(Postfix) with ESMTP id 5EF605D87 for <scoannmod@xenitec.on.ca>; Mon, 21
Some code of Windows is based/taken from the UNIX and LINUX environnement system. (Like some DNS, TCP and Internet Explorer things) Can we use... -
ASP Programmers:
ASP Programmers: If You are a reasonably good ASP Programmer, want to earn big money and live near Clearwater, FL, Contact me to discuss a very... -
joe@invalid.address #2
Re: STL and programmers for UNIX
[email]clavrg@hotmail.com[/email] (Roman Gavrilov) writes:
Is this a troll?> A friend of mine stated that STL is not used by experienced UNIX
> programmers. What do you think, is it so?
But yes, it's used by experienced unix programmers.
Joe
--
There are 10 kinds of engineers, those who understand binary and those
who don't.
joe@invalid.address Guest
-
Lew Pitcher #3
Re: STL and programmers for UNIX
On 24 Jul 2003 12:26:22 -0700, [email]clavrg@hotmail.com[/email] (Roman Gavrilov) wrote:
Experienced Unix programmers likely program in C, and STL is not a C tool, so>A friend of mine stated that STL is not used by experienced UNIX
>programmers. What do you think, is it so?
your friend may be correct.
OTOH, experienced Unix programmers program in a lot of different languages, of
which C++ is one. Since STL is a part of C++, I wouldn't say that STL is not
used by experienced Unix programmers.
--
Lew Pitcher
IT Consultant, Enterprise Technology Solutions
Toronto Dominion Bank Financial Group
(Opinions expressed are my own, not my employers')
Lew Pitcher Guest
-
Marc Rochkind #4
Re: STL and programmers for UNIX
On 24 Jul 2003 12:26:22 -0700, Roman Gavrilov <clavrg@hotmail.com> wrote:
Taking what your post says literally and legalistically, it is true: There> A friend of mine stated that STL is not used by experienced UNIX
> programmers. What do you think, is it so?
>
> BR,
> Roman Gavrilov
>
are experienced UNIX programmers who don't use it. Or, false: There are
experienced UNIX programmers who do use it.
But, what I think is being alleged is this: STL has not been widely adopted
by C++ programmers who write industrial-quality programs professionally.
And, while I don't have any statistics to back this up, I think that
statement is true. One of the chief reasons why is that STL was made a
standard almost straight from its inventors' workshop. It did not have a
long history of industrial use, as many other standardized library classes
did.
--Marc
Marc Rochkind Guest
-
Fritz M #5
Re: STL and programmers for UNIX
[email]clavrg@hotmail.com[/email] (Roman Gavrilov) wrote:
Do I think your friend stated that? I guess there isn't any reason to> A friend of mine stated that STL is not used by experienced UNIX
> programmers. What do you think, is it so?
mistrust your statement about your friend.
Seriously: I guess I'm an experienced Unix programmer and portability
among various Unix versions is always a requirement. The very few times
I've coded in C++ I've used STL.
RFM
--
To reply, translate domain from l33+ 2p33|< to alpha.
4=a 0=o 3=e +=t
Fritz M Guest
-
Ralf Fassel #6
Re: STL and programmers for UNIX
* Marc Rochkind <rochkind@basepath.com>
| But, what I think is being alleged is this: STL has not been widely
| adopted by C++ programmers who write industrial-quality programs
| professionally. And, while I don't have any statistics to back this
| up, I think that statement is true. One of the chief reasons why is
| that STL was made a standard almost straight from its inventors'
| workshop. It did not have a long history of industrial use, as many
| other standardized library classes did.
Another (maybe related) reason is `old habits are hard to break'.
"I always have written my own `stack', why should I learn STL now?"
"Dynamic sized vectors? All my programs have #define MAX_SIZE 1000,
and if that's not enough, we up this to 10000." "I tried this STL
thing, but I don't grok the docs, and I have to finish this by
tomorrow, so I just code it myself".
Just to make it clear, these are statements I've heard, not my opinion
on STL. I like STL more than my compiler does ;-)
R'
Ralf Fassel Guest



Reply With Quote

