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

From KDE UserBase Wiki
Revision as of 18:18, 30 May 2011 by Claus chr (talk | contribs) (Importing a new version from external source)
(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>}}