home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 May
/
PCWorld_2001-05_cd.bin
/
Software
/
Vyzkuste
/
devc
/
_SETUP.6
/
Group21
/
Test_cpp.txt
< prev
next >
Wrap
Text File
|
2000-07-11
|
157b
|
10 lines
#include <iostream.h>
#include <stdlib.h>
#include <windows.h>
int main (int argc, char *argv[])
{
/* Put your C++ codes here */
return 0;
}