anotherKey : value } } how can i implement this with c? something like a dictionary.
it looks like json, you want to write a json parser?
No. I have some data pair. like if a =1 and b=2 => c=3 and a=2 and b=2 => c=4. something like that
well it would be a bit tedious to write one, there already json libs that do that. You might want to take a look at them if you just want a json parser and don't care about implementing it
so when i get the value of a and b i should be able to get the value of c
what does b=2 => c=3 mean here?
some thing like gates
Обсуждают сегодня