Click here to Skip to main content
15,895,256 members

Comments by Member 15420232 (Top 20 by date)

Member 15420232 12-Mar-22 1:20am View    
I really didn't realize I was using r1 and c1 for the second matrix
thank you very much for your help.
Member 15420232 19-Nov-21 1:30am View    
actually I tried your code on my compiler but it gives error
" inline specifier allowed in function declaration only"
however, I tried my original code on an online compiler and it worked!
note: when I run my code on my compiler it says " your project is out of date"
I think that is the problem
thank you for your help (:
Member 15420232 18-Nov-21 23:46pm View    
actually I use C++ 2010 so this code won't run
is there any other way I can organize the output
I think the problem is in
COD_player(string Username,string Password)
because it calls the destructor in the middle of the output
but I don't know why
Member 15420232 18-Nov-21 1:55am View    
Is there any other way than using getter and setter?
like using a void function
Member 15420232 18-Nov-21 0:00am View    
the question wants the properties to be private