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

From KDE UserBase Wiki
Revision as of 15:58, 30 May 2011 by Yurchor (talk | contribs) (Created page with "void foo() { Car my_ride; // ...якісь дії з цією змінною... std::string color = my_ride.ge </syntaxhighlight>}}<!--{{-->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

void foo() {

 Car my_ride;
 // ...якісь дії з цією змінною...
 std::string color = my_ride.ge

</syntaxhighlight>}}