// sznurek i c-sznurek
#include
#include
#include
using namespace std;
int magistrala ()
{
char * cstr, *p;
smyczkowy str ("Zadawalać rozłam ten zwrot w żeton");
cstr = nowy char [str.size () +1];
strcpy (cstr, str.c_str ());
// cstr teraz zawierać a. c. - smyczkowy kopia str
p=strtok (cstr, "");
podczas gdy (p! =NULL)
{
cout <>
|