I'm coming back to 'C' after few years. I searched the net for how to use Twitter API in C and I came across this question on stackoverflow.
Question: Accessing the Twitter Streaming API with C
I can't understand the "if" in this code:
if(curl) {
I can't understand it, what does it do? What is it's function? Shouldn't there be some conditional?
Please help. Thanks