fafasdgsadgas
Programmer
I have recently started learning about C++ and got Visual C++ 6 Standard Edition, I tried to make a program that would ask for a number and then print the values of that number to the power of 0-20, unfortunately it won't seem to do the equation correctly. I tried setting up a function for the equation but it still won't work. I did include the cstdlib and cmath headers and even tried stdlib.h and math.h with no avail. I also have conio.h, if that helps at all. Is it a bug in Visual Studio or my error? I'll send the source if requested.