Arrays (programming) Questions and Answers

Recent IT Questions

1 - 3 of 3
<<PREVIOUS 1 NEXT>>

student details using c++

struct record { int ID; string name; string nationality; bool IsMale; }ExampleStudent;[/pre] this is what i can do so far to declare it variables.i need insert new record, delete and sort the record. so, what are the next steps? kindly show me the codes....

Answer Question   |  Sep 9 2009  12:59 AM GMT
C++, Software development, Arrays (programming)
asked by Spoinkgeek

  20 pts.

array

write a c++ program to remove all duplicates from an array list if the given array list is:- 1, 2, 3, 3, 3,4,4,4,4,9,11,14,14,14 the resultant array list is:- 1,2,3,4,9,11,14

Answer Question   |  Oct 19 2008  10:51 AM GMT
Arrays (programming)
asked by Apac

  5 pts.

Vb.Net Image List

I am Trying to build a game that uses arrays to select an image from an image list. when i run the game, i get an image in the image box, but it keeps cycling through all three options. the code so far is: Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...

View Answer   |  May 30 2008  11:53 PM GMT
VB.NET, Arrays (programming)
asked by Surfdog

  5 pts.

1 - 3 of 3
<<PREVIOUS 1 NEXT>>