User profile: SakurasouBusters

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:SakurasouBusters
History
Joined:
Number of posts:732
Latest posts:

radius compute circumference & area
Please respond to my previous post before I can help you with the next. http://www.cplusplus.com/for...

dealing with some logic errors pt 2
[code]#include <iostream> #include <string> #include <iomanip> using namespace std; bool isprime(i...

enumeration type triangleType with values
[code]enum triangleType { EQUILATERAL, RIGHT, ISOSCELES, SCALENE }; triangleType tr...

structure and file
@WilliamMorris [quote]Maybe you have done familiar task?[/quote] Yes, I have done a familiar task ju...

txt file into multi dim array table
@safin [quote]Create a 50x8 int array to hold the employee’s data, and a size 50 string array to h...