Thread: Practice...
View Single Post
Old 02-12-2005, 01:26 PM   #7 (permalink)
ALF_Bass
Learning C++
 
Join Date: Feb 2005
Location: Ottawa
Posts: 10
ALF_Bass is on a distinguished road
I'll get started on the template and the two sorts as soon as I can, I have to work most weekend and start an assignment for school. I have a quick question though,

Code:
void bubbleSort(string* array, const size_t size);
void print_array(string* array, const size_t size);
What is the usage of size_t? excluding the size (leaving just const size_t) asks for a definition of size_t, but I have never seen anyone use this before. Thanks Valmont,
ALF_Bass is offline   Reply With Quote