diff options
| author | s1n <[email protected]> | 2020-04-16 19:57:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-16 19:57:51 -0700 |
| commit | a3a31360d1c1fc7b682fb3f2a6b0d4ffd3c30050 (patch) | |
| tree | fd9c885f65d39660b41a9997ef20b9185488c6a2 /README.md | |
| parent | add extra info ab standard C++ library/ namespace (diff) | |
| download | cpp-terminology-a3a31360d1c1fc7b682fb3f2a6b0d4ffd3c30050.tar.xz cpp-terminology-a3a31360d1c1fc7b682fb3f2a6b0d4ffd3c30050.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # A Simple C++ Project Structure -One of the things I need in my new job is a bunch of blazingly fast [daemons](https://en.wikipedia.org/wiki/Daemon_(computing)) to capture market information and trade data. I prototyped them in Ruby to see what comes down the line, **but I have the need, the need for speed.** Which means I need a UNIX C or C++ framework. +One of the things I need is a bunch of blazingly fast [daemons](https://en.wikipedia.org/wiki/Daemon_(computing)) to capture market information and trade data. I prototyped them in Ruby to see what comes down the line, **but I have the need, the need for speed.** Which means I need a UNIX C or C++ framework. ### The Project Folder Tree |