If you go to json.org, you’ll be amazed by simplicity and cleanliness of JSON format. At least I was. Now… there are some little things you should know before writing JSON parser: Take a look at these: char any-Unicode-character- except-”-or-\-or- control-character \” \\ \/ \b \f \n \r \t \u four-hex-digits There’s one escaped char [...]
Archive of posts filed under the C++ category.
Why C++ is bad
Time for a rant… A: Say… do you really need template programming in order to concatenate some strings? or, god forbid, you need to tokenize the std::wstring and have to write a method for that? Of you need a stringBuilder-like functionality? B: C++0x standard is going to be old before it will be released. Come [...]