XCHAOS: Az na to, ze "jednodussi" samozrejme take neni - uz proto, ze porad musis v urcitych situacich pouzivat malloc/free. Cili i kdyby kontexty byly super jednoduche (coz nejsou), porad znamenaji pridanou slozitost nad free/malloc. Docela bizarni, v jazyce urcenem pro zacatecniky.
Btw, kdyz napisu tohle:
while (foo()) {
blabla();
if (bar()) {
remember {
allocate_memory_and_do_stuff()
if (baz1()) {
break; // chci ukoncit cyklus while
}
if (baz2()) {
continue; // chci spusti dalsi iteraci while
}
}
}
}
Bude to fungovat? Nebude? Co budu muset napsat aby to fungovalo? Vzhledem k tomu jaky bastl predpokladam ze ke
remember mam urcitou teorii, ale rad si to poslechnu od tebe 8)