Brad Jones
May 17th, 2002, 04:03 PM
This is a test
this is another test 1234567890 1234567890 1234567890
1234567890 1234567890 1234567890 1234567890
1234567890 1234567890
abc def = "xxxx"
int main(void)
{
char x;
int y; // my var
cout << "mixing C++ and C" << x << y << endl;
printf("xxx");
return 0;
}
this is another test 1234567890 1234567890 1234567890
1234567890 1234567890 1234567890 1234567890
1234567890 1234567890
abc def = "xxxx"
int main(void)
{
char x;
int y; // my var
cout << "mixing C++ and C" << x << y << endl;
printf("xxx");
return 0;
}