by programmer0
problem in Constructor
|
|
[1 reply] : You can't specify default values on your implementation (line 8). (by AbstractionAnon)
|
by Kman
Adding a new patient into an array?
|
|
[6 replies] Last: I have two errors with my printAll function. Here's the function: vo... (by Kman)
|
by mono libre
Overloading "+" in a class.
|
|
[2 replies] Last: The canonical way to implement operator+ is to write it as a non-membe... (by keskiverto)
|
by Smiles18
How can i make the first letter of a sentence uppercase
|
|
[4 replies] Last: I would do it this way: I would just take the whole sentence at a ti... (by newbiee999)
|
by RawryJess
Trouble with Array Class
|
|
[7 replies] Last: Line 18: theArray should be private. Line 88: The if statement is ... (by AbstractionAnon)
|
by ahmed55
cannot convert for argument '1'
|
|
[1 reply] : change the first parameter from &person simply to person for all l... (by Gamer2015)
|
Integer checks |
|
[1 reply] : There is a standard library function isnan() which will check if a flo... (by Cubbi)
|
by ry0823
fillArray problem
|
|
[8 replies] Last: even if I were to do that I'm really unsure of how to implement them, ... (by ry0823)
|
by BillJ166
map spawning
|
|
[5 replies] Last: @Peter87, Yeah I'm using std::cin to take in commands from the user an... (by BillJ166)
|
by ahmed55
my code keeps crashing
|
|
[2 replies] Last: i did this to the functions but error happens error :cannot convert '... (by ahmed55)
|
by kdriver04
If statement does not seem to work
|
|
[1 reply] : Change cont to char char cont; And you are not checking the condi... (by konstance)
|
by enemy
Destructors
|
|
[12 replies] Last: Many thanks!!! (by enemy)
|
march of toads |
|
[12 replies] Last: can anyone help me finish my code. its just a few errors to fix thats ... (by jamaalmcmillan)
|
by meggoxoxo
Structures and Arrays: error code: "local function definitions are illegal"
|
|
[3 replies] Last: You're missing a return value (by LendraDwi)
|
by asdfgh4600
concepts ?
|
|
[1 reply] : Please note, that this is not a homework site. We won't do your homewo... (by keskiverto)
|
by MRQ1
Windows Programming in C++ how to begin?
|
|
[3 replies] Last: Thanks for the reply . I will only learn it for the concepts but i wan... (by MRQ1)
|
by ry0823
expected unqualified id error
|
|
[1 reply] : At line 43 ARRAY_SIZE is not declare here and you use ; afer function ... (by LendraDwi)
|
by khatereh
Command argument
|
|
[3 replies] Last: It depends for example int main(int argc, char argv ){ cout<<argv... (by LendraDwi)
|
by Bocian
How to initialize pointer char array?
|
|
[1 reply] : On lines 7 and 8 you are not allocating memory correctly. You cannot s... (by HatchetMan302)
|
by siery
Problem with execiuting "getline" in "for loop"
|
|
[4 replies] Last: it is implementation-defined whether this function does anything with... (by JLBorges)
|