Joined
Last Seen
-2 Reputation Points
- 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
0 Endorsements
Ranked #44.3K
~198 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
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 …
Re: Linker error
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 …
The End.
anw