It is very easy actually to do so, you just need to listen to a port (some socket programming skills required), then you connect to the http://local: from your browser and from the C program you simply print out HTML pages. If you want to go fancy you can service AJAX requests too, and it makes your program a very professional looking and feeling that way. It does not make it portable though, however, with gcc you can easily port your app to Win/Linux/Unix/Mac. Tamas On 30 September 2012 14:13, Luis Moreira w= rote: > Now with possibly the right tag... > On Sep 30, 2012 9:07 PM, "Luis Moreira" > wrote: > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > --=20 int main() { char *a,*s,*q; printf(s=3D"int main() { char *a,*s,*q; printf(s=3D%s%s%s, q=3D%s%s%s%s,s,q,q,a=3D%s%s%s%s,q,q,q,a,a,q); }", q=3D"\"",s,q,q,a=3D"\\",q,q,q,a,a,q); } --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .