Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~198 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for anw

I have a daemon I'm working on that seems to bomb out in the middle of strcmp, WAY down in the bowels of the ODBC library. It would run for hours, then just mysteriously quit (well, as mysteriously as a SIGSEGV can be)- classic memory corruption symptom. So, I built …

Member Avatar for Salem
0
121
Member Avatar for jenco

I think you either didn't post the real code, or your compiler is giving bogus error messages. Before going any further, I would fix the syntax error in this line: [CODE] if (ch=='a')|| (ch=='e') || (ch=='i') || (ch=='o') || (ch==''u) [/CODE] If (ch==''u) compiles at all, it most certainly won't …

Member Avatar for anw
0
77

The End.