5
Reply

Fill List in an array through a class contructor

enc

enc

Sep 18 2010 11:48 AM
10.8k
I need to create a program where the user can fill in 4 names with 1 programming specialty.
I created 2 classes and a separate enum file.
I can't get the List<Programmeur> programmeurs = new List<Programmeur>(); get to start an instance with the Programmer class contructor so that 4 names are asked and being printed.

I hope someone can give me some solution or help so i can understand it. I included the files in a rar. Thx.



Attachment: Opdr2.rar

Upload Source Code  Select only zip and rar file.
Answers (5)