by sonar87
container to hold objects of class type and it's derived types
|
|
[9 replies] Last: If the base class A is a polymorphic type, we can invoke virtual fun... (by JLBorges)
|
by sadulla93
need help to complete this program please.
|
|
[1 reply] : The way this is worded it sounds like it is for some sort of class. Th... (by heintzman)
|
by mlass7886
converting decimal to 16 bit binary
|
|
[2 replies] Last: I have to set it up like this but for some reason the pow is not worki... (by mlass7886)
|
by beemo
Printing prime numbers
|
|
[1 reply] : You have an odd variation: usually the requirement is to display all p... (by Duthomhas)
|
Reading integers from file and displaying high and low numbers. |
|
[4 replies] Last: Yeah I see what you're saying, I don't know why I did that. So if I g... (by closed account jhb7Djzh)
|
by Tellumendil
Question regarding header and implementation files.
|
|
[6 replies] Last: I figured it out myself. I had to name the formal parameters of the fu... (by Tellumendil)
|
by RNBW
Why is code ignored?
|
|
[12 replies] Last: @Chervil I like it! I'll incorporate it in the code. I'm not sure abo... (by RNBW)
|
by LoneImprover
Help a noob out.
|
|
[5 replies] Last: Is it possible to input your computers time and then add 1 second. If... (by sonar87)
|
by berrytea
Program that displays odd, even, and reversed digits
|
|
[3 replies] Last: I'm currently trying to make a program that validates user input and ... (by Enoizat)
|
by Tony321
Lambda return type
|
|
[2 replies] Last: Here, https://stackoverflow.com/questions/9620098/explicit-return-typ... (by Enoizat)
|
this pointer |
|
[5 replies] Last: > Write a program to show the working of this pointer. Any program wh... (by JLBorges)
|
by tadinaaawr
menu driven program
|
|
[1 reply] : Hello tadinaaawr, I believe you problem starts with lines 41 - 48. L... (by Handy Andy)
|
by jayiswho
Statement problem in loop
|
|
[2 replies] Last: @repeater Thank you so much, I got my code worked :) (by jayiswho)
|
by Ch1156
How to use variables in other class members? (1,2)
|
|
[34 replies] Last: ok thanks. What books would you recommend for OO design? (by Ch1156)
|
by Imtotalnoob
I bought Sams Teach yourself C++
|
|
[9 replies] Last: Alas, you have purchased a bad book. SAMS teach yourself books are gar... (by Duthomhas)
|
by jyccode
Solving Equations with Function Pointers Difficulty
|
|
[1 reply] : You are making the problem twice as difficult as you need. Define a si... (by lastchance)
|
by Jack816
Problem with dynamic cast
|
|
[1 reply] : > what I'm doing wrong on line 38? Card is not a polymorphic type ... (by JLBorges)
|
by phantomxman
HELP I am confused by this STl hw question I have.
|
|
[2 replies] Last: No, the answer is A. An “STL” template is any standard object tha... (by Duthomhas)
|
by phantomxman
HELP for function in C++ hw question
|
|
[1 reply] : yes it is a function call (by AndreGS)
|
i merged files using string but error in line 13 |
|
[6 replies] Last: yaaaay it works perfectly now. #include<iostream> #include<fstream> ... (by closed account 1vf9z8AR)
|