Beginners (Page 73)

Need help with function outputting stars.
 
I need to write a function that outputs the number of stars for whatever value is entered. Only the ...
[5 replies] Last: Even if it weren't given by a "teacher", it would be homework -- somet... (by keskiverto)
by Frede
I cant get Librarys to work...
 
Well i got a little problem. Well i downloaded a few libs but i fail in them all. Of some reason i c...
[3 replies] Last: did you include the libraries in the library directory? (by palauan73)
Questions about this code?
 
In the function printPlayer why do we have to use p.print whenever we output to the screen?? Can som...
[2 replies] Last: You have to create an object of the structure FootballPlayer, which yo... (by palauan73)
array algarythm
 
Write your question here. I am haveing troubles of where to star with this;countValues (lowRange: i...
[3 replies] Last: 1. Same question as in http://www.cplusplus.com/forum/general/100059/ ... (by keskiverto)
method inside another method of same class
 
Is there any way to do this? What I am trying to do is call a method (functionTwo) from inside of an...
[1 reply] : You would be able to do that, but you wouldn't declare the function as... (by palauan73)
Validation problem
 
Hello. I'm having trouble about the validation code. I created the Fundraiser program and I want to ...
[1 reply] : your while statement says that if yesno is not Y and not y and not N a... (by palauan73)
Quick Error question
 
I have this working earlier in my program but on this section am getting an "array or pointer type ...
[1 reply] : temp = divers .totalScore ; (by MiiNiPaa)
Converter/else and if
 
A quick converter I typed up to practice using else and if statements, was wondering why the program...
[2 replies] Last: Wow, thanks that makes perfect sense :) (by majoras mask)
Quadratic Equation solver program returning incorrect answers
 
I programmed a quadratic equation solver, but if a is not equal to 1, it gives incorrect answers. Fo...
[2 replies] Last: Oh, I see. I haven't really memorized how a lot of C++ works yet so I ... (by EarthBoundNess)
Ideas for a new guy
 
So basically i just started out with this language not too long ago (maybe a week and a half), and I...
[4 replies] Last: @uzferry-I've taken your advice and am sticking to more basics for a l... (by majoras mask)
Transaction History
 
I got the transaction implet/specification that suppose to receive transaction history and print it ...
[7 replies] Last: Doesn't matter because it's in the destructor. (by Zaita)
Problem with system()
 
I have been working with system() and I need to use the code below but as you know system() only pro...
[6 replies] Last: You're writing this in C? (by Zaita)
by ccwhat
why can't set array size with a const int from argument from main()
 
why i can't declare an array whose size is derived from a constant int argument from the main() func...
[5 replies] Last: It means after you finish typing your code, you compile it (and maybe ... (by Chervil)
by ccwhat
Test cin input correct: unsigned int and negative number.
 
if i declare a unsigned int variable, and set a test loop to test if input correct. and when i type ...
[2 replies] Last: Ya, it seems doable, thx :P following is my code, help see where c... (by ccwhat)
by Vidra
2d array of 6 lines on a perimeter
 
I have an assignment for school that I can't figure out. I have to write a code that simulates the p...
[no replies]
.find help!
 
I am writing a stupid robot named Gilbert. You would enter a question, he would pick out a word, and...
[14 replies] Last: http://www.cplusplus.com/doc/tutorial/control/ (by Zaita)
Help with hangman game not begging for code!!
 
Heres the problem... Program almost works.. if i cut out the playAgain function the code runs..howev...
[7 replies] Last: Oh, when placed in the correct location? I thought it was the number o... (by Ispil)
How to get object name from within class methods
 
I'm working on a project in my programming class that you're supposed to make a .h and .cpp file tha...
[4 replies] Last: Okay, that's kind of what I thought. Thank you! (by zmarchbank)
ofstream saving extra lines
 
I have been writing a flash card program and have just got to saving and loading data. The program c...
[2 replies] Last: Thanks a lot man! After I changed that I realized I had a double "<< e... (by Aquacold)
Question about C strings
 
What exactly does this line mean when we use it with c strings? stream.getline(variable, max_s...
[3 replies] Last: thanks (by closed account LN3RX9L8)
Pages: 1... 7172737475... 136
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.