Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for rhyza

i have a simple asterisk graph program but i am having trouble anout the output how will i align the result of the other perosn.. this is my code [CODE]#include "stdafx.h" #include <iostream> #include <conio.h> #include <string> #include <windows.h> #include <iomanip> using namespace std; void main() { int cartoon; int …

Member Avatar for Narue
0
91
Member Avatar for rhyza

im having trouble with my output i want to justify it the name and the result but i dont dont how when i enter a number it is not centered......pls help me this is my codes [CODE]#include "stdafx.h" #include <iostream> #include <conio.h> #include <string> #include <windows.h> using namespace std; void …

Member Avatar for Satyrn
0
169
Member Avatar for rhyza

i was having trouble with this couse we use an asterisk sign instead of a graph but the output is so mixed up how will i will aline the asterisk..pls help me [CODE]# include <"stdafx.h"> # include <iostream> # include <conio.h> # include <string> # include <windows.h> void main() { …

Member Avatar for WaltP
0
178
Member Avatar for BTW8892

I'm creating a voting program in which you input the persons name and how many votes they have received. It than prints out the persons name, their amount of votes and the percentage of their votes from the total. I can't seem to get the percent of total to work …

Member Avatar for BTW8892
0
1K