stl

using STL containers and templates, how to write a program that stores the Fibonacci sequence up until the nth number and the summation and also the index number given by user
The way you do ask implies that you know how to compute Fibonacci sequence but you don't know how to use the C++ standard library. Is this a correct assertion?
The people here would be glad to help you, but you're gonna have to give us something to work with, not just a copy-pasted assignment prompt.

Start with some code, show us what you have, and what specific part of the assignment/code you are having trouble with.
Last edited on
Topic archived. No new replies allowed.