Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #37.0K
~1K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for Simunji
Member Avatar for bestnone
Member Avatar for refphlex

Here should to write int Search(Student List[], int Size, string Target) { for(int i = 0 ; i < Size ; i++) if (Target == List[i].LastName) return i; // You sould to write else of not you can not return tow int // in the same time else // try …

Member Avatar for zouhair.kasmi
0
148
Member Avatar for Izzah_1

you sould to make $conn1 = mysql_select_db("studio", $conn) or die ("Could not connect to database"); http://www.php.net/manual/fr/function.mysql-select-db.php

Member Avatar for zouhair.kasmi
0
236
Member Avatar for jonathan710

You don't have a permission to create this line you should to work with the getter in the class because it is private . return (a.data < b.data); >here for example you can type somting like this Getdata(); // you should to define this method in your class. and to …

Member Avatar for richieking
0
428

The End.