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

From KDE UserBase Wiki
Revision as of 19:54, 17 July 2020 by ChristianW (talk | contribs) (Created page with "void foo() { Car my_ride; // ...faites quelque chose avec cette variable... std::string color = my_ride.ge </syntaxhighlight><!--{-->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

void foo() {

 Car my_ride;
 // ...faites quelque chose avec cette variable...
 std::string color = my_ride.ge

</syntaxhighlight>