登录
首页 » Delphi-C++Builder » 本章概要介绍Borland C++ Builder(BCB)和解释什么..

本章概要介绍Borland C++ Builder(BCB)和解释什么..

于 2022-03-28 发布 文件大小:453.95 kB
0 201
下载积分: 2 下载次数: 1

代码说明:

Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.-Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Delphi interface programming skills, writing Word documents, a large number of i...
    Delphi界面编程技巧,Word文档书写,提供大量界面编程方面的技巧-Delphi interface programming skills, writing Word documents, a large number of interface programming skills
    2022-10-12 09:10:03下载
    积分:1
  • C Builder6 with the source, the C for beginners have a pretty good friends with...
    C++Builder6随书的源程序,对初学C++的朋友有相当不错的帮助,此书六月份才出版-C Builder6 with the source, the C for beginners have a pretty good friends with the help of this book published until June
    2022-04-12 07:19:17下载
    积分:1
  • 原代码的相关表单
    有关表格查询的原码-relevant forms for the original code
    2022-04-20 22:07:37下载
    积分:1
  • Object Pascal is a high
    Object Pascal 是一种高级编译语言,具有强类型(对数据类型的检查非常严格)特性,支持结构化 和面向对象编程。它的优点包括代码的易读性、快速编译,以及支持多个单元文件从而实现模块化编程。 Object Pascal 具有一些特性以支持Borland 组件框架和RAD(快速应用程序开发)环境。在很大程 度上,本语言参考的说明和示例假定你使用Borland 公司的开发工具,如Delphi 和Kylix。 绝大多数使用Borland 开发工具的开发者是在IDE(集成开发环境)环境下编写代码并进行编译。 Borland 开发工具帮助我们设置工程和源文件的许多细节,比如维护单元的依赖信息。并且,使用这些工 具在程序的组织上还有一些限制,严格说来,这不是Object Pascal 语言规范的一部分。比如,Borland 开发工具遵循某些文件和程序的命名约定,若你在IDE 以外编写代码并使用命令行来编译,你可以避开 这些限制。 这些帮助主题假设你在IDE 环境下工作,并且使用VCL(可视化组件库)和/或 CLX(跨平台组件 库)创建应用程序。但有时候,Borland 一些特定的规则和Object Pascal 的通用规则并不相同。-Object Pascal is a high-level language compiler, strong type (of the types of data very strict inspection) features, structured and object-oriented programming. Its advantages include code readability, fast compiler, and documentation to support a number of modules to achieve modular programming. Object Pascal has some characteristics of components in support of Borland framework and RAD (Rapid should development of procedures) environment. To a large ex
    2022-04-06 21:19:36下载
    积分:1
  • RAD 10 c++ Builder 做的安卓摄像头扫二维码 Delphi的也放一起了
    RAD 10 c++ Builder 做的安卓摄像头扫二维码 Delphi的也放一起了 用的是ZXing 的下载了直接编译出安卓的APK放安卓里就可以试效果了罗。。^m^
    2022-08-04 02:50:10下载
    积分:1
  • 非常有用的学习,我个人喜欢的。没有问题你可以E。
    对于学习很有帮助,我个人也很喜欢。大家有什么问题的也可以交流反馈一下。-Very useful for learning, I personally liked. That there is no problem you can exchange feedback.
    2023-04-22 13:35:03下载
    积分:1
  • Delphi7中文帮助 v0.3 不需要解压缩密码,直接下载使用,很不错的帮助文件,希望对你能有所帮助...
    Delphi7中文帮助 v0.3 不需要解压缩密码,直接下载使用,很不错的帮助文件,希望对你能有所帮助-Delphi7 Chinese v0.3 need help extract passwords, download use, very good help files, and I hope to help you
    2022-02-01 08:10:49下载
    积分:1
  • 犯错
    《轻松学习Delphi for windows》 提示:您正在使用是老版本超星阅览器,请下载安装"超星阅览器4.0" 提示:您可能还没有安装"超星阅览器4.0",请下载安装 电信阅读 | 网通阅读 作者:许振伍编著 页数:305 -err
    2022-02-09 17:59:25下载
    积分:1
  • 开发客户/服务器应用程序时,一个需要考虑的问题是,面向集合还是面向记录?客户程序并不是 像桌面数据库程序那样直接面对数据库表,而只是面对数据的子集。 客...
    开发客户/服务器应用程序时,一个需要考虑的问题是,面向集合还是面向记录?客户程序并不是 像桌面数据库程序那样直接面对数据库表,而只是面对数据的子集。 客户程序在向服务器请求数据时,得到的数据可能是由一个或多个表中的字段构成的,而请求是 通过结构化查询语言( S Q L )实现的。 -development of client/server applications, a need to consider the problems that still face pool-oriented record? Clients are not as desktop database program as directly face the database tables, and faced with only a subset of data. Client to the server requesting data, the data may be from one or more tables of fields, which are requested through structured query language (S Q L) achieved.
    2022-08-21 15:30:36下载
    积分:1
  • 本人发现的很好的书籍
    本人发现的很好的书籍-A good book I found
    2022-03-06 03:54:10下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载