Questions tagged [sgi]

Silicon Graphics Inc. was a computer hardware and software manufacturer known for its high-end workstations, the IRIX OS and an early implementation of the STL

SGI produced workstations often used for 3D graphics and also produced its own version of UNIX SysV called IRIX. Use the tag for questions about IRIX.

SGI is also known for producing one of the first implementations of the C++ Standard Template Library. Questions about that should use the tag unless they are specific to the SGI implementation.

SGI filed for bankruptcy in 2009, and the company that bought most of its the assets, Rackable System, was later renamed to Silicon Graphics International. See the Wikipedia page for more information.

34 questions
0
votes
1 answer

Is the constructor parameters unnecessary in

In SGI STL implementation the hashtable class has a ctor like: template class hashtable { public: typedef Key key_type; …
Joey.Z
  • 4,492
  • 4
  • 38
  • 63
0
votes
1 answer

Source code of SGI Numatools (dplace utility and kernel module)

I'm curious if there a source code of SGI Numatools, which is part of proprietary package (SGI ProPack); but contain GPL code. This package consists of dlook, dplace NUMA utilities and numatools kernel module. GPL license is listed there, in release…
osgx
  • 90,338
  • 53
  • 357
  • 513
-1
votes
2 answers

SGI hash_map: Basic Inquiries

I am new to SGI's hash_map as well as to the C++ language, so please bear with me. I am trying to figure out how to initialize a basic hash_map and insert and remove from it. I have declared the hash_map as such: Sgi::hash_map
user1034868
  • 65
  • 11
-2
votes
1 answer

Undefined offset: 1 in C:\wamp\www\index.php

I edited the file "www / index.php" Wamp and duplicate each line MySql adapting with version of PostgreSQL i have error Notice: Undefined offset: 1 in C:\wamp\www\index.php on line 64 my code is ( line 63 64 65 ) preg_match('|PostgreSQLVersion =…
oustyle
  • 103
  • 1
  • 10
1 2
3