Has anybody had any experience using Visual Studio and MingW/Dev C++?
After looking through my code line by line I couldn't see anything wrong at all - I just added another linked list structure.
The problem is running the program using Visual Studio I get the error message 'my program has encountered a problem and needs to close'. Where as running the same code using Dev C++ the program works fine.
Is the Microsoft Compiler complaining where it shouldn't? Anyone had similar problems?
After looking through my code line by line I couldn't see anything wrong at all - I just added another linked list structure.
The problem is running the program using Visual Studio I get the error message 'my program has encountered a problem and needs to close'. Where as running the same code using Dev C++ the program works fine.
Is the Microsoft Compiler complaining where it shouldn't? Anyone had similar problems?