Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~78 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for qq9000

#include <iostream> using namespace std; int main() { const int NUM_NAMES = 20, Size = 17; char names[NUM_NAMES] [SIZE] = {"lonney, Bill", "travis, Jim", "Harrison, Bob", "Holland, Beth"}; i need a simple program that uses the selectionSort function so it searches an array of strings instead of an array of …

Member Avatar for Nick Evan
0
78