Translations:Kdevelop5/Manual/Meet KDevelop/7/fr: Difference between revisions

From KDE UserBase Wiki
(Created page with "{{Input|<syntaxhighlight lang="cpp"> Car my_ride; // ...do something with this variable... std::string color = my_ride.ge </syntaxhighlight>}}")
 
No edit summary
Line 1: Line 1:
{{Input|<syntaxhighlight lang="cpp">
{{Input/fr|<syntaxhighlight lang="cpp">
Car my_ride;
Car my_ride;
// ...do something with this variable...
// ...do something with this variable...
std::string color = my_ride.ge
std::string color = my_ride.ge
</syntaxhighlight>}}
</syntaxhighlight>}}

Revision as of 22:00, 23 June 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Kdevelop5/Manual/Meet KDevelop)
<syntaxhighlight lang="cpp" line>
Car my_ride;
// ...do something with this variable...
std::string color = my_ride.ge
</syntaxhighlight>
Car my_ride;
// ...do something with this variable...
std::string color = my_ride.ge