I can't seem to figure out whats causing this error: statement cannot resolve address of overloaded function . Error is before line 14 in bubblesortrand function. Thnx in advance.
Thnx alot
Now that i fixed the syntax error the program runs, but there is a runtime error because it crashes when i call the function. Im trying to make the function display sorted list using the bubble sort, am i going about this the right way with the bubblesortrand funtion?