User profile: BlairM

User info
User name:BlairM
History
Joined:
Number of posts:4
Latest posts:

bubble and selection sorting using dynamic array
Better?

bubble and selection sorting using dynamic array
[code]# include <iostream> using namespace std; void bubbleSort(string *names, int &i); void sele...

Pointers and Palindromes
Okay, so I changed it and attempted char pointers and it's going okay so far. Does it look like I'...

Pointers and Palindromes
I need help with homework assignment for my Computer Science 2 course. We are learning about pointer...

This user does not accept Private Messages