This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
in204:tds:sujets:td3:part2 [2019/10/05 14:27] bmonsuez v |
in204:tds:sujets:td3:part2 [2022/11/18 10:49] (current) |
||
---|---|---|---|
Line 44: | Line 44: | ||
<hidden Correction> | <hidden Correction> | ||
+ | |||
Supposons d'abord que nous souhaitons appelé la fonction ''generic::populate_with_randoms'' en lui passant un tableau de type ''std::string'' avec le code suivant : | Supposons d'abord que nous souhaitons appelé la fonction ''generic::populate_with_randoms'' en lui passant un tableau de type ''std::string'' avec le code suivant : | ||
Line 84: | Line 85: | ||
} | } | ||
</code> | </code> | ||
- | |||
</hidden> | </hidden> | ||
===== Question n°2 ===== | ===== Question n°2 ===== | ||
Line 177: | Line 177: | ||
... | ... | ||
} | } | ||
+ | </code> | ||
</hidden> | </hidden> | ||
Line 198: | Line 199: | ||
}; | }; | ||
</code> | </code> | ||
- | |||
</hidden> | </hidden> | ||
Line 380: | Line 380: | ||
greater_or_lower_traits<int>()); | greater_or_lower_traits<int>()); | ||
</code> | </code> | ||
+ | |||
</hidden> | </hidden> |