Results 1 to 2 of 2
Thread: STL ++
Hybrid View
-
16th April 2009 17:47 #1Registered User
Join Date: Apr:2009
Location:
Posts: 1
STL ++
, sort algorithm
int a[50];
n
sort(a,a+n);
sort()
struct student
{char name[30];
int number;
double usp;};
student s[50];
sort s?
-
16th April 2009 17:51 #2Registered User
Join Date: Oct:2003
Location:
Posts: 4,317




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in