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
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for mz_rigel

Hi, I'm trying to write a program that converts a base x to a base y. It says that we are suppose to use two functions to do so: one that converts base x to base 10 and one that converts base 10 to base y but I don't understand …

Member Avatar for WaltP
0
1K
Member Avatar for mz_rigel

I wrote the below code and when I try to compile it I get the following error: error C2109: subscript requires array or pointer type. Can anyone tell me what I did wrong and how I can fix it? Thanks a lot! :) [CODE] // This program writes the bombsweeper …

Member Avatar for kvprajapati
0
98
Member Avatar for mz_rigel

Hi, I am new to programming and am having trouble with this homework assignment. I am confused about how to implement the histogram and frequency. Any help will be greatly appreciated. :) [CODE] // Frequency distribution and bar graph program. User inputs 10 #s that range from 5-15 and is …

Member Avatar for Tom Gunn
0
191
Member Avatar for mz_rigel

Hiyee, I'm pretty new to programming. I have taken a beginning C++ course and am currently in an advanced one. I hope to be able to eventually get my bachelor's in computer engineering. I joined so that I will be able to get any help with any questions I have, …

Member Avatar for quicktpgo
0
45
Member Avatar for mz_rigel

I need help with my homework assignment for school. I was able to get everything to work fine when I just put everything in int main() without using functions but when I tried to separate everything into functions the program is not running correctly and although I don't get an …

Member Avatar for KonkaNok
0
115