Need help with destructor and pointers |
|
[7 replies] Last: Because any file that happens to include this file will then be using ... (by jlb)
|
by froz
Making password requirements.
|
|
[12 replies] Last: Hahaha, that made me laugh, thanks ;) (by froz)
|
by Harutyun
Can't figure out how to make this work.
|
|
[2 replies] Last: Thanks! I altered it a bit and got it to work!! do ... (by Harutyun)
|
char* to char fpermissive error |
|
[2 replies] Last: I guess you want to count the number of vowels in a string. Here is on... (by Thomas1965)
|
by alexpao13
Stuck
|
|
[4 replies] Last: Here is the part of the code that is actually executed when you run th... (by keskiverto)
|
by Arslan7041
Nested iterator class?
|
|
[6 replies] Last: Member parent is a reference. Reference members must be initialized ... (by keskiverto)
|
by paull40
Why do I get an error while compiling this code that overloads the addition operator?
|
|
[2 replies] Last: Im assuming you want to add the area's of the two objects. In that cas... (by Arslan7041)
|
by PakCikTua
Help me!!
|
|
[no replies]
|
How to Calculate the Mode? |
|
[1 reply] : You have to store the # of occurrences for each number because there c... (by closed account 2UD8vCM9)
|
by tsilverman
Making descisions using if and else statements. Console shutting down.
|
|
[6 replies] Last: Try: bool ValidAge = false; while (!ValidAge) { if (actualage < ... (by TheIdeasMan)
|
by jgialis
Color Class Program
|
|
[3 replies] Last: Ahhhh caught the error! Thanks guys much appreciated. (by jgialis)
|
by alex067
Do while
|
|
[3 replies] Last: If it's a yes/ no question, just use an if statement. Stick to a sin... (by TheIdeasMan)
|
by Lucid1
istream problem, file does not open
|
|
[4 replies] Last: It is in the same directory and actually, it was something even simple... (by Lucid1)
|
by tsilverman
NEWB!! Error "Undeclared Identifier"
|
|
[3 replies] Last: Thank you all! I appreciate the help. I'm so new to this. You helped a... (by tsilverman)
|
by asya
Help woth assignment - Class person, with two constructors
|
|
[11 replies] Last: I changed it a little bit: #ifndef PERSONTYPE_H #define PERSONTYPE_H... (by asya)
|
by VICR93
Getline Issue!
|
|
[4 replies] Last: That did it, Thank you for the help. Hey, just out of curiosity, If I ... (by VICR93)
|
by jonrogers44
Counting Char from InFile
|
|
[4 replies] Last: I see ... and appreciated. Now on to the next fcn! (by jonrogers44)
|
by stealthboy
Help writing some functions
|
|
[3 replies] Last: Hi, The i on line 3 is a different one compared to the one on line 8.... (by TheIdeasMan)
|
by jgialis
Help with .cpp and .h CLASS REUSE
|
|
[2 replies] Last: Thanks Tarik, I tried analyzing it and caught that error I just wasn't... (by jgialis)
|
by blkpny
Newbie to C++ needs help with Car Race errors
|
|
[12 replies] Last: Hi Guys, thank you so much for your assistance here. (by blkpny)
|