TUNISIA-TIME

هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

منتدى المتعة والابداع

المواضيع الأخيرة

» VA-Promo Only Mainstream Club - March 2Oo9
Borland C++ Release 5.02 Emptyالجمعة مارس 06, 2009 6:40 pm من طرف CHARFA

» حصريا :: سيرين عبد النور :: ليالي الحب :: Ripped From Orginal CD :: CD Q 192 Kbps
Borland C++ Release 5.02 Emptyالجمعة مارس 06, 2009 6:36 pm من طرف CHARFA

» فضل شاكر - بعدك عالبال - CD Ripped @ 224Kbps
Borland C++ Release 5.02 Emptyالجمعة مارس 06, 2009 6:34 pm من طرف CHARFA

» المسلسل التونسي"مكتوب
Borland C++ Release 5.02 Emptyالأحد مارس 01, 2009 1:23 pm من طرف CHARFA

» الحلقة 8 التي منعت من العرض من مسلسل شوفلي حل
Borland C++ Release 5.02 Emptyالأحد مارس 01, 2009 12:48 pm من طرف CHARFA

» حصريا مـسـلـسل+صيد الريم+رمضان 2008 كامل
Borland C++ Release 5.02 Emptyالأحد مارس 01, 2009 12:32 pm من طرف CHARFA

» Hannibal le conquérant
Borland C++ Release 5.02 Emptyالأحد مارس 01, 2009 12:28 pm من طرف CHARFA

» الاسطورة بيل جيتس وكيف غير العالم
Borland C++ Release 5.02 Emptyالأحد مارس 01, 2009 12:26 pm من طرف CHARFA

» السجين 345 رحلة العذاب مع سامي الحاج مصور الجزيرة
Borland C++ Release 5.02 Emptyالأحد مارس 01, 2009 12:24 pm من طرف CHARFA


    Borland C++ Release 5.02

    avatar
    joe
    Admin
    Admin


    عدد الرسائل : 47
    الموقع : in the motherboard of my computer
    تاريخ التسجيل : 19/02/2009

    Borland C++ Release 5.02 Empty Borland C++ Release 5.02

    مُساهمة  joe الجمعة فبراير 20, 2009 10:07 pm

    Borland C++ Release 5.02
    Borland C++ Release 5.02 3006clanguagetutorialpnud4.th

    The IDE includes many usability enhancements in this release.
    They are listed briefly in the following sections. Refer to
    online Help for details.

    Compiler Enhancements
    ---------------------

    * New 32-bit compiler (BCC32.EXE) provided with this release

    * A Make following a failed Build All rebuilds from the point
    of failure

    * New compiler option under Options|Project|C++ Options|
    General called Zero-Length Empty Class Member Function (like -Vx)

    Editor Enhancements
    -------------------

    * Read-only files identified by an "R" after the file name

    * Modified files include an asterisk (*) after the file name

    * Search|Replace includes a Change All option

    * IDE remembers the cursor position of the last 100
    edit buffers that you closed

    * IDE automatically loads the Tips script to display tool tips

    * Cursor changes in left gutter to indicate that a click
    will drop a debugger breakpoint

    Debugging Enhancements
    ----------------------

    * New options in Options|Environment|Debugger|Debugger Behavior:
    Do not save files or prompt when debugging and Do not prompt
    when attempting to run 16 bit applications

    * New option in Options|Project|Compiler|Debugging:
    Detach Debug Information from OBJs

    * Debugger status glyphs: Lightning bolt (if running)
    and Pause Process (if stepping or at breakpoint)

    * Debug menu: View Locals command creates Local Inspector (to
    watch local variables) when the IDE Debugger has a process loaded

    * The Watch window shows values in hex, decimal, or both formats

    * CPU View stack pane indicates the current position

    * While debugging, editor tooltips display the value of the symbol
    under the pointer

    Message Window Enhancements
    ---------------------------

    * An .RC file's source date and time format
    reflect the format of the country setting

    * The default position of the Message window has changed

    * You can use Ctrl+ A to clear the Build tab

    * Clear before Make/Build in Options|Environment|Preferences

    * Double-click on an unresolved external error message
    in the Build tab opens the file with the external reference

    Project Management Enhancements
    -------------------------------

    * Project menu: Stop Background Task appears during an
    asynchronous build

    * Project window glyphs: A red check mark (node has
    Local Overrides) and a clock with a red X on it
    (node out of date and will be rebuilt on the next make)

    * The default position of the Project window has changed

    * Compatibility: Two new Project Options on the C++ Options|C++
    Compatible dialog, Destructor Cleanup Compatibility and Class
    Layout Compatibility

    General Enhancements
    --------------------

    * Preprocessor: Invoking the preprocessor automatically loads
    the output into the edit buffer

    * Syntax highlighting: Scope delimiters ) and } can be
    customized; preprocessor directives highlighted only
    instead of highlighting the whole line

    * File|Open dialog boxes: Enable filename completion
    available in Options|Environment|Preferences for files
    and directories

    * Keyboard Shortcuts: You can use Ctrl+S to find the ~, <, and >
    characters

    * Windows NT: Shutting down the computer now saves an open
    .IDE file.

    ------------------
    Incremental Linker
    ------------------

    Borland C++ provides an incremental linker that dramatically improves
    link times (after the initial link). To use it, check Incremental
    Linker on the Options|Project|Linker|32-bit Linker page.

    ----------------------------------------
    Interoperability with Borland C++Builder
    ----------------------------------------

    If you have Borland C++Builder, you can add the C++Builder .MAK
    makefiles as nodes to your BCW projects. Refer to BCW.HLP for
    more information.

    ----------------------
    New Scripting Features
    ----------------------

    * File maintenance/navigation script (DIRVIEW.SPP)

    * New method ProjectStopBackgroundTask() to terminate
    asynchronous build/make/compile/transfer

    * remove_view_menu_item function in MENUHOOK.SPP lets you
    remove IDE main menu items

    * SearchAll hot key changed from A to L.
    (A clears the Message tab.)

    ------------------------------
    New Resource Workshop Features
    ------------------------------

    * 32-bit custom control DLL support in
    Options|Environment|Resource Editors|Control Libraries

    * New menu command Dialog|Resize to Content

    * Dialog editor enhancements

    * Check for Duplicate ID on the Dialog menu

    * Dynamic IDE status bar

    * Entry of DBCS characters in the menu editor

    * Code page support in Resource compiler through -c switch
    and #pragma code_page(ID-num)


      الوقت/التاريخ الآن هو الأحد مايو 19, 2024 4:17 pm