Beginners - February 2015 (Page 24)

Searching for array
 
My program is intended to take the runcount, which is a variable that stores a large integer like 10...
[1 reply] : Line 84 does integer division. Line 40: what values that can return? ... (by keskiverto)
No output from return statement in string function
 
Hello, I'm trying to get my function to return the suit and rank of the card in the return function ...
[4 replies] Last: Okay, great thanks! How would I pass these values to another function.... (by androidguy1)
C++ Help Lat/Long Distance
 
I need help/feedback on where i'm messing up on. (I'm still new to c++) The input i'm using is SAN t...
[3 replies] Last: The trigonometric functions in the standard library take their argumen... (by Zhuge)
Calling class member from function!
 
I have an assignment where I have to construct a nonmember function which calls a member function in...
[4 replies] Last: Ah interesting, I've never seen the const used like that before. Thank... (by alex067)
Interrupt/Exception
 
does anyone know what this means? i had been working on a program with allegro 5 and stopped workin...
[1 reply] : Hey- the best way to catch exception code (if you can't immediately se... (by ultifinitus)
Stuck with a problem
 
I am stuck with a problem must complete by tomorrow, most is completed but the output is not correct...
[2 replies] Last: okay, I guess I was thrown off by the way he addressed the steps. Than... (by gregwells)
by slour
not reading any values from a file into an array
 
I am trying to make a program here that will read values from a file into an array, all I'm getting ...
[2 replies] Last: I have added 3 for loops and get the same result, any help would great... (by slour)
by slour
Returning a value of 5
 
I have been working on an array that needs to return the number of even numbers from a file. My prob...
[11 replies] Last: okay, thanks (by slour)
Need Someone to Walk through problem with me. Please
 
Write a rational number class. This problem will be revisited in Chapter11, where operator overloadi...
[19 replies] Last: Thanks for all your help! (by Joshcannon)
Run-Time Check Failure #3 - The variable is being used without being initialized.
 
Why do I keep getting "Run-Time Check Failure #3 - The variable 'Fahrenheit' is being used without b...
[3 replies] Last: else (Fahrenheit >250 || Fahrenheit <-250); //conditional values for ... (by booradley60)
Having trouble with calculations
 
Hi guys, so I have a pretty simple task here...I feel that I am close, but no cigar. I am basically ...
[2 replies] Last: I know for a fact that the excel document is 100% correct. I just cant... (by Vorstoss)
remove action on invalid user entry
 
This program needs to state "Invalid entry" when the user input is outside the parameters set. It do...
[2 replies] Last: Thanks for your help and timely answer. Sorry for not using tags. This... (by brandys)
by nemimi
Parallelogram Using While or Do/While
 
I have an assignment requiring a program that creates a parallelogram of a specific size and makeup....
[no replies]
by Kernul
Printing a part of a vector
 
The exercise says: Given a sorted array of elements and two elements a and b, with a<=b, print an a...
[6 replies] Last: Oh! I'm so stupid... I didn't see that typo... Thanks a lot! (by Kernul)
by orin15
strstream class
 
I'm trying to incorporate the strstream class into my project using code from another website (since...
[no replies]
cout statement in cutting off
 
hi i am a beginner in c++ i have an assignment due and tried to make it interesting but the statemen...
[4 replies] Last: You're welcome! If you don't have any more questions don't forget to m... (by Mr D)
Help with a insertion of list
 
Hi everyone, so my problem with my code is that the class nodo, when I compile my code show me that ...
[2 replies] Last: well, I don't very time but thnk you for the problems, the list now is... (by JOSEluis2796)
Parking Fee question
 
Could you help with an error I am getting with the IF(totalMinutes==0). I need to have a error messa...
[3 replies] Last: Any tips on the breakdown from total minutes to hours and minutes? h... (by tygerrock)
Best chat app for me to use
 
Hello, I am looking for a chat application to implement it to my Algo-Trading website. I don't have...
[2 replies] Last: I think it is moved. Because I am a very carefull man. I always do a ... (by JohnLum)
Account
 
This is an incomplete code.. i need to create 2 account whose balance can be entered by the user and...
[3 replies] Last: rather than just passing an amount on construction you could also pass... (by mutexe)
February 2015 Pages: 1... 2223242526... 52
  Archived months: [jan2015] [mar2015]

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