Hello, i'm having a problem where my program is crashing everytime it reachs a certain point. I get the error "test001.ex e has encountered a problem and needs to close. we are sorry for the inconvenience".
Now, i've put cout << "display"; on every line to see where the crash occurs, and it happens with this statement
"if (strcmp(line.c_ str(), "Importance : High")==0 )",
...
User Profile
Collapse
-
Hello, thank you for the reply. I went with tmain() because that is what visual studio automatically gave me. Yes donbock , code wasn't meant to be jumbled like that.
i've worked on my code abit and i've managed to fix the mentioned problem, but i've run into a new problem where my program crashes on "if (line == "Importance : High"){", which I should probably start a new thread for since it's a strange problem.
No activity results to display
Show More
Leave a comment: