lich

Results 9 comments of lich

Thanks @animetrics. Now, i include Plist.cpp and PlistDate.cpp in my project. And i try it out. New questions comes after complied, the results has 120 errors and 2 warning. All...

My version of MSVC is vc8.0. The example tests didn`t work when i use cmake to build the project. So I include all the file of include folder and src...

I don`t know why always show me "function " is not a member of 'plist' and 'function'identifier not found when i try to use some function, for example, function "...

another question, how can i travel all the node of the plist file? Lich

For example, my plist file struct like this: First Name Lich FileName LichFile Sex Male After iterated through map and vector, I saw the result by print "key : value:...

Is it associated with map type, less? how do i print the right way as same as my plist file struction? template < class Key, class Type, class Traits =...

How to add the data to the dictionary from the plist file? If my plist file like this, First Name Lich FileName LichFile Sex Male And Plist::readPlist("myplist.plist", dict); I want...

I have used map insert function, tried to add the data, buf fail. Suppose, I got the position of which is in , changed type from boost:;any to map. Now,...

Okey! First, I want to add some infomation into the plist file. And my plist file like this, I need to my age infomation in it . Before: ![f](https://cloud.githubusercontent.com/assets/6299919/4673334/0a5efcfe-55a1-11e4-977c-d373dc449f14.jpg) After...