Obviously, this question cannot be answered in one answer here. But I would like to know where I should go to learn how to use C++ so I can do this. What skills in C++ will I need to learn that will enable me to build an application that has the ability to create video layer...
What I would like (ideally) is call MyJsonParser(jsonText.c_str(), &MyDataStruct) and get in return the struct filled. So I am looking for the function MyJsonParser() which exists in my program and has not special dependencies other than the default. Thanks...