Questions et réponses pour le function :

A function (also called a procedure, method, subroutine, or routine) is a portion of code intended to carry out a single, specific task. Use this tag for questions which specifically involve creating or calling functions. For help implementing a function to perform a task, use [algorithm] or a task-specific tag instead.

51
votes
J'ai appris les fonctions C ++ constexpr , et j'ai implémenté une fonction constexpr pour trouver le numéro Nth Fibonacci. #include <iostr ...