Beginners - September 2013 (Page 24)

Aiport Ticketing
 
Hi, I have a problem with the Personal Information Part. It always skips the FIRST NAME and goes dir...
[2 replies] Last: For all user input before asking First Name you use cin>> then when ... (by vin)
by Shala
Expected qualified-id error in Xcode
 
I'm getting an error that says "Expected unqualified-id" for line 7. What does this mean? ...
[1 reply] : Very often with error messages of this kind, the actual error is in so... (by Chervil)
Compilers
 
Hey, can someone recommend a good compiler to me? I've read other threads but they doesn't answer my...
[9 replies] Last: hey hi friends there is also an online compiler that you can do progra... (by khiyara)
Writing in Do-While loop & using 2 dimentional Arrays
 
Can someone please write me a short program consistent to the outline below? (explaining what each ...
[2 replies] Last: the link wont work :/ the whole website wont even load, i think it ma... (by johnakaagila)
problem with conditional printing through prototype
 
I cannot get this to print with the conditions if the number that is entered is < 10 it is supposed...
[1 reply] : try using the and ( && ) logical operator instead of or on some of ... (by nvrmnd)
Passing varg to another function
 
I want to pass va_list to another function, how can i achive this? Is it possible or not ? Thanks...
[no replies]
Homework help
 
Write your question here. 1) I need to sum the values from 1 to N using a for loop 2) I need to in...
[2 replies] Last: Thank you so much for your help (by sarahkaren)
How to Copy a Char Array into another Char Array
 
I've been searching for a while for how to do this, but nothing I find helps. How can I copy all the...
[5 replies] Last: Glad you got it working. Just one comment, on style rather than cont... (by Chervil)
Hw help! parallelogram and diamond
 
Hi, I wanted to know where to begin on this. I'm supposed to prompt the user for a number and then i...
[8 replies] Last: Try with std::setfill(). http://www.cplusplus.com/reference/iomanip... (by condor)
by Donna
txt file
 
Need to figure out how to properly count how many students, courses and average of their scores from...
[2 replies] Last: If you write an algorithm. I will help you write the program (by Bdanielz)
Problem With Cin Getline For Spaces
 
Hey! I have this problem. It goes directly to the Last Name, it skips the first name. What do I do? ...
[1 reply] : You probably have a newline left hanging around in the stream from a p... (by cire)
survery program not printing results
 
I'm trying to build a program that functions as a beverage survey, and while it compiles with no err...
[2 replies] Last: The first problem is you initialize again your variables at line 23: ... (by nvrmnd)
no compiler errors, but no place for input
 
I'm trying to build a program that functions as a beverage survey, and while it compiles with no err...
[2 replies] Last: Fixed it, thanks! #include <iostream> #include <iomanip> using names... (by monacorona)
Looking for a good tutorial.
 
I am not a complete beginner but may as well be, a while back i tried doing c++ off a youtube tutor...
[1 reply] : Look on YT for Rachel J Morris. She actually has a good website as wel... (by Hambone)
Theater Reservation Assignment Help
 
Hi Guys i'm here to bother you guys again, I think i'm learning a lot thanks to you guys. My teacher...
[5 replies] Last: You can't just remove the new and expect to have it work. Those entire... (by firedraco)
by enz0
Set precision???
 
Hi guys, I'm having problem getting set precision to work. Basically it is supposed to output $1.00-...
[5 replies] Last: You're welcome! ;) (by condor)
series problem
 
hi guys i have hard time understanding this question write a program that accept single positive in...
[1 reply] : You have a series defined recursively by: S 0 = 1 S 1 = 2 And for al... (by Zhuge)
by dp13
regeneration of already generated randoms?
 
Hi and thanks as always! Is there a way to make the numbers regenerate randomly instead of repeat...
[1 reply] : The first thing I would do is move the random seed to the first line i... (by admkrk)
by Ch1156
Using getters and setters vs friend and others
 
Ok so i have a game and im unsure of what to do here, I have been told that there are many different...
[no replies]
by admkrk
Alternative to if, else if statements
 
I'm working on a gambling project and need a way to narrow down the odds to what the user would expe...
[no replies]
September 2013 Pages: 1... 2223242526... 64
  Archived months: [aug2013] [oct2013]

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