by anubisabydos
Problem with vector iterator
|
|
[2 replies] Last: Thank you very much... cant believe that I just forgot to add the incr... (by anubisabydos)
|
by coradelaide
for Loop problem
|
|
[9 replies] Last: Can you tell me why when counting the SUM or the FREQ for negative va... (by dhayden)
|
by avavida
Grade Calculator Using PHP
|
|
[2 replies] Last: hello avavida, It's work with parameters http://localhost/ep/newfile.... (by Cocos)
|
by AlanG
Why is initialization preferred to assignment?
|
|
[10 replies] Last: #gunnerfunner: By "non class member" I meant a member which was not a ... (by AlanG)
|
by coradelaide
First value skipped when trying to sum in for loop
|
|
[2 replies] Last: Have a closer look at for (y = 0; x <= 7; x++) Also have a look at... (by Thomas1965)
|
by rezy3312
classes string print out
|
|
[1 reply] : Hello rezy3312, In main lines 12 - 14 obj.function1 is not a functi... (by Handy Andy)
|
by parkhill
Reading in chars including blank spaces but not new line
|
|
[3 replies] Last: I fixed the problem, the getline needed to be moved outside of the sec... (by parkhill)
|
by coradelaide
Do while sentinel
|
|
[2 replies] Last: #include <iostream> int main() { const int sentinel = -500 ; ... (by JLBorges)
|
Recursion |
|
[4 replies] Last: I think its if (low == high) return low; //the +1 was handled in the ... (by jonnin)
|
by gambette
fstream with array error
|
|
[2 replies] Last: the array courses is declare in a class called registration. I've als... (by gambette)
|
by Kourosh23
function outside of base .h file -BUG!
|
|
[5 replies] Last: Yes, if the problem is that you're calling calculate_score() from prin... (by Peter87)
|
by gubhaus
Program that prints values of sin and cosines
|
|
[3 replies] Last: Also, don't use doubles in a for loop - their representation is not ex... (by TheIdeasMan)
|
by kojoguy
a rocket launch sound
|
|
[3 replies] Last: If you are using a Windows computer you might be able to use Beep(). I... (by lastchance)
|
by zerkas101
Class: Setting name in console
|
|
[1 reply] : Use std::cin to get input from the console. std::string first_name; ... (by integralfx)
|
by kojoguy
a guessing game to give only 3 output
|
|
[6 replies] Last: You're welcome. Hope i explained it well enough. If youre still stuck ... (by kingkush)
|
by DoubleG
Adding White space
|
|
[4 replies] Last: #include <iostream> int main() { int userNum = 0; std::cout ... (by JLBorges)
|
by sesslit805
objects and instances
|
|
[4 replies] Last: you haven't shown FlightReservation.h but if an instance of this type ... (by gunnerfunner)
|
by xbamx23
HELLPPPPP!
|
|
[2 replies] Last: class numDays { private: int numHoursWorked; int numDaysWork... (by kingkush)
|
by Sillurechii
Switch to Function
|
|
[1 reply] : You must put a text file of all the data you need into your project fo... (by kingkush)
|
by jollyholly11
Help doing a class function
|
|
[1 reply] : I believe the function should be called : s -> setName(name); s is ... (by kingkush)
|