23 Reputation Points
Ranked #1K
- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Re: Have you learnt bitwise shifting operators? It would be loads easier that way... | |
Re: Or, if you want it short: [code=c] IsPathValid(const char *fname) { return (!(FILE *f=fopen(fname,"r")))?1:0; } [/code] | |
Re: Why do people keep posting the same problem in every forum they can find? [URL="http://forums.devshed.com/c-programming-42/assignment-from-incompatible-pointer-types-566060.html"]Devshed Forums[/URL] And again; read this first: [URL="http://www.daniweb.com/forums/thread78060.html"]READ THIS BEFORE POSTING[/URL] |