comp.lang.c - 5 new messages in 4 topics - digest
comp.lang.c
http://groups.google.com/group/comp.lang.c?hl=en
Today's topics:
* mex file, nested for-loops, syntax error - 2 messages, 2 authors
http://groups.google.com/group/comp.lang.c/t/3e0018ce8979977c?hl=en
* If you could change the C or C++ or Java syntax, what would you like
different? - 1 messages, 1 author
http://groups.google.com/group/comp.lang.c/t/30f392a55d2959b2?hl=en
* I am not a ranting lunatic - 1 messages, 1 author
http://groups.google.com/group/comp.lang.c/t/36f998894ed7ab3c?hl=en
* Who is she? - 1 messages, 1 author
http://groups.google.com/group/comp.lang.c/t/ac4d984027cb980d?hl=en
==============================================================================
TOPIC: mex file, nested for-loops, syntax error
http://groups.google.com/group/comp.lang.c/t/3e0018ce8979977c?hl=en
==============================================================================
== 1 of 2 ==
Date: Sun, Oct 10 2010 11:07 pm
From: "B.Schmidt"
On 11 Okt., 07:38, "B.Schmidt" <b.schmidt1...@googlemail.com> wrote:
> in line 15 it's: for (int i = 0 ; i<(m-1) ; i+ )
> sorry, for the bad format
and here is my mistake! it must be i++ instead of i+ *noob*. I guess I
am tired out!
== 2 of 2 ==
Date: Mon, Oct 11 2010 12:09 am
From: Malcolm McLean
On Oct 11, 8:07 am, "B.Schmidt" <b.schmidt1...@googlemail.com> wrote:
> On 11 Okt., 07:38, "B.Schmidt" <b.schmidt1...@googlemail.com> wrote:
>
> > in line 15 it's: for (int i = 0 ; i<(m-1) ; i+ )
> > sorry, for the bad format
>
> and here is my mistake! it must be i++ instead of i+ *noob*. I guess I
> am tired out!
>
Yes, it's a bit odd that. i++ would add 2 to i, anyone would think,
but it doesn't, it increments i.
==============================================================================
TOPIC: If you could change the C or C++ or Java syntax, what would you like
different?
http://groups.google.com/group/comp.lang.c/t/30f392a55d2959b2?hl=en
==============================================================================
== 1 of 1 ==
Date: Sun, Oct 10 2010 11:18 pm
From: "Mike Schilling"
>>> Please share your oppinion on anything you do not like in the C or C++
>>> or Java syntax (they're quite similar).
>>>
>>> In order to maintain the integrity of the discussion (have everything at
>>> the same place) please respond on comp.lang.c.
>> Ahh. <grabs popcorn> <lies back>
>>
>> Lisp macros and first-class lambdas. In all three languages.
A construct that allows explicit transfer of control to another statement in
order to create control structures more complex than if-then-else or
while-do. Call it "past", e.g.
try
{
a:
process();
}
catch (Exception ex)
{
log(ex);
reinit();
past a; // i.e. transfer control to the statement just past the
label a
}
A method which uses this construct can be called "past a" code.
==============================================================================
TOPIC: I am not a ranting lunatic
http://groups.google.com/group/comp.lang.c/t/36f998894ed7ab3c?hl=en
==============================================================================
== 1 of 1 ==
Date: Sun, Oct 10 2010 11:38 pm
From: "Brian"
"Richard Harter" <cri@tiac.net> wrote in message
news:4caddd19.1187276@text.giganews.com...
> On Thu, 7 Oct 2010 03:55:37 -0500, "Brian" <BWeird!@internet.>
> wrote:
>
>>(I just play one on the internet!) :P
>
> And you do it so well, too.
>
>
"Practice makes perfect?". (Cry me a river animals).
==============================================================================
TOPIC: Who is she?
http://groups.google.com/group/comp.lang.c/t/ac4d984027cb980d?hl=en
==============================================================================
== 1 of 1 ==
Date: Mon, Oct 11 2010 12:21 am
From: nosrah
Lady Aisha (may Allah be pleased with her) is what this humanity
possesses of bright mind, sharp wit, and abundant knowledge.
Additionally, for her effective role in serving the Islamic thought
through relating Prophet Muhammad's (PBUH) Hadiths (narrations);
interpreting a lot of the aspects of the Prophet's (PBUH) life and her
juristic deductions.
She is also a woman who exceeded the boundaries of her role as a woman
to become a teacher for a whole nation that is the Islamic nation.
May Allah be Pleased with her was one of the skilful people in Qur'an,
Hadith and Islamic Jurisprudence, thus Urwah- bin al- Zubair said:'' I
have never seen someone who knows more of the Qur'an and its
commandments, nor al-Hallal (lawfulness), or Haram( sinful deeds), or
poetry, or Arabs oratory or backgrounds than Aisha.''
In this researchable point I have raised three domains in which lady
Aisha (may Allah be Pleased with her) has been distinguished in, and
they are:
1-Her knowledge and teachings.
2-The oratorical interpreter lady.
3-The lady faqiha (Islamic jurist).
I have chosen these domains for their importance and obvious influence
on the Islamic community and thought, Lady Aisha (may Allah be Pleased
with her) with her knowledge and her knowingness contributed in
amending the concepts, and the orientation to follow the Messenger of
Allah's Sunnah (Prophet's tradition), that's why the intellectuals
used to go to her to grasp from her abundant knowledge ,thereby she
became an illuminative source (lamp) that sheds its light on the
people of science and its students .......
http://www.rasoulall...lang=en&doc=249
/source : http://www.rasoulallah.net
==============================================================================
You received this message because you are subscribed to the Google Groups "comp.lang.c"
group.
To post to this group, visit http://groups.google.com/group/comp.lang.c?hl=en
To unsubscribe from this group, send email to comp.lang.c+unsubscribe@googlegroups.com
To change the way you get mail from this group, visit:
http://groups.google.com/group/comp.lang.c/subscribe?hl=en
To report abuse, send email explaining the problem to abuse@googlegroups.com
==============================================================================
Google Groups: http://groups.google.com/?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home