📄 how to use the library in your projects.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0046)http://www.xs4all.nl/~edienske/ecc/manual.html -->
<HTML><HEAD><TITLE>ecc - Manual</TITLE>
<META http-equiv=Content-Type content="text/html; charset=UTF-8"><LINK
href="How to use the library in your projects.files/ecc.css" type=text/css
rel=stylesheet>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<TABLE class=main_table cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD class=logo width="25%"><A href="http://www.xs4all.nl/~edienske/"><IMG
height=60 alt="Logo (PNG Image)"
src="How to use the library in your projects.files/ecc-logo.png" width=60
border=0></A></TD>
<TD width=10></TD>
<TD class=page_head_cell>
<DIV class=page_head>ecc :: Erik's Code Collection</DIV>
<DIV class=page_subhead></DIV></TD></TR></TBODY></TABLE>
<TABLE class=main_table cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top width="25%">
<DIV class=index_frame><A class=index_head
href="http://www.xs4all.nl/~edienske/ecc/index.html">
<DIV><B>ecc...?</B></DIV></A><A class=index_head
href="http://www.xs4all.nl/~edienske/ecc/manual.html">
<DIV><B>Manual</B></DIV></A><A class=index_sub_head
href="http://www.xs4all.nl/~edienske/ecc/manual.html#usage">
<DIV>How to use the library in your projects</DIV></A><A class=index_head
href="http://www.xs4all.nl/~edienske/ecc/history.html">
<DIV><B>History</B></DIV></A><A class=index_head
href="http://www.xs4all.nl/~edienske/ecc/download.html">
<DIV><B>Download</B></DIV></A><A class=index_head
href="http://www.xs4all.nl/~edienske/ecc/bugsugs.html">
<DIV><B>Known issues</B></DIV></A><A class=index_head
href="http://www.xs4all.nl/~edienske/ecc/develop.html">
<DIV><B>Developers</B></DIV></A><A class=index_head
href="http://www.xs4all.nl/~edienske/ecc/license.html">
<DIV><B>License, copyright and distribution</B></DIV></A></DIV>
<DIV align=center><BR><A class=visit_homepage
href="http://www.xs4all.nl/~edienske/index.html">Back to Homepage
</A></DIV></TD>
<TD width=10></TD>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<DIV class=title>Manual</DIV></TD></TR>
<TR>
<TD height=8></TD></TR>
<TR>
<TD class=main_frame vAlign=top><A name=usage></A>
<DIV class=head>How to use the library in your projects<SPAN
style="FONT-WEIGHT: normal; FONT-SIZE: smaller; MARGIN-LEFT: 10px"></SPAN>
</DIV>
<TABLE cellSpacing=0 cellPadding=8 width="100%">
<TBODY>
<TR>
<TD width="100%">
<TABLE class=list cellSpacing=0 cellPadding=4 width="100%">
<TBODY>
<TR>
<TD width="100%">
<TABLE cellSpacing=0 cellPadding=2 width="100%"
border=0>
<TBODY>
<TR vAlign=top>
<TD width=1><B style="COLOR: #404040">></B></TD>
<TD>
<DIV class=litem>Make sure you installed the ecc
library in Borland C++Builder's IDE.<BR>See the
Developer's section: <A
href="http://www.xs4all.nl/~edienske/ecc/develop.html#compile">How
to compile the source and install the library</A>.
</DIV></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=2 width="100%"
border=0>
<TBODY>
<TR vAlign=top>
<TD width=1><B style="COLOR: #404040">></B></TD>
<TD>
<DIV class=litem>Every function/class is placed in
the namespace <CODE>ecc</CODE>.<BR>If
function/class naming conflicts occur,
use:<BR><CODE> using namespace
ecc;</CODE><BR>or prefix the function/class with
<CODE>ecc::</CODE>, for
example:<BR><CODE> ecc::QuoteStr(...);</CODE>
</DIV></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=2 width="100%"
border=0>
<TBODY>
<TR vAlign=top>
<TD width=1><B style="COLOR: #404040">></B></TD>
<TD>
<DIV class=litem>To include all functions/classes
of the library use:<BR><CODE> #include
"ecc.h"</CODE><BR>Of course you can also include
seperate header files.</DIV></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=2 width="100%"
border=0>
<TBODY>
<TR vAlign=top>
<TD width=1><B style="COLOR: #404040">></B></TD>
<TD>
<DIV class=litem>Refer to the .h and the .cpp
files for more
documentation.</DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<DIV class=bottom_link>Try <A href="http://www.mozilla.org/">Mozilla</A>.
A better browser and mail/news client.
</DIV></TD></TR></TBODY></TABLE></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -