Thread: Sorting Help
View Single Post
Old 10-16-2005, 02:29 PM   #9 (permalink)
Salchester
Salchester
 
Salchester's Avatar
 
Join Date: Jul 2005
Location: In a house
Posts: 230
Salchester is an unknown quantity at this point
Sorting Help

I do mean c++, what will the code you have be like in c++?

This is what i have so far…

Code:
#include <iostream.h>

struct game
{
  char name[20];
}
game unsortednames[36];

int main (void)
{

  return 0;
}
__________________
Many Thanks, in advance!

Salchester.
The Future Is Here - Are You Ready?
Salchester is offline   Reply With Quote