STL and programmers for UNIX

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: STL and programmers for UNIX

    [email]clavrg@hotmail.com[/email] (Roman Gavrilov) writes:
    > A friend of mine stated that STL is not used by experienced UNIX
    > programmers. What do you think, is it so?
    Is this a troll?

    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

  4. #3

    Default Re: STL and programmers for UNIX

    On 24 Jul 2003 12:26:22 -0700, [email]clavrg@hotmail.com[/email] (Roman Gavrilov) wrote:
    >A friend of mine stated that STL is not used by experienced UNIX
    >programmers. What do you think, is it so?
    Experienced Unix programmers likely program in C, and STL is not a C tool, 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

  5. #4

    Default Re: STL and programmers for UNIX

    On 24 Jul 2003 12:26:22 -0700, Roman Gavrilov <clavrg@hotmail.com> wrote:
    > A friend of mine stated that STL is not used by experienced UNIX
    > programmers. What do you think, is it so?
    >
    > BR,
    > Roman Gavrilov
    >
    Taking what your post says literally and legalistically, it is true: There
    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

  6. #5

    Default Re: STL and programmers for UNIX

    [email]clavrg@hotmail.com[/email] (Roman Gavrilov) wrote:
    > A friend of mine stated that STL is not used by experienced UNIX
    > programmers. What do you think, is it so?
    Do I think your friend stated that? I guess there isn't any reason to
    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

  7. #6

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139