Cross platform c++ with libcurl -


I am a Pearl developer who never went to things in client-side programming I would like to think that I I'm a very good developer, except I know that the way I have a serious lack of knowledge about desktop programming, it really gets away from my reliability.

He said, I really want to work in some desktop applications.

I want to try to develop a simple application that will connect to my server and catch the RSS feed, then display it in the console. My plan of attack is to use libcurl (and curl) to capture the feed (I would like to have more curl content in the future) but I want to be able to run this small program on Linux, Window and Mac because I cross I want to understand the development of the platform.

So here's the question (and I know it's very noobish): How do I write C ++ code which will use libcurl and curl, and will work on 3 key OS? The main thing is not to understand that I have to compile libcurl and curl, so how does it take it to other platforms while working?

You have to type the portable code - basically make it a console application, then you can use the source code in other platforms In (not exe) move and compile there and link to the version of llibcurl on each specific platform.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -