by LinuxDjinn
Need HELP with Final Project
|
|
[no replies]
|
Head scratcher |
|
[3 replies] Last: getDisplay() is a member function of class Car. It needs to be calle... (by wildblue)
|
by Shipoopi
understanding Class
|
|
[4 replies] Last: ReturnDay changes the Days member of the Final instance that called it... (by dhayden)
|
by daniel66
Investment program (1,2)
|
|
[20 replies] Last: Pheininger has been trying to get you to see that the loops at lines 2... (by dhayden)
|
by mr1987
I need help to calculate gross pay from read data file
|
|
[1 reply] : Please us code tags when posting code. Highlight the code and click th... (by dhayden)
|
by suleyman123
PLEASE I NEED HELP ON MY HOMEWORK
|
|
[5 replies] Last: Also, your code to input the array on line 12-18 is wrong. It should b... (by dhayden)
|
by Sym8
print outside if statement and second function issue
|
|
[4 replies] Last: First, I think there's something wrong with your loop: for(int x=0; x... (by dhayden)
|
by Millet
My program won't read every character in a string
|
|
[2 replies] Last: Your test() function tests a single character. You need to test the wh... (by dhayden)
|
by AdrianV
Passing a pointer from a class to function
|
|
[6 replies] Last: Did you #include "vertex.h" in the header from your first post?... (by LB)
|
by SusieMartin1
C++ Sequence of Statements
|
|
[1 reply] : an array of 3 Window elements Your code does use WINARR_SIZE, but do... (by keskiverto)
|
by hemu
homework help
|
|
[5 replies] Last: I think the code would be clearer if you use a for loop. For loops are... (by dhayden)
|
by hemu
How to multiply the multiples of a number?
|
|
[1 reply] : hope i helped you #include <iostream> using namespace std; int n,x,... (by closed account E3h7X9L8)
|
What does this mean? |
|
[1 reply] : It is the destructor for a class named CRectangle . As for what it d... (by LB)
|
by patriic48
Break out from while-loop with switch
|
|
[3 replies] Last: case 4: break; } break; // break after switch fix the issue ... (by patriic48)
|
by festerer
Accessing vector's contents via the iterator
|
|
[2 replies] Last: Thank you! (by festerer)
|
by Dereta
C++ & Assembler Problems
|
|
[no replies]
|
by UmSoLikeYeah
Help with input files
|
|
[1 reply] : Yes, you can have two files open at once: std::ifstream input1 {"a.txt... (by LB)
|
by ehab1
C++ Homework HELP!
|
|
[1 reply] : [quote=ehab1]can anyone write these 2 programs http://store2.up-00.co... (by LB)
|
by SusieMartin1
Help on String Functions
|
|
[1 reply] : Presumably, firstName , lastName and email are all empty strings ... (by MikeyBoy)
|
showing a matched character with the rest of the word hidden |
|
[5 replies] Last: okay, cheers for the info. (by mutexe)
|