View Single Post
  #1  
Old 02-11-2011, 10:43 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default add an element in an array-simple

i have a program that would display the productName,productPrice,productCode. each is a separate array. the program would prompt user to add,delete,or search a productName,productPrice,productCode. here's what i tried to do: string productName[100]={"milk","beef"}; int...
__________________
C++
domain name forum
Reply With Quote