POV-Ray : Newsgroups : povray.off-topic : Unix shell : Re: Unix shell Server Time
3 Sep 2024 19:14:39 EDT (-0400)
  Re: Unix shell  
From: Darren New
Date: 1 Feb 2011 19:47:10
Message: <4d48a98e$1@news.povray.org>
Warp wrote:
>   Let's take a better example: Every time I want to use std::vector,
> I have to #include <vector> in the source file where I want to do so.

Or, to phrase it differently:

vector.hpp is a standard file from the standard library. Why the hell are 
you compiling it, over and over, every time you compile your program? 
Doesn't it strike you as a bit odd that standard libraries that come with 
the compiler still get compiled on your CPU over and over?

-- 
Darren New, San Diego CA, USA (PST)
  "How did he die?"   "He got shot in the hand."
     "That was fatal?"
          "He was holding a live grenade at the time."


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.