Have you actually tried to compile and run this progam? You need to have a main() function that calls your pyramida() function. As you are using the string class, you will also need to have #include <string> as well togther with using std::string; Try compiling and running this program. Look at the output and then see if you can figure out what else needs to go in the for loop to produce the triangle.

Happy coding