Beginners - September 2014 (Page 8)

What am I doing wrong? While loop and if statements
 
This is for an assignment. I've been at it for hours and hours yet can't seem to get it right. Firs...
[3 replies] Last: Thanks! I was looking at it the wrong way. You've helped alot. (by patropatropatro)
keep track of pointers in double link list?
 
I am trying program a doubled linked list using a struct which consist of the node struct node{ ...
[1 reply] : I would maybe use a recursive insert instead. Something like this (I h... (by fafner)
by pjalli
A little help with functions
 
Can someone help me with making this look nice before I turn my project in? #include<iostream>...
[1 reply] : I tried it this way, but i get one error in it that I don't understand... (by pjalli)
Reading Files
 
Is there any way to get a specific line from a text file using f stream? Say I have a list of name...
[3 replies] Last: thanks I figured it out (by Tristan101)
Function for cout :(
 
Using a function to output values, double output(int& r1s, int& r2s, int& r3s, int& r4s, double ...
[3 replies] Last: Depending on what type r has you should either remove the * or place i... (by Peter87)
Loop question
 
I am running into a issue with the loops. I need the program to give the user two chances to enter t...
[10 replies] Last: the latest code i posted worked I was just giving it so people could s... (by smokebaca)
Maze Solver
 
I have a big problem here. I've worked through this thing and I just don't know where to go with thi...
[3 replies] Last: I've gotten pretty far with this. Here is what I have so far: #inclu... (by RobGillespie)
Issue with loops in my code
 
Ok, I am having a minor issue with my code below. In short, after I enter a polynomial, if I evalua...
[3 replies] Last: Ok, well I tried your suggestion, but I'm still running into the same ... (by Ascendant78)
Array Size Concatenation
 
How do I concatenate the size (amount of elements) of an array in a cout statement with c++? ...
[2 replies] Last: If the OP really wants an array, C++11 provides a wrapper for the buil... (by OxBADC0DE)
Can someone give me a hint on how to add the values inside a 2-dimensional arrays?
 
I have an assignment that requires me to add the values inside a two dimensional array. If someone c...
[8 replies] Last: Yes I know now haha, it's just that I was busy trying to experiment wi... (by SomeAmazingGuy)
How can I accumulate the values in only ONE dimension of a 2-dimensional array?
 
How can I accumulate the values in one dimension of a 2-d array, without accumulating the values fro...
[3 replies] Last: It was a hint I didn't give you the answers...try out the different co... (by novellof)
Header files in projects
 
So every time I want to use certain header files in a project, I have to add them to that particular...
[2 replies] Last: It depends on where the headers come from. For standard C and C++ hea... (by TwilightSpectre)
by Immi
Standard Deviation and RMS
 
Hello Everyone, Is my equations for standard deviation and rms incorrect in this code? Im not gettin...
[1 reply] : What are the correct equations for standard deviation and RMS? http:... (by giblit)
clarification for understanding one line of code
 
So I picked up this example from this website itself and it helped me be able to copy a string into ...
[12 replies] Last: Thank you guys, that really helped. (by bryan177mcsc)
LOGIC PROBLEM?
 
I am doing a problem that prompts a user to enter 3 numbers and arrange them in all 6 possible comb...
[2 replies] Last: Will apply and check Thank you! (by tkdkid617)
Having some problems with a program that calculates airport parking values
 
See title. The list of values is: First 30 minutes FREE 31 to 60 minutes $2.00 Each additional 30 mi...
[5 replies] Last: Awesome! Glad to hear it. :) (by BigPun)
do-while loop help
 
Hey everyone. I'm trying to make a program where people can input from 2-5 numbers then choose the o...
[2 replies] Last: I think it works now thank you! I don't have a compiler to actually se... (by RocketGrunt)
Shuffle function not working
 
Can anyone help me figure out what's wrong with my shuffle function? It shuffles some songs, yet ...
[no replies]
Theme creator - Moonrise
 
hi all for those that use Eclipse Kepler, there is one great theme, named Moonrise its a dark ...
[no replies]
Return statements working with Strings and int's
 
So I am trying to write a function when called with break up a 3 digit number into a "ones" places, ...
[no replies]
September 2014 Pages: 1... 678910... 51
  Archived months: [aug2014] [oct2014]

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