Translations:KDevelop4/Manual/Working with source code/176/uk

From KDE UserBase Wiki
Revision as of 16:00, 30 May 2011 by Yurchor (talk | contribs) (Created page with "{{Input|<syntaxhighlight lang="cpp"> for (typename Triangulation<dim,spacedim>::active_cell_iterator cell = triangulation.begin_active(); cell != triangulation.end...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
for (typename Triangulation<dim,spacedim>::active_cell_iterator
       cell = triangulation.begin_active();
     cell != triangulation.end(); ++cell)
  ... якісь дії над cell ...