You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
643 B
18 lines
643 B
void foo()
|
|
{
|
|
cout.setf(ios::showpoint);
|
|
cout.setf(ios::floatfield, ios::fixed);
|
|
|
|
what.the.hell.cout << "hello"
|
|
<< "world!"
|
|
<< "This"
|
|
<< "is a"
|
|
<< "test!";
|
|
|
|
*aaaaaa = (bbbbb(cccccPtr->ddd) & YYYYYYYYYYYYYYYYYYYYYYYY) |
|
|
((bbbbb(cccccPtr->nnnnnnnn) << ZZZZZZZZZZZZZZZZZZZZZZZZZZZ)
|
|
& WWWWWWWWWWWWWWWWWWWWWWWWWW) | ((bbbbb(cccccPtr->hhhhhhhhhhhhhh)
|
|
<< FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF)
|
|
& EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE);
|
|
}
|