Beginners - December 2014 (Page 28)

Please HELP!! final due tomorrow
 
I am trying to write a program where you enter a football team's win/loss record and it displays t...
[1 reply] : my fault, i entered in the txt file, Patriots 10 3 instead of Patriot... (by BeastlyMango)
References !
 
Hello every one ! I have completed my course of c++ in my university ! so i have completed and no...
[4 replies] Last: yeah ! thanks i was looking for google code jam and now here i have it... (by Muhammad Anim)
by Thor66
program not outputting anything
 
AM I missing something in my main that allows for outputs? class BLUEBOX { private: std::...
[1 reply] : yes. nothing in that class outputs anything. edit: give your class a ... (by mutexe)
by goldyn
Object Oriented Programming
 
So I'm learning Object Oriented Programming and I need to declare a class called myAccount. I hav...
[5 replies] Last: What further help do you require? MiiNiPaa answered the question fully... (by LB)
I need help please!
 
So i have been at it for the past couple of days, but i can not seem to find what is wrong, i have a...
[7 replies] Last: On lines 90 to 92, you are shooting yourself in the foot by using a fo... (by LB)
by Thor66
classes & constructors
 
In this class I have created a constructor...I call one member function (customer) in a another func...
[1 reply] : So through the constructor you call these functions to initialize the ... (by wildblue)
Can you tell me what is wrong with this code?
 
thanks everyone! this problem has been solved
[11 replies] Last: Please don't erase your post after people help you :) (by wildblue)
Command-line Arguments
 
Write a program that prints one complete line of output and nothing more. The output the program ...
[7 replies] Last: There's an extra { on line 6. And you're missing semicolons on lines 3... (by wildblue)
string::compare is not working
 
I need to do some breathing exercises. I have no idea why it is saying these two strings are not id...
[8 replies] Last: Thanks again. I tried using pop_back(), compare does not like it. Ve... (by disturbedfuel15)
Best approach to this task.
 
So I want to make a library inventory program and I have a pretty good idea on how I want the code s...
[1 reply] : I was thinking of using the .at member functions from the string heade... (by deathslice)
Array function
 
write the function int secondlargest(int x , int cap) the function returns the second largest value...
[4 replies] Last: Here is an example of sorting that I made for you. If you have any que... (by deathslice)
help!!!!
 
My prof gave us a question that states "Write a function according to the following specifications: ...
[9 replies] Last: Thank you so much for your help! I think I have it down now! (by KrisKringle)
Need Help
 
i have a code that is suppose to read from a file. but im trying to make the code output only the us...
[8 replies] Last: OK, but you'll read the data into the struct array first, not try to s... (by wildblue)
by EffyPT
do while loop not working properly
 
Hi everyone, my program should read in a number of judges and a number of participants and then ask ...
[8 replies] Last: I found other problems in your code code fixes: #include <iostream> #... (by jasonwynn10)
final project!
 
I'm trying to create a program that is for a car rental agency, its purpose is to find out what car ...
[1 reply] : I recommend these changes: leave your name on it, make the amount of c... (by jasonwynn10)
addition and subtraction
 
How can i add the ability to a user to select either addition or subtraction and the perform the ope...
[no replies]
by Sym8
index issue
 
This is the assignment. if anyone was confused. everything works except for the part in which it rea...
[no replies]
Of classes and output
 
Sorry about asking a third question but for some reason, this program's output doesn't work too well...
[1 reply] : This works for me - putting the input variables into the while conditi... (by wildblue)
recursion function
 
Well I am learning about recursion. The exercise is I have to code a recursive function named sumSqu...
[3 replies] Last: Yeah I thought of using double, but the exercise calls for nonnegative... (by chick3n13)
My String Function isn't working again
 
The string function reverse is supposed to the words in a sentence from a file, for example "This is...
[5 replies] Last: Could the problem be that I'm using a MAC? For me, the last word is al... (by ProgrammerSoul)
December 2014 Pages: 1... 2627282930... 55
  Archived months: [nov2014] [jan2015]

This is an archived page. To post a new message, go to the current page.