¡@

Home 

c++ Programming Glossary: borland

Design by Contract in C++?

http://stackoverflow.com/questions/1176131/design-by-contract-in-c

How to make std::vector's operator[] compile doing bounds checking in DEBUG but not in RELEASE

http://stackoverflow.com/questions/1290396/how-to-make-stdvectors-operator-compile-doing-bounds-checking-in-debug-but

this because I'm migrating an app that was written using Borland C to Visual Studio and in a small part of the code I have this.. only one element . This is undefined behaviour I know but Borland is returning 0 here VS is crashing. I like the crash better.. be completed faster so it would expose more bugs that Borland was hiding . c visual studio 2008 bounds checker share improve..

C++ to UML ( Reverse engineer / Round-trip engineering )

http://stackoverflow.com/questions/1407948/c-to-uml-reverse-engineer-round-trip-engineering

have tried Enterprise Architect UMLStudio Visual Paradigm Borland Together IBM Rational Architect and others. class ClassB static..

Why are Cdecl calls often mismatched in the “standard” P/Invoke Convention?

http://stackoverflow.com/questions/15660722/why-are-cdecl-calls-often-mismatched-in-the-standard-p-invoke-convention

with mutually incompatible choices. It was common in Borland compilers a company once very influential in compiler technology..

Why not to use Turbo C++? [closed]

http://stackoverflow.com/questions/1961828/why-not-to-use-turbo-c

in my University prefer to use Turbo C Version 3.0 by Borland International. What arguments can I put against the use of Turbo..

Macro / keyword which can be used to print out method name?

http://stackoverflow.com/questions/2192680/macro-keyword-which-can-be-used-to-print-out-method-name

Opening fstream with file with Unicode file name under Windows using non-MSVC compiler

http://stackoverflow.com/questions/2316672/opening-fstream-with-file-with-unicode-file-name-under-windows-using-non-msvc-co

with other compilers like GCC most important and probably Borland compiler. I know that CRTL provides _wfopen but it gives C FILE..

How to determine the version of the C++ standard used by the compiler?

http://stackoverflow.com/questions/2324658/how-to-determine-the-version-of-the-c-standard-used-by-the-compiler

_M_IX86 defined _MSC_VER _MSC_VER 1300 ... #endif Define Borland 5.0 C 16 bit compiler #if defined __BORLANDC__ defined __WIN32__..

C++ Library to Convert HTML to PDF? [closed]

http://stackoverflow.com/questions/427927/c-library-to-convert-html-to-pdf

targeting the Windows platform only. I am developing with Borland C Builder 2006 but the library does not have to be a VCL component...

#include <graphic.h>

http://stackoverflow.com/questions/4574201/include-graphic-h

question graphics.h is not a standard c . It is only Borland specific. I recommend OpenGL library SDL or the similar graphic..

C++ DLL plugin interface

http://stackoverflow.com/questions/4756944/c-dll-plugin-interface

that if the interface is used to create DLLs via MinGW or Borland and the DLL loader is compiled with MSVC there might be problems...

How do I import an RSA Public Key from .NET into OpenSSL

http://stackoverflow.com/questions/497428/how-do-i-import-an-rsa-public-key-from-net-into-openssl

Key from .NET into OpenSSL I have a .NET program and a Borland Win32 program that need to pass some cryptographically secure.. in memory for as long as the .NET program is running. The Borland app will then read the public key from disk and use the OpenSSL..

Portability of Native C++ properties

http://stackoverflow.com/questions/5772480/portability-of-native-c-properties

property which creates properties similar to C#. Borland C offers the __property keyword with the exact same functionality...

How can I reliably get the address of an object?

http://stackoverflow.com/questions/6494591/how-can-i-reliably-get-the-address-of-an-object

T parameter. Note from the remarks in the file regarding Borland compatibility arrays do not decay to pointers but are passed..

a class-key must be declared when declaring a friend

http://stackoverflow.com/questions/656948/a-class-key-must-be-declared-when-declaring-a-friend

class MyClass Why should the class keyword be required the Borland C compiler BTW does not require it. Couldn't the compiler simply..

Embed assembler to manipulate 64-bit registers in portable C++

http://stackoverflow.com/questions/7859568/embed-assembler-to-manipulate-64-bit-registers-in-portable-c

inline assembler function in two dialects. First the Borland C Builder version I think this compiles under MSVC too int BNASM_AddScalar..

C++ Editor, Compiler, Debugger on Windows ( Lighter than Visual Studio)

http://stackoverflow.com/questions/89924/c-editor-compiler-debugger-on-windows-lighter-than-visual-studio

NetBeans C C Pack vim As with Emacs... Microsoft Windows Borland Turbo C Explorer Microsoft Visual C 2008 Express Open Watcom..