https://github.com/danielkrupinski/cpp98-playground
https://github.com/danielkrupinski/cpp98-playground
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielkrupinski/cpp98-playground
- Owner: danielkrupinski
- License: mit
- Created: 2018-08-11T19:03:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T20:08:30.000Z (almost 8 years ago)
- Last Synced: 2026-01-01T18:02:02.303Z (7 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++98 playground
This repository contains examples of C++98 standard library and features removed or deprecated in later standards.
All examples are runnable on [Ideone](https://ideone.com/) or [Wandbox](https://wandbox.org/).
For examples of latest C++ standards see [cpp-playground](https://github.com/danielkrupinski/cpp-playground).