Translations:KDevelop5/Manual/Working with source code/169/fr: Difference between revisions
Appearance
ChristianW (talk | contribs) Created page with "void foo() { Car my_ride; // ...faites quelque chose avec cette variable... std::string color = my_ride.ge </syntaxhighlight><!--{-->" |
(No difference)
|
Latest revision as of 19:54, 17 July 2020
void foo() {
Car my_ride; // ...faites quelque chose avec cette variable... std::string color = my_ride.ge
</syntaxhighlight>