enc

enc

  • NA
  • 5
  • 0

Fill List in an array through a class contructor

Sep 18 2010 11:48 AM
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

Answers (5)