#include
using namespace std;
int main () {
ofstream myfile ("example.txt");
if (myfile.is_open())
{
myfile << "This is a line.\n";
myfile << "This is another line.\n";
myfile.close();
}
else cout << "Unable to open file";
return 0;
}
CSCIO namin 2! hehehe pero si princess parin laman ng utak kO! pRINCESs....
The PC speaker is the most primitive sound system used in IBM compatible PCs, and in fact used to be the only one in use in PC games before more technologically advanced sound cards such as AdLib or the Sound Blaster were introduced as ISA plug-in cards around 1990. However, even some years after these sound cards became mainstream and widely used, game manufacturers continued to support PC-speaker-only sound/music in their games in order to maximise their customer base. ...
Microphone
A microphone, sometimes referred to as a mike or mic (both IPA pronunciation: [maik]), is an acoustic to electric transducer or sensor that converts sound into an electrical signal.