Beginners - October 2013 (Page 39)

Beginner Buddy
 
I am currently learning C++, and would like to find some individuals that are in the same situation as me. It would be good to discuss some problems, that we ma...
[1 reply] : we have a skype group. Add me on skype. http://www.cplusplus.com/foru... (by closed account 1v5E3TCk)
What does this mean?
 
Just started learning C++ yesterday and I'm not sure whether I've skipped over it but I'm not sure what the following does or means getline ( cin, usern...
[4 replies] Last: Google. (by GRex2595)
Need help with array filling function
 
Let me start by saying I have only been at this for about two months, and had no idea what C++ was before that. I am confused about why the code below worked. ...
[2 replies] Last: Great, I'm an idiot. Thank you. (by visanoven)
Homework help
 
Assignment: Write a program segment to store a list of ten integers (input by the user from the keypad) in an array; then display a table similar to the foll...
[14 replies] Last: Don't forget that to make it a percentage, you have to multiply times ... (by GRex2595)
Need help for assignment ! New in programming
 
I need some master here to help me on my assignment ! Urgent ! Thanks ! ****** the question ******** Build a “Point of Sales” C program for BIGSALES mal...
[9 replies] Last: No. In C++ you can make sure that other characters aren't processed, ... (by GRex2595)
Arrays: passing by value, reference, and/or pointer ?!?
 
I have gotten myself thoroughly confused about passing by value, reference, and pointer. And how to make an array available for inspection outside of the functi...
[9 replies] Last: no probs man. one does what one can. (by density)
Josephus Problem Iteration Problem
 
Hey guys! I'm almost done with this code. There's only one snag I'm running into. I'm running a Josephus problem from a list. For those who don't know what the ...
[7 replies] Last: Sorry I forgot to check back on this. Histrungalot, your solution defi... (by catalanor0220)
Help with a code
 
Community Hospital needs a program to compute and print a billing statement for each patient. Charges for each day are as follows: a. room charges: private (P...
[4 replies] Last: Some of your code looks like it's cut off. This won't work at all. G... (by GRex2595)
how to get to your output file after its created?
 
I'm pretty sure this is right. it worked good when I had it just cout. I changed all the cout to outData and added the outData stuff at the top. my question is ...
[2 replies] Last: thanks I found it. I probably should have thought to look there in the... (by reese959599)
Why is my class only returning the default constructor?
 
I defined my class using a constructor exactly as specified (or so I thought) but after attempting to initialize 4 points, my program still returns the default ...
[3 replies] Last: Great! Thank you so much! (by Emma Naylor)
Array issue
 
Anyone know what this error means? error LNK2019: unresolved external symbol "void __cdecl LLParams(double const * const,double const * const,int,double &,doubl...
[no replies]
Hard Quiestion
 
Whice compiller is better? GCC or MinGW?
[1 reply] : Your question does not make sense. MinGW is a toolset for Windows whi... (by andywestken)
seperating, processing, and assigning variables from input
 
I'm supposed to input data from a nonspecific text file in the format of 112 45.75 101 38.00 203 124.25 203 30.00 222 65.00 112 74.50 214 97.75 101 87.0...
[2 replies] Last: You might try vectors. http://www.cplusplus.com/reference/vector/vect... (by GRex2595)
by beliya
Two simple programs
 
Hello everybody. I need help with two simple programs I was given as homework. I am really (and I mean - REALLY) new to all this programming stuff, so please...
[2 replies] Last: Maybe you shouldn't post if you are not going to help, but thanks anyw... (by beliya)
Quadratic equation help
 
This is my code for outputting roots from a quadratic equation. I am supposed to have the imaginary roots output in the form of A+Bi and A-Bi. I am confused as ...
[3 replies] Last: I don't think you should try to do everything in a cout statement. An... (by Michael37)
One Hour Left - What is wrong?
 
Not sure what I am doing wrong. This is a best of seven guessing game. The problem I am facing is under the hint section. The hints are neither accurate nor...
[2 replies] Last: Thank you! (by Strekel)
Vector shuffling
 
Hey guys im pretty new to programming. I have a program that has a vector with a list of restaurants. i need to be able to shuffle the elements in the vector. I...
[1 reply] : http://www.cplusplus.com/reference/random/ That might help. (by a k n)
.cpp can not be included in .h file
 
Write your question here. //box.cpp #include"box.h" box::box(double a, double b, double c) { w=a; l=b; h=c; } box box::operator+...
[2 replies] Last: Thanks very much. I use the makefile and it compiles sucessfully. But ... (by zzhao0610)
While Loop Continuous
 
I had a homework assignment to write a program that will determine if a character entered is a digit. If it is a digit, return an integer. Determine if the char...
[1 reply] : Didn't read your code, but I think I know what the problem is. "8.1" ... (by GRex2595)
by aish96
help...
 
the do-while loop does not get executed properly for large numbers, though it works fine for really small numbers.. i tried to change the return type of no in...
[9 replies] Last: yes! that helped! :D thanks :D (by aish96)
October 2013 Pages: 1... 3738394041... 86
  Archived months: [sep2013] [nov2013]

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