Parsing json in cpp using jsoncpp | jsoncpp usage

preview_player
Показать описание
If this works for you please do subscribe, It will encourage me to upload more videos. I you have any queries you can comment below or ping me directly on telegram

Social media handles:
youtube:
Рекомендации по теме
Комментарии
Автор

Thank you, I am currently making a bot in c++ since it’s such a quick language and this will really help me. Much appreciated :)

s_e_t_z
Автор

i watched at 2x speed, and it was still way to slow
i think it would help if you would speed up the coding a bit.
for example you can just have the code, and delete line by line and then record all the control z presses.
using this methods whole lines just appear, and the 9 min video could be 2 min long.

nathanoy_
Автор

Hi, sorry how did you get this JSON library ?

farnazmzh
Автор

Hi,
Thanks for your help.
Its really helped me very much.

I have the below snippet.
I am not understanding how to iterarate.
Please help me for this.
Thanks
Irshad

typedef struct
{
int x;
int y;
int z;
}PropertStruct;

typedef struct
{
int id;
string name;
map<int, PropertStruct> m_mapOfPropertStruct;
}ResourceStruct;

typedef struct
{
map<string, ResourceStruct> m_maoOfResourceStruct;
}ServiceStruct;

int main()
{
map <string, ServiceStruct> m_mapOfServieStruct;

return 0;
}

mdirshadalam
Автор

hey how are u able to include json libraries. i have downloaded json but still its not included. can u pls tell step by step procedure

ankita
Автор

Would it be possible to acces objects in an array or something like that?

cubicalspy
Автор

i got a problem with this undefined reference to how i fix it??

phanhuy