sort and Exit code -1073741819


"Well the fact the the executable is exiting unexpectedly is probably meaning you have some issue with you code which is pretty obvious."



https://social.msdn.microsoft.com/Forums/vstudio/en-US/8bab926c-97ec-41ea-8f3c-251e7c10d8cb/exit-code-1073741819?forum=vbgeneral



Potential bugs:

bool myfunction (L i,L j) { return (i >= j); }
sort(search_list.begin(), search_list.end(), myfunction);

=> sort(search_list.rbegin(), search_list.rend());

留言

這個網誌中的熱門文章

園區巡迴巴士-新竹高鐵到台積12廠

107學年度第1學期 李宏毅機器學習先備能力測驗題目(Python)