git-svn-id: svn://ultimatepp.org/upp/trunk@448 f0d560ea-af0d-0410-9eb7-867de7ffcac7

This commit is contained in:
cxl 2008-09-15 06:36:26 +00:00
parent 50ccc8346b
commit ff54a6ae7d
55 changed files with 57706 additions and 7366 deletions

View file

@ -1,20 +1,20 @@
template <class T, class U>
class X {
public:
T alfa();
T beta;
U u;
String s;
};
struct Test : X<String, Color>
{
Test();
};
void Alfa()
{
Test x;
x.beta;
x.u. <<<!!!!
struct X {
int x, y;
}
point[] = { {1, 2}, {3, 4} };
String test[] = { "ahoj", "kamarade" };
struct String {
void Test();
};
StatusBar::StatusBar()
{
String x;
Height(5 + max(16, Draw::GetStdFontCy()));
frame.style = frame.style = &StyleDefault();
SetFrame(frame);
AddFrame(grip);
}