| Author |
Message |
Topic: [2.11Pro] Use of #RETURN multiple times in a function non-intuitive to me |
Heretic
Replies: 52
Views: 66423
|
Forum: CMUD Beta Forum Posted: Tue Nov 13, 2007 4:18 am Subject: [2.11Pro] Use of #RETURN multiple times in a function non-intuitive to me |
| Well, obviously my example above was a trivial example. Look, I've been programming for over 20 years, ok? Yes, I've always used Delphi/TurboPascal and not C/C++, so maybe I'm just weird. But in th ... |
Topic: [2.11Pro] Use of #RETURN multiple times in a function non-intuitive to me |
Heretic
Replies: 52
Views: 66423
|
Forum: CMUD Beta Forum Posted: Tue Nov 13, 2007 3:06 am Subject: [2.11Pro] Use of #RETURN multiple times in a function non-intuitive to me |
In fact, a very common use of #RETURN is the following:
#FUNCTION MyFunc {
#RETURN 0 // set default return value
#IF (something) {#RETURN newvalue}
}
In all m ... |
Topic: CMUD v2.0 Status Blog |
Heretic
Replies: 79
Views: 283367
|
Forum: Zugg's Blog Posted: Thu Aug 16, 2007 11:16 pm Subject: CMUD v2.0 Status Blog |
Yes, I have experience with thread programming, using my own GTK MUD client.
Without knowing your code base I'll admit I could be making some invalid assumptions, but in the general case I can't se ... |
Topic: CMUD v2.0 Status Blog |
Heretic
Replies: 79
Views: 283367
|
Forum: Zugg's Blog Posted: Thu Aug 16, 2007 10:56 pm Subject: CMUD v2.0 Status Blog |
I don't especially care for you, but a friend of mine who's more generous pointed out your problem and I can sympathize in a way, so I'll offer my advice.
If you're looking for a solution that's no ... |
Topic: IMPORTANT: zMUD Sales |
Heretic
Replies: 72
Views: 135807
|
Forum: zMUD General Discussion Posted: Fri Oct 28, 2005 3:20 pm Subject: IMPORTANT: zMUD Sales |
| I'm done with this argument, but I felt the need to clarify one thing: mr_kent, I said I am not a paying zMUD user. I did not say that I'm a zMUD user at all. I play MUDs primarily out of a client I w ... |
Topic: IMPORTANT: zMUD Sales |
Heretic
Replies: 72
Views: 135807
|
Forum: zMUD General Discussion Posted: Thu Oct 27, 2005 7:57 pm Subject: IMPORTANT: zMUD Sales |
| I suppose that's one of the inherent problems of trying to use an example to clarify a point: People fixate entirely on the example, rather than the actual point. To clarify: You're trying to make a l ... |
Topic: IMPORTANT: zMUD Sales |
Heretic
Replies: 72
Views: 135807
|
Forum: zMUD General Discussion Posted: Thu Oct 27, 2005 3:23 am Subject: IMPORTANT: zMUD Sales |
Most people here probably aren't going to like what I have to say here at all, so if you're not in the mood for it, skip it.
That said:
Zugg, whether you realize it or not, you're making your ow ... |
| |