Forum: C++ Nov 3rd, 2007 |
| Replies: 0 Views: 2,143 Dijkstra's Algorithm help Hi,
I have built a program for Dijkstra's algorithm, but not sure why it does not display the shortest path thru the matrix. Would someone please point me in the right direction to get the code to... |
Forum: C++ Jul 28th, 2007 |
| Replies: 1 Views: 772 |
Forum: C++ Jun 17th, 2007 |
| Replies: 2 Views: 2,444 How do i pause the program I want the program to have the user select either Y or N to display the list of albums in the array, if the user entered Y to display the list of albums then have the user enter a name for an album... |
Forum: C++ Jun 17th, 2007 |
| Replies: 20 Views: 1,486 Re: Please help with assignment Trying to display the command to enter Y or N to display the album names only, then have the command to enter an album name and then display the artist name, songs, and track numbers. I have some... |
Forum: C++ Jun 17th, 2007 |
| Replies: 20 Views: 1,486 Re: Please help with assignment Where in the following code would i enter a display statement that asks the user if they would like to see the list of albums in the database with the requirement to enter a Y or N with the Y... |
Forum: C++ Jun 17th, 2007 |
| Replies: 20 Views: 1,486 Re: Please help with assignment The following code compiles without errors, and when i search for the first album name, it displays the first Album in the array with the artist name, songs and track numbers as the code is written, ... |
Forum: C++ Jun 17th, 2007 |
| Replies: 20 Views: 1,486 Re: Please help with assignment Attached is the printout window when i run the following code.
I want to display only the artist name once and the songs and tracks associated with that album.
Here is the... |
Forum: C++ Jun 17th, 2007 |
| Replies: 20 Views: 1,486 Re: Please help with assignment Hello again,
Still having issues with this code. i made some minor changes to the cout entry in the search function, to display the artist name, songs and track numbers. When i compile there are... |
Forum: C++ Jun 16th, 2007 |
| Replies: 20 Views: 1,486 Re: Please help with assignment Narue,
Sorry but you lost me with the call the search function, i must have missed that portion of the class.
What and where in the code should it go.
Thank you. |
Forum: C++ Jun 16th, 2007 |
| Replies: 20 Views: 1,486 Re: Please help with assignment I have added additional album names, artists, songs and track numbers to the array.
I also made the changes that were submitted in this thread and compiled with no errors.
Still no... |
Forum: C++ Jun 16th, 2007 |
| Replies: 20 Views: 1,486 Re: Please help with assignment I appreciate all who have posted to this Thread, but when i compile, i get no errors, but when i type in the name of the album to search the array for. it returns the statement
With this, why is it... |
Forum: C++ Jun 16th, 2007 |
| Replies: 20 Views: 1,486 Please help with assignment What i have to create is a program that establishes 2 structs with arrays of CD Albums and then search the arrays for album names and display the album name, Artist or group, songs and their track... |
Forum: C++ Jun 15th, 2007 |
| Replies: 4 Views: 594 Re: Struct help Would this search function work with the following code?
Album collection[5] = { {"Private Investigations","Dire Straits", {"Sultans of Swing",2,"Romeo and Juliet ",4, ... |
Forum: C++ Jun 15th, 2007 |
| Replies: 4 Views: 594 Struct help Need assistance in the assignment on using an Array of structs.
I need to know if the array is initialized properly or what i need to do to get it initialized.
Some code has been commented out until... |