Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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
```