Forum: C Mar 13th, 2006 |
| Replies: 7 Views: 17,086 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,086 :))
I like your comment. Honesty is a precious asset.
Bofarull |
Forum: C Mar 8th, 2006 |
| Replies: 7 Views: 17,086 /* compiler used: */
/* simple application to generate basic arithmetic operations */
/* March/3rd/2006, John Bofarull */
... |
Forum: Community Introductions Mar 8th, 2006 |
| Replies: 3 Views: 1,287 I am going to remove previous message. thanks anyway,
bofarull |
Forum: Community Introductions Mar 8th, 2006 |
| Replies: 3 Views: 1,287 i did not expect to find such website were people share a bit of what they know just for the sake of finding what they are looking for, so here you have it:
Name:bofarull
Location:barcelona
Age:33... |
Forum: C Mar 7th, 2006 |
| Replies: 1 Views: 2,007 Hi, can you do the same for UNICODE?
Bofarull |
Forum: C Mar 7th, 2006 |
| Replies: 7 Views: 44,037 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,907 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,695 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 |