Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azriel91/cpp-container-equality
demonstrates container equality in c++
https://github.com/azriel91/cpp-container-equality
Last synced: about 2 months ago
JSON representation
demonstrates container equality in c++
- Host: GitHub
- URL: https://github.com/azriel91/cpp-container-equality
- Owner: azriel91
- Created: 2014-06-16T07:50:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T07:51:57.000Z (over 10 years ago)
- Last Synced: 2024-10-14T02:48:02.583Z (3 months ago)
- Language: C++
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Compile and Run
In the project directory, run the following command:```
g++ Equality.cpp -o Equality && Equality
```## Output:
```
instanceEquals: false
valueEquals: true
vectorEquals: false
containerValuesEqual: true
```