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
~484 People Reached
Favorite Tags
Member Avatar for roc a

I have started this program and have finished the first part and it builds just fine but when i debug it I am gettin an error message Run-time check failure#3 - the variable total_sales is being used without being defined. Can some help me out? #include <iostream> using namespace std; …

Member Avatar for crunchie
0
144
Member Avatar for roc a

I have started this program and it builds fine but when I debug it I get a run-time check error #3, the variable total_sales is being used without being defined. Can some one help me out with this?[code]#include <iostream> using namespace std; void main() { int sp[10][7] = {89, 92, …

Member Avatar for thomas_naveen
0
148
Member Avatar for roc a

I am having a hard time getting started on this array. I am in a C++ class but I have no refrence material to go off of This is what i have so far, The purpose of the code is to find out how many wait staff is needed if …

Member Avatar for Stefano Mtangoo
0
192