Click here to Skip to main content
16,000,645 members

Comments by Member 9538830 (Top 37 by date)

Member 9538830 23-Sep-14 14:39pm View    
Thank you. No, I am not kidding. I didn`t write code. I`ve got a completed code for testing.
Member 9538830 23-Sep-14 14:35pm View    
Deleted
Thank you. No, I am not kidding. I didn`t write code. I`ve got a completed code for testing.
Member 9538830 23-Sep-14 14:27pm View    
OK. But how can I determine which Main method is right and enough for work? There is a Main method in Program.cs and one in BackPropProgram.cs.
Member 9538830 9-Sep-14 10:06am View    
But how do you set out a path in the source code in that case? ... For example ...
Member 9538830 4-Sep-14 4:49am View    
OK. Thank you. But, HappyBirthday1 is right name of the parent class, and BirthdayParty is the name of the class derived from HappyBirthday1. Why the next error is appeared: "BirthdayParty" does not contain a definition for "getMessage" etc ... if "BirthdayParty" is derived class from HappyBirthday1 class?