CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

liaogang

2pods

CDAlbumView

A IOS View Controller for displaying a rotating music album picture.

License: MIT

  • Objective C

serialize

Some functions that overload operation '>>' and '<<' ,make it simple to write or read from 'FILE'.

FILE *file = fopen("/test.txt", "w"); int i = 1; char c = 'd'; string str = "test_string";

// write those to the file file << i << c << str;

// read value from file file >> i >> c >> str;

License: MIT

  • C++