I'm trying to make a FTP client using Fltk c++ and i can't find any network classes/libraries to deal with fltk so; does fltk have any classes? (Sorry For Bad English) and thanks
Asked
Active
Viewed 306 times
0
-
There is no network support in FLTK - it is just a graphics library – cup Feb 02 '15 at 12:01
-
thx; how can i use linux sockets with fltk???, – user3798608 Feb 03 '15 at 18:56
-
Depends what you want to do: just look for `sockets example C++ linux` on your favourite search engine. Put that on a different thread, use it to write to global memory and use your fltk thread to read from global memory. – cup Feb 03 '15 at 22:08
-
thanks!but i want to make ftp client? i didn't see anything about it; – user3798608 Feb 03 '15 at 22:34
-
Try looking up `ftp client linux c` – cup Feb 04 '15 at 06:17