User profile: jlillie89

User info
User name:jlillie89
Name:Jordan
Bio:Taking a into c++ course and need lots of help!
History
Joined:
Number of posts:403
Latest posts:

sorting (array) c++ help please
If you wrote each sort function you could then have the user enter a choice and use a switch stateme...

Deleting/Replacing an element from an array
OK the key to understanding the code below is this bit of code here. [code]// Move found entry into ...

Pointers
ok thx

Pointers
Hello, My course ended and the next chapter was on pointers. I always get on this site and see poi...

Array Sorting (2.3040923)
[code]#include <iostream> #include <string> using namespace std; int main() { //array test int ...