mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-01 15:52:41 -06:00
Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1464 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
920be7c95a
commit
fabb787bde
7 changed files with 63 additions and 153 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue