Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached
Favorite Forums
Favorite Tags
c++ x 16
Member Avatar for Ma Nicole Ydralyn

Hi guys I am really having trouble on what to do with my program. We are asked to make a cashier's program and I don't know how to do the the Receipt... I don't know what to do in the order part... how about if the customer will order 3 …

Member Avatar for David W
0
6K
Member Avatar for Ma Nicole Ydralyn

Hi guys I need some help in sorting array in descending and ascending order. I already have my ascending program but it does not work when I put codes for descending..

Member Avatar for vegaseat
0
129
Member Avatar for Ma Nicole Ydralyn

Hey guys I'm having trouble on placing my loops I actually want to make a square and I dont know how to manipulate my own placement because I am used to gotoxy(); and I think it only works in TurboC++... As of now I am using DevC++ .. Can you …

Member Avatar for vegaseat
0
161
Member Avatar for Ma Nicole Ydralyn

Can I ask on how to use the goto statement because here in my program I am using Function and inorder to go back from the top I use goto statement.. Why isn't it working?? #include<iostream> using namespace std; void rankE(){ cout<<"Rank: E "<<endl<<endl; } void rankD(){ cout<<"Rank: D "<<endl<<endl; …

Member Avatar for deceptikon
0
354
Member Avatar for Ma Nicole Ydralyn

Hi I just wanna know what is wrong in my program I'm a little bit confused using FUNCTION... Thank you... #include<iostream> #include<cstring> using namespace std; struct Name{ char* names; int grades; }; int main(){ int a, Jo; Name John; Name Alvin; John.names; John.grades; Alvin.names; Alvin.grades; std::cout<<"Student Name: "; cin>>John.names; cout<<endl; …

Member Avatar for Ma Nicole Ydralyn
0
157
Member Avatar for Ma Nicole Ydralyn

Hi there... I'm having some difficulties in my studies. We were asked by our teacher to make a program on how to calculate Frequency Distribution Table and also with the calculations of Mean, Median, and Mode. Can I ask some help ??

Member Avatar for Ma Nicole Ydralyn
0
95