Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~3K People Reached
Favorite Forums
Favorite Tags
c++ x 34
Member Avatar for mmgoicochea

So heres a portion of my program... the program has several functions (each doing diff. things) Im having a problem I can not find the way to write the sum of the third row in costOfSports array. the book says something like this: for(col=0;col<5;col++) { for(row=0;row<3;row++) { row_sum[row]=array[row][col]; } } …

Member Avatar for trillionaire
0
113
Member Avatar for JohnJ_21

Hello all! I just joined this forum in need of major help. I got this program to write as one of my final grades in a class im taking. I was wondering if anyone could help me (if you wanna do it... that would be awesome, i got 3 other …

Member Avatar for WaltP
0
141
Member Avatar for mmgoicochea

Hi everyone I m openning this theat because I want to see if any of you can help me... well lets see ... I got my full time back at work (after 2 years :o ) and Im worry about college because I do not have enough time to complete …

Member Avatar for mmgoicochea
0
445
Member Avatar for mmgoicochea

So this is assignment number 14 and this is the fourth time Im bothering you...I hope you can help me. I think Im almost done with it but I can not get "toupper" my name and lastname so it would be copied to the outfile.txt file. Description: The program writes …

Member Avatar for mmgoicochea
0
116
Member Avatar for mmgoicochea

The program asks to input an integer larger than one. the number is then passed into a function that calculates the sum of squares from 1 to that integer the output should be the value of the integer and the sum(labeled). A negative input value signals the end of the …

Member Avatar for mmgoicochea
0
193
Member Avatar for mmgoicochea

Hello my name is Mario Goicochea I'm from peru and im in college hopping to earn a computer science degree and then move on and get a real nice job. I've been saving for years to open my own business and I think thats what Im going to do after …

Member Avatar for jephthah
0
94
Member Avatar for mmgoicochea

Hello everyone so this is the piece of code i'm wokingon.. the program ask to input an integer. If the integer is even the program will divide it by two and if the integer is odd the number will be multiplied by three and then after it is multiplied it …

Member Avatar for mmgoicochea
0
1K
Member Avatar for mmgoicochea

This program will calculate commision based on the value of sales made... im getting three errors so far... 1>h:\cs110\assignment6\assignment6.cpp(22) : warning C4700: uninitialized local variable 'third' used 1>h:\cs110\assignment6\assignment6.cpp(22) : warning C4700: uninitialized local variable 'second' used 1>h:\cs110\assignment6\assignment6.cpp(22) : warning C4700: uninitialized local variable 'first' used. I was reading some books …

Member Avatar for mmgoicochea
0
163
Member Avatar for mmgoicochea

I have this code and Im getting two errors when debugging... Im trying to change it to arrange it but I think I have a major error.My "experience" in c++ is veeery basic this is my third week in college :( I need help please the errors are: >assignment5.obj : …

Member Avatar for mmgoicochea
0
111