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:
parent
d6945571ad
commit
9b8c59999c
@ -64,7 +64,7 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
## C++ example ##
|
## 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
|
```cpp
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user