Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creatorrr/cpp-is-sad
An archive of my long-forgotten (Turbo) C++ Projects
https://github.com/creatorrr/cpp-is-sad
Last synced: 8 days ago
JSON representation
An archive of my long-forgotten (Turbo) C++ Projects
- Host: GitHub
- URL: https://github.com/creatorrr/cpp-is-sad
- Owner: creatorrr
- Created: 2012-03-01T01:34:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-01T01:45:29.000Z (over 12 years ago)
- Last Synced: 2024-05-02T01:04:45.369Z (7 months ago)
- Language: C++
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPP makes sad
**Turbo C++** is to blame here. _(It's what they asked me to use at school. Sigh.)_
* * *
## Projects
### Semyorka
* HTML Parser written in Turbo C++
* Semyorka was the name of the rocket that carried **Sputnik** to space
* It won me an award though. :P### Sputnik
* The C++ based browser I had hoped to write atop **Semyorka**.
* You don't see it here because I gave up after struggling with inline css.### Helicopter
* The Pointless command line C++ game.
* **Statutory Warning** : Highly addictive. You may also experience withdrawal symptoms.### Circle
* My first serious attempt at writing a C++ program.
* Draws some circles on the screen.
* It appears here for emotional reasons. Please bear with me. Sob.* * *
## Thanks
Kush Agrawal, Ila Nitin Gokarn and Grace Khanuja for working with me on Semyorka.
Mr. Mukesh Kumar for his help and debugging skills.
Ditto for Mr. Mohit Dey.
You can write to me at: *[email protected]** * *
## License
Copyright (c) 2012 Diwank Singh Tomer
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.