CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Dec 2012
    Posts
    2

    Help with this CPP please. What could be wrong here?

    char optionPackageCodeArray [5] = {'BB','SP','NP','HE','UC'};
    double packageCostArray [5] = {1500,3250,4575,7500,5220};
    string packageNameArray [5] = {"Base","Sport","Intermediate level","Luxury","User Specified"};
    Last edited by Mogesi; December 6th, 2012 at 08:53 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured