1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-01-17 22:22:53 +08:00

Update link to INIReader.h from Google Code to GitHub

This commit is contained in:
Ben Hoyt 2015-03-21 20:01:58 -04:00
parent d6945571ad
commit 9b8c59999c

View File

@ -64,7 +64,7 @@ int main(int argc, char* argv[])
## C++ example ##
If you're into C++ and the STL, there is also an easy-to-use [INIReader class](http://code.google.com/p/inih/source/browse/trunk/cpp/INIReader.h) that stores values in a `map` and lets you `Get()` them:
If you're into C++ and the STL, there is also an easy-to-use [INIReader class](https://github.com/benhoyt/inih/blob/master/cpp/INIReader.h) that stores values in a `map` and lets you `Get()` them:
```cpp
#include <iostream>