============================================================
y \tg zcpp2htm
y  zWindows 2000
y  쐬  z D (sinzan@mail.hidecnet.ne.jp)
============================================================

ڎ
PDbt@CƂ
QDbt@C̍\
RD̃o[W - #version 
SD̎ - [̎], [+̎], [-̎]
@E[keyword], [+keyword], [-keyword]
@E[line_comment], [+line_comment], [-line_comment]
@E[block_comment], [+block_comment], [-block_comment]
@E[string_literal], [+string_literal], [-string_literal]
@E[char_constant], [+char_constant], [-char_constant]
TDTv

------------------------------------------------------------

PDbt@CƂ
@cpp2htm ̓\[XR[h̓̌^Oň͂񂾃t@Co͂邱ƂŃ\[XR[h܂HTML`t@C̍쐬x\tgłB
@ubt@Cv cpp2htm F\RgEE萔̊JnLƏILȂǂg邽߂̃t@CłB


QDbt@C̍\
@bt@Cɂ͈ȉ̂RڂLq܂B
@ [̃o[W] ͏ɕKvłB
@啶Ə͋ʂ܂B

@Ẽo[W cc #version  
@E̎ށ@@@ cc [̎], [+̎] 
@E@@@@@@ cc  


RD̃o[W - #version 
@#version
@@bt@C̃o[Ww肵܂B
@@݂̃o[W 00000000 łB
@@̃o[W͕Kt@C̐擪sɋLqĂB
@@啶Ə͋ʂ܂B

@@j@#version 00000000


SD̎ - [̎], [+̎], [-̎]
@w肷̎ނłB
@ȉ̂Tނ̌傪wł܂B
@[̎] ͎w̎ނ̌QVɒ`܂B
@[̎] ł́A܂łɎw肳Ă͑SĖɂȂ܂B
@[+̎] ͊Ɏw肳ĂQɐVȌǉ܂B
@[-̎] ͊Ɏw肳ĂQw̌폜܂B
@eQ̃ftHg̏ԂɂĂ̓TvQƂĂB
@啶Ə͋ʂ܂B

@Ekeyword        cc L[[hiʂɂ͏n̗\j 
@Eline_comment   cc PsRg̊JnL 
@Eblock_comment  cc sRg̊JnLƏIL̑g 
@Estring_literal cc 萔̊JnLƏIL̑g 
@Echar_constant  cc 萔̊JnLƏIL̑g 

@[keyword], [+keyword], [-keyword] 
@@L[[hw肵܂B
@@sɈ̃L[[hLq܂B

@[line_comment], [+line_comment], [-line_comment] 
@@PsRg̊JnLw肵܂B
@@JnLs܂łRgɂȂ܂B
@@sɈ̊JnLLq܂B

@[block_comment], [+block_comment], [-block_comment] 
@@sRg̊JnLƏILw肵܂B
@@JnLΉIL܂łRgɂȂ܂B
@@Ήg̊JnLƏILAȏ̋󔒕 ' 'ŋ؂ēsɋLq܂B

@[string_literal], [+string_literal], [-string_literal] 
@@萔̊JnLƏILw肵܂B
@@nLΉIL܂ł萔ɂȂ܂B
@@Ήg̊JnLƏILAȏ̋󔒕 ' 'ŋ؂ēsɋLq܂B

@[char_constant], [+char_constant], [-char_constant] 
@@萔̊JnLƏILw肵܂B
@@JnLΉIL܂ł萔ɂȂ܂B
@@Ήg̊JnLƏILAȏ̋󔒕 ' 'ŋ؂ēsɋLq܂B


TDTv
@cpp2htm ̓ftHgňȉ̌b܂B

------------------cpp2htm ftHǧb------------------
#version 00000000

[line_comment]
//

[block_comment]
/* */

[string_literal]
" "

[char_constant]
' '

[keyword]
#include
#line
#error
#pragma
#define
#undef
#ifdef
#ifndef
#if
#endif
#else
#elif
bool
true
false
char
short
int
long
float
double
void
signed
unsigned
const
volatile
auto
register
static
extern
typedef
struct
union
enum
class
do
while
for
switch
case
default
if
else
break
continue
goto
return
sizeof
new
delete
this
inline
typeid
static_cast
reinterpret_cast
const_cast
dynamic_cast
private
protected
public
virtual
friend
asm
operator
template
using
namespace
try
catch
throw
