Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[HPL3 WIKI] What kind of tutorials/pages would you like to see?
TheGreatCthulhu Offline
Member

Posts: 213
Threads: 10
Joined: Oct 2010
Reputation: 32
#60
RE: [HPL3 WIKI] What kind of tutorials/pages would you like to see?

(10-09-2015, 06:08 PM)The Mug Wrote: EDIT: http://root.cern.ch/root/html/TString.html
if this information is relevant for SOMA

Big Grin I don't think that's the case.
The TString type you linked to is from something called ROOT - a library used by particle physicists. I happen to have a friend who is a physicist, and I was helping him write some code that uses ROOT, so this is how I know. Big Grin
Also, if you look at the URL, it has CERN in it - the organization that operates the Large Hadron Collider (LHC), the particle accelerator that was used to discover the Higgs boson.

The tString the game uses is a string type provided by the HPL3 engine itself, and it's declaration can be found in hps_api.hps (search for "class tString").

P.S. For those who know a bit about C++, I'm guessing that the "t" prefix stands for a typedef, and that the tString is probably an exported typedef of some C++ string type - like std:Confusedtring. There's also a tWString, which I'm guessing could be a typedef of std::wstring.
(This post was last modified: 10-11-2015, 12:05 AM by TheGreatCthulhu.)
10-10-2015, 11:59 PM
Find


Messages In This Thread
RE: [HPL3 WIKI] What kind of tutorials/pages would you like to see? - by TheGreatCthulhu - 10-10-2015, 11:59 PM



Users browsing this thread: 1 Guest(s)