home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power GUI Programming with VisualAge C++
/
powergui.iso
/
trialva
/
ibmcppw
/
tutorial
/
present
/
text
/
133s2.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-15
|
105 b
|
8 lines
Type the following lines of code:
void main() {
// comment
int a=30;
cout << a << endl;
}