CrossPlatform GUI Programming with wxWidgets [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

CrossPlatform GUI Programming with wxWidgets [Electronic resources] - نسخه متنی

Julian Smart; Kevin Hock; Stefan Csomor

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
توضیحات
افزودن یادداشت جدید











  • Alternatives to wxSocket


    Although wxSocket provides a lot of flexibility and is nicely integrated into wxWidgets, it's not the only method you can use to communicate with other processes. If you just want to perform FTP or HTTP operations, you can use wxFTP or wxHTTP, which use wxSocket. However, these classes are incomplete, and you may be better off using CURL, a popular library that gives you a very straightforward API for transferring files using a variety of common Internet protocols. There is even a wxWidgets wrapper for CURL available, called wxCURL.Single Instance or Multiple Instances?" in Chapter 20, "Perfecting Your Application."

    For more information, please refer to the topic "Interprocess Commun-ication Overview" in the reference manual and the source in samples/ipc in your wxWidgets distribution. You can also see these classes in action in the standalone help viewer in utils/helpview/src, again in the wxWidgets distribution.

  • / 261