Bug #13775 2008-05-08 07:59
liming
¥N码§é叠问题
¤U±ªº¥N码¬q
选¦bFold All
µM¦Z,¦b"enum"¤W¤@¦æ开头处输¤J/*这两个¦r²Å
µM¦Z³¡¤À¥N码´N¤£见¤F
#include <iostream>
using namespace std;
enum Type {
Hello = 1,
World = 2,
};
int main()
{
Type tmp = (Type) (Hello | World);
cout << "Hello world!" << endl;
cout << Hello << ' ' << World
<< ' ' << (Hello | World) << ' '
<< tmp << endl;
return 0;
}
- Category
- Application::Editor
- Group
- Status
- Closed
- Close date
- 2008-05-08 16:00
- Assigned to
- mortenmacfly
History
liming 2008-05-08 08:04
1.choose Folding -> Fold All
2.insert two char /* at the begining of the line under "using namespace std;", than part of code disappeared
mortenmacfly 2008-05-08 16:00
Rejected due to unreadable characters in the description.
please re-open a new bug with ENGLISH ONLY and ANSI letters / words / sentences.