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

From KDE UserBase Wiki
Revision as of 12:37, 4 April 2020 by Yurchor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

void foo() {

 Car my_ride;
 // ...do something with this variable...
 std::string color = my_ride.ge

</syntaxhighlight>