Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > for( int i1=0,i2=0 ; i1<n1 && i2<n2; i1+=2, i2+=4)

Reply
Thread Tools

for( int i1=0,i2=0 ; i1<n1 && i2<n2; i1+=2, i2+=4)

 
 
Mark B
Guest
Posts: n/a
 
      10-03-2005

"Mark McIntyre" <> wrote in message
news:...
> On Sun, 02 Oct 2005 10:19:28 +0200, in comp.lang.c , "Emmanuel
> Delahaye" <> wrote:
>
>>Mark McIntyre wrote on 02/10/05 :
>>> I imagine it was meant to be a joke.

>>
>>It was not.

>
> How can you possibly know that it wasn't meant to be a joke? As it
> happens I didn't think it was a particularly good joke, but it was
> clearly meant to be humourous.
>
>>> Certainly I don't regard it as racism -

>>
>>To emit a global judgement based on the origin of a person ? It is
>>racism.

No, it's not.

> I don't see any *judgement* in the original post - the judgement was
> made entirely by you.
>
> If I had ten pee for every time someone's characterised scotsmen as
> tight or unintelligible in a humorous moment, I'd be moderately
> wealthy, as Scotsmen go. Does it bother me? No. Do I regard it as
> racism? No.
>
> Racism is when you get beaten up for being the in the wrong pub,

No, it's not.

> for talking to a girl the wrong colour,

No, it's not. Although calling someone 'the wrong color' may be

> or your house gets firebombed

Nope.

> for living in the wrong area,

Nope.

or you get spat on in the bus for having
> a funny accent, or ...

Nope.

> Get a sense of proportion.

Correct yours!

Racism is discrimination based on 'race', hence the term 'racism'.
Please note the difference between 'nationality' and 'race'.


 
Reply With Quote
 
 
 
 
Mark McIntyre
Guest
Posts: n/a
 
      10-04-2005
On Mon, 03 Oct 2005 15:57:19 GMT, in comp.lang.c , "Mark B"
<> wrote:

(I said)
>> Get a sense of proportion.

>Correct yours!


Grin.

>Racism is discrimination based on 'race', hence the term 'racism'.


And all the things I listed were examples of that.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>

----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 
Reply With Quote
 
 
 
 
Joe Wright
Guest
Posts: n/a
 
      10-05-2005
Emmanuel Delahaye wrote:
> Mark McIntyre wrote on 02/10/05 :
>
>> On Sat, 01 Oct 2005 16:44:59 +0200, in comp.lang.c , "Emmanuel
>> Delahaye" <> wrote:
>>
>>> Bruintje Beer wrote on 01/10/05 :
>>>
>>>> "hokus" <> schreef in bericht
>>>> news:dhemi4$8ql$...
>>>>
>>>>> Jak zapisać pętlę for, aby po każdej iteracji zmienna i1 zwiększała
>>>>> się o 2, a i2 o 4.
>>>>>
>>>>> Dzięki
>>>>
>>>>
>>>> sounds like you have drunk too much vodka
>>>
>>>
>>> There is a name for that: 'préjugé' or worst, 'racism'. In my
>>> country, it's a crime.

>>
>>
>> I imagine it was meant to be a joke.

>
>
> It was not.
>
>> Certainly I don't regard it as racism -

>
>
> To emit a global judgement based on the origin of a person ? It is racism.
>
> Ok, we are off-topic...
>


Emmanuel, you have it wrong. It is not racist for the English to allude
to the French as (insert insult here). It could be prejudice, a bad
thing or it might be discrimination (an arguably good thing) but most of
France and England share the same race.

Racism, where it exists, is a very different and more dangerous
situation. It is where the immigrant Mullah in Paris considers himself
superior to his French hosts, the old British colonialist discoursing on
the inferiority of the Indian "wogs". That's racism. And Wrong and Ugly.

Commenting lightly on the Irish or Russian proclivity to drink does not
rise to the level of exhibiting racism. Really.

I've heard that the French actually cultivate garden snails as food!
Disgusting! But not racist.

You've said that prejudice and racism are somehow crimes in France. Can
you elaborate? What would a racist have to do to excite the Gendarmerie?
How would anybody (officially) know whether you prejudged something?

My last racist ideas left me in the late 1960's when I discovered that
all people are more alike than they are different, and that all blood is
red and all mother's tears are salt. Racist == Stupid.

--
Joe Wright
"Everything should be made as simple as possible, but not simpler."
--- Albert Einstein ---
 
Reply With Quote
 
Keith Thompson
Guest
Posts: n/a
 
      10-05-2005
Joe Wright <> writes:
[...]
> You've said that prejudice and racism are somehow crimes in
> France. Can you elaborate? What would a racist have to do to excite
> the Gendarmerie? How would anybody (officially) know whether you
> prejudged something?


Can you elaborate *somewhere else*, please?

--
Keith Thompson (The_Other_Keith) kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
 
Reply With Quote
 
Alan Balmer
Guest
Posts: n/a
 
      10-05-2005
On Tue, 04 Oct 2005 23:13:02 +0100, Mark McIntyre
<> wrote:

>On Mon, 03 Oct 2005 15:57:19 GMT, in comp.lang.c , "Mark B"
><> wrote:
>
>(I said)
>>> Get a sense of proportion.

>>Correct yours!

>
>Grin.
>
>>Racism is discrimination based on 'race', hence the term 'racism'.

>
>And all the things I listed were examples of that.


Not to be discriminatory or anything, but in spite of the subject
heading, I think you guys are in the wrong newsgroup.
--
Al Balmer
Balmer Consulting

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
why is int a[0] not allowed, but int* a = new int[0] is? haijin.biz@gmail.com C++ 9 04-17-2007 09:01 AM
Difference between int i, j; and int i; int j; arun C Programming 8 07-31-2006 05:11 AM
int a[10]; int* p=(int*)((&a)+1); But why p isn't equal to ((&a)+1)? aling C++ 8 10-20-2005 02:42 PM
int main(int argc, char *argv[] ) vs int main(int argc, char **argv ) Hal Styli C Programming 14 01-20-2004 10:00 PM
dirty stuff: f(int,int) cast to f(struct{int,int}) Schnoffos C Programming 2 06-27-2003 03:13 AM



Advertisments