I have a simple program. It creates two arrays of random numbers (parallel) and then runs them through bubblesort and minsort functions. The problem is, halfway through the minsort function, it gets a very strange error popup box that states something along the lines of declaring and referencing a function using different techniques... I'm not sure on the exact wording, but my next post will contain the program. Please run it and tell me what you think the problem is.