// main1.cpp, first file of a number in mp3pieces project // By RPF 5/24/2000 /* After this, cut the file from the file view window * paste all this into a new file main2.cpp, * add that to the project and proceed. */ #include "mp3Header.h" // first, a hello world void main() { cout << "hi planet, and don't forget to put in an int when done.\n"; int i; cin >> i; }