Syncing uppdev

git-svn-id: svn://ultimatepp.org/upp/trunk@1464 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-08-02 10:11:30 +00:00
parent 920be7c95a
commit fabb787bde
7 changed files with 63 additions and 153 deletions

View file

@ -1,15 +1,9 @@
#include "sstrm.h"
#include "Core/Core.h"
using namespace Upp;
CONSOLE_APP_MAIN
{
StringStream ss;
ss.Put('*');
ss.Put("ahoj kamarade jak se mas");
ss.Seek(0);
DUMP(ss.GetLine());
LOGHEXDUMP(ss.GetResult(), ss.GetResult().GetCount());
ss.Seek(0);
DUMP(ss.GetLine());
ss.Put("Another one");
LOGHEXDUMP(ss.GetResult(), ss.GetResult().GetCount());
}
ss.Put("xxx", 3);
}