Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c x 7

4 Posted Topics

Member Avatar for AndrewWood

Hi, Came here to find an answer to a question no one wants to touch. I'm currently doing some work with debugging principles in Windows C and have found a very odd problem when spawning a process. When using CreateProcess with any of the debug flags set on my other …

Member Avatar for IanHannah
0
305
Member Avatar for stolson

Try this [code]int compare(const void *p1, const void *p2) { const struct ADDRESS *a1 = ( const struct ADDRESS * ) p1 ; const struct ADDRESS *a2 = ( const struct ADDRESS * ) p2 ; if ( a1 -> zip < a2 -> zip) return -1 ; else if …

Member Avatar for AndrewWood
0
627
Member Avatar for controlsi

Not sure if you care to add October? [CODE=C] enum months {January = 1, February, March, April, May, June, July, August, September, November, December}; [/CODE] Anyways, looks like you copied and pasted from your prototypes int fillArray(FILE *inf, char arr[]) [b];[/b] <=== Delete the ; { int i; for(i = …

Member Avatar for Ancient Dragon
0
118
Member Avatar for ravi_forum

As far as I know, that code is ambiguos and you should avoid such expressions try using ( a++ ) - ( a++ ) but the statement goes from left to right a++ = 11 MINUS a ( which is now 11) ++ which makes it 12. So the statement …

Member Avatar for Salem
0
918

The End.