Forum: C Mar 13th, 2006 |
| Replies: 7 Views: 17,691 There was no intention to ask a single question about this specific code.
I am aware of shorter ways to do the same, I am aware that I am not as skilled as most around in this forum, and the code... |
Forum: C Mar 9th, 2006 |
| Replies: 7 Views: 17,691 :))
I like your comment. Honesty is a precious asset.
Bofarull |
Forum: C Mar 8th, 2006 |
| Replies: 7 Views: 17,691 /* compiler used: */
/* simple application to generate basic arithmetic operations */
/* March/3rd/2006, John Bofarull */
... |
Forum: C Mar 7th, 2006 |
| Replies: 1 Views: 2,042 Hi, can you do the same for UNICODE?
Bofarull |
Forum: C Mar 7th, 2006 |
| Replies: 7 Views: 46,139 To AhmedHan: I bet you a fiver it is the input file called in input.h |
Forum: C Mar 7th, 2006 |
| Replies: 3 Views: 2,940 To nlsna17: prime figures only get null rest (same as integer result) when divided by themselves and by 1. Let it be N, start dividing N/(N-1), N/(N-2), .. until N/2. If ALL these divisions do not... |
Forum: C Mar 7th, 2006 |
| Replies: 3 Views: 2,705 I'm compiling with the old TC 2.0v and some syntax errors come up, may be because the 'ancient' compiler I'm using.
Bofarull |