Loading AI tools
来自维基百科,自由的百科全书
Borland C++是C++程序的开发环境(可称之整合开发环境,Integrated Development Environment, IDE),有DOS版与Windows版。Borland C++的前身是Turbo C++。Borland C++ 最后的版本是5.02。另外,Borland C++ 5.5仅有命令行功能。
1992年Borland买下White Water的 C++ Framework,改名为 Object Windows Library(OWL),并且推出以 OWL 1.0为核心的Borland C/C++ 3.1,OWL使用多重继承架构。Borland C++ 5.0同时支持OWL与MFC。Borland C++ Builder最后取代 Borland C++。
Borland C++ 3.1的范例程序:
class TGDIDemoWindow : public TMDIFrame { public: TGDIDemoWindow( LPSTR ATitle, LPSTR MenuName ) : TMDIFrame(ATitle, MenuName) {}; virtual void SetupWindow(); virtual void ArtyDemo( TMessage& ) =[CM_FIRST + ArtyDemoID]; virtual void Quit( TMessage& ) =[CM_FIRST + QuitID]; virtual void WMTimer( TMessage& ) =[WM_FIRST + WM_TIMER]; virtual void WMDestroy( TMessage& ) =[WM_FIRST + WM_DESTROY]; };
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.