NOTICE توجه: این یک موضوع قدیمی است که آخرین پست ارسالی آن مربوط به 4310 روز قبل است . لطفا فقط پاسخ ها ، سوالات و درخواست های 100 درصد مرتبط را به آن ارسال کنید و برای درخواست ها و سوالات جدید موضوع جدیدی را ایجاد کنید
نمایش نتایج: از 1 به 2 از 2

موضوع: نحوه نوشتن برنامه به زبان c++در کیل

  1. #1
    کاربر فعال
    تاریخ عضویت
    Sep 2010
    نوشته ها
    158
    تشکر
    102
    تشکر شده 72 بار در 47 پست

    پیش فرض نحوه نوشتن برنامه به زبان c++در کیل

    سلام
    من یه برنامه از اینترنت گرفتم به زبان c++ ولی وقتی میخام توی کیل دوباره کامپایلش کنم کلی ایراد به برنامه می گیره.آیا باید تنظیمات خاصی برای نوشتن یک برنامه به زبان c++ در کیل انجام داد؟؟؟

  2. # ADS
    Circuit advertisement
    تاریخ عضویت
    Always
    نوشته ها
    Many
     

  3. #2
    مدیر باز نشسته alireza9900 آواتار ها
    تاریخ عضویت
    Jun 2011
    نام
    علیرضا اینانلو
    نوشته ها
    379
    تشکر
    285
    تشکر شده 792 بار در 246 پست

    پیش فرض

    سلام
    اولین و مهم ترین چیزی که باید چک کنید اینه که از کتابخونه microlib توی پروژه استفاده نشده باشه.
    برای اینکار توی Target Options گزینه Use MiceoLib تیک نخورده باشه.

    Microlib does not attempt to be an ISO C-compliant library
    Microlib is highly optimized for small code size. It has less functionality than the default C library and some ISO C features are completely missing. Some library functions are also slower
    Differences between microlib and the default C library

    The main differences between microlib and the default C library are

    • Microlib is not compliant with the ISO C library standard. Some ISO features are not supported and others have less functionality
    • Microlib is not compliant with the IEEE 754 standard for binary floating-point arithmetic
    • Microlib is highly optimized for small code size
    • Locales are not configurable. The default C locale is the only one available
    • main() must not be declared to take arguments and must not return
    • Microlib provides limited support for C99 functions
    • Microlib does not support C++
    • Microlib does not support operating system functions
    • Microlib does not support position-independent code
    • Microlib does not provide mutex locks to guard against code that is not thread safe
    • Microlib does not support wide characters or multibyte strings
    • Microlib does not support selectable one or two region memory models as the standard library (stdlib) does. Microlib provides only the two region memory model with separate stack and heap regions
    • Microlib does not support the bit-aligned memory functions _membitcpy[b|h|w][b|l]() and membitmove[b|h|w][b|l]()
    • Microlib can be used with either --fpmode=std or --fpmode=fast
    • The level of ANSI C stdio support that is provided can be controlled with #pragma import(__use_full_stdio)
    • setvbuf() and setbuf() always fail because all streams are unbuffered
    • feof() and ferror() always return 0 because the error and EOF indicators are not supported

    ویرایش توسط alireza9900 : 07-07-2012 در ساعت 22:13

  4. تشکرها از این نوشته :


مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •