01.
如何运行C++ STL程序——morning小品文如需复制、传播,请附上本声明,谢谢。原文出处:http://morningspace.51.net/,本文摘编自笔者自撰的,简单介绍了在特定c++编译器环境下运行STL程序的若干细节,并提供了一些可能遇到的常见问题的解决办法,适合于还...查看完整版>>
如何运行C++ STL程序——morning小品文
02.
C++程序员如何用D编程C++ 程序员如何用 D 编程每个有经验的 C++ 程序员都积累了一系列的习惯和技术,这几乎成了第二天性。有时候,当学习一门新语言时,这些习惯会因为太令人舒适而使人看不到新语言中等价的方法。所以下面收集了一些常用...查看完整版>>
C++程序员如何用D编程
03.
如何将C/C++程序转译成Delphi(十五)8. The Jedi Common Support Unit unit JediUtil;{==========================================================}{ Jedi Common Support Unit }{=================================...查看完整版>>
如何将C/C++程序转译成Delphi(十五)
04.
如何将C/C++程序转译成Delphi(十四)7.2. Dynamic LinkingDynamic Linking is used to link the DLL at runtime.Handling Static and Dynamic Linking in the Jedi EnvironmentBecause both static and dynamic linking have their strengths, we must ...查看完整版>>
如何将C/C++程序转译成Delphi(十四)
05.
如何将C/C++程序转译成Delphi(十三)7. LinkingThere are two ways to link a DLL and import a function. Static linking is very easy and the recommended way if the DLL is certain to be available on the client's machine. If the DLL is optio...查看完整版>>
如何将C/C++程序转译成Delphi(十三)
06.
如何将C/C++程序转译成Delphi(十二)5. Conditionals###ToDo -- 6. Functions6.1. BasicsLet's use the following C-declaration as an example of declaring a function:WINADVAPIBOOLWINAPIControlService( SC_HANDLE hService, DWOR...查看完整版>>
如何将C/C++程序转译成Delphi(十二)
07.
如何将C/C++程序转译成Delphi(十一)4. MacrosIn C it's possible to define macros. Macros are not available in Delphi, so functions must be used to translate C-macros. In most cases it's easier to translate a macro based on the informati...查看完整版>>
如何将C/C++程序转译成Delphi(十一)
08.
如何将C/C++程序转译成Delphi(十)3.6.3. Packed Records (Alignment)If a record is packed (aligned) then the starting byte of a field (and consequently also of the record) is aligned with the first byte of a word (16-bit or 2-byte alig...查看完整版>>
如何将C/C++程序转译成Delphi(十)
09.
如何将C/C++程序转译成Delphi(九)Case Integer of starts the variant part of the record. Each variant is identified by an ordinal value. This value has no meaning when the type is being used, but is required for declaration.Please not...查看完整版>>
如何将C/C++程序转译成Delphi(九)
10.
如何将C/C++程序转译成Delphi(八)3.6. Structures, Records3.6.1. Simple StructuresC structures are similar to records in Delphi. Structures are usually defined with the typedef keyword, but it's also possible to do it with #define.The...查看完整版>>
如何将C/C++程序转译成Delphi(八)
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。