Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of C#
For more information, please see full course syllabus of C#
C# The CD Inventory Program So Far
Lecture Description
In this lesson our instructor talks about The CD Inventory Program So Far
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
0 answers
Post by David Löfqvist on March 3, 2015
Is this where it goes wrong and adds extra CD's in the beginning? row 31
" /// <remarks>Initializes with a single record so we always have something in the ArrayList.</remarks>
static List<CD> CDList = new List<CD> { new CD {
Artist = "Name 1",
Album = "Name 1" "
1 answer
Wed Dec 17, 2014 6:43 PM
Post by Joseph Mitchener on December 8, 2014
Mr. Snape,
Afraid I have been guilty of just what you talked about. Following along on many of your videos . . . but not writing the code. Finally decided to download the code for this lecture CS_CDCollection. However, after I unzip it, I can't load it into the SDK. Says that part of the thing is missing. Have you had other problems reported like this?
5 answers
Mon May 5, 2014 6:11 PM
Post by Thuy Nguyen on April 19, 2014
I tried to set an icon with a jpeg file, but it wouldn't let me, what picture file do I have to make to use as an icon?