<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>question need immediately urgent answer plz</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/22373/question-need-immediately-urgent-answer-plz</link><description> 
hi profesional poeple. 

 
what are all the reasonns why a program can be bugged: ie what can
make program go wrong. 

 
i need complete list so plz help now. 

 
thank you profesional person who answer me soon. 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/157941?ContentTypeID=1</link><pubDate>Fri, 12 Oct 2007 07:14:18 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:61b29fa1-a48c-4c8f-98fd-77dbb397e5e9</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
Two more for your list:&lt;/p&gt;

&lt;p&gt;
Writing programs in one languages as it it were another (eg, you
seem to be trying to write a BASIC program in &amp;#39;C&amp;#39;...)&lt;/p&gt;

&lt;p&gt;
Unconsidered, liberal use of &amp;#39;goto&amp;#39; is usually a whole nest of
bugs just waiting to happen...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/157897?ContentTypeID=1</link><pubDate>Fri, 12 Oct 2007 06:37:26 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:77d520e8-98dc-40a8-8ea7-95f94daf91a2</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
I might have been incorrect when I claimed that you had missed the
instructions on how to post code. Maybe ho had seen the instructions,
but failed to understand them?&lt;/p&gt;

&lt;p&gt;
Twice now, you have failed to format the code correctly!&lt;/p&gt;

&lt;p&gt;
You have also managed to post code that is not possible to compile
- what is &amp;quot;got&amp;quot;? Where is the &amp;quot;error&amp;quot; label?&lt;/p&gt;

&lt;p&gt;
Your original&lt;/p&gt;

&lt;pre&gt;
intf(&amp;quot;hello world&amp;quot;);
&lt;/pre&gt;

&lt;p&gt;
&lt;br /&gt;
seems to have been affected by my post, since it now prints a true
sentence beginning with a capital letter and ending with a
punctuation character. Plese try that with your normal sentences too.
That would make you seem a lot more mature.&lt;/p&gt;

&lt;p&gt;
However, no computer-science teacher would give good (or any?)
scores for a tiny program that uses multiple goto statements without
even an attemt to justify their need...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/157898?ContentTypeID=1</link><pubDate>Fri, 12 Oct 2007 06:32:22 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:9be634be-1500-4980-9793-6914bb386f57</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;&amp;quot;i made mistak&amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
I trust that one&amp;#39;s on your list.&lt;/p&gt;

&lt;p&gt;
You also made the mistake of not reading and/or not following the
clear instructions on how to post source code - there&amp;#39;s another.&lt;/p&gt;

&lt;p&gt;
And you made the further mistake of not previewing your code
before you posted it - there&amp;#39;s another.&lt;/p&gt;

&lt;p&gt;
So there you go - 3 more guaranteed fully professional items for
your list!&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/157870?ContentTypeID=1</link><pubDate>Fri, 12 Oct 2007 06:21:37 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:cf6d7d82-268d-4830-b0c8-08fe1fceee04</guid><dc:creator>pagfit pagf pagfit pagfitpagfit</dc:creator><description>&lt;p&gt;&lt;p&gt;
mr ameter you are wrong and try to be proffesional but you guess
badeley!&lt;/p&gt;

&lt;p&gt;
i made mistak and put some code in post. it was&lt;/p&gt;

&lt;p&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;/p&gt;

&lt;p&gt;
int myfunc(void) { printf(&amp;quot;Hello world!\n&amp;quot;); return 0;&lt;br /&gt;
}&lt;/p&gt;

&lt;p&gt;
int main(int argc, char **argv) { loop:&lt;/p&gt;

&lt;p&gt;
if ( argc == 1 ) goto end;&lt;/p&gt;

&lt;p&gt;
argc = argc - 1;&lt;/p&gt;

&lt;p&gt;
if ( myfunc() == 0) goto error;&lt;/p&gt;

&lt;p&gt;
got loop&lt;/p&gt;

&lt;p&gt;
end:&lt;br /&gt;
}&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/151904?ContentTypeID=1</link><pubDate>Fri, 12 Oct 2007 05:26:36 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:584cf25c-5a3c-4ab7-b7d7-fc52345968fb</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
No, we are not joking. We are, however, considering you to be part
of the entertainment.&lt;/p&gt;

&lt;p&gt;
I see that you have missed the instructions on how to post source
code - and there seems to be something wrong with your code. Try this
instead:&lt;/p&gt;

&lt;pre&gt;
#include &amp;lt;stdio.h&amp;gt;

int main(void) {
    printf(&amp;quot;Hello world!\n&amp;quot;);
    return 0;
}
&lt;/pre&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/151166?ContentTypeID=1</link><pubDate>Fri, 12 Oct 2007 05:10:15 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:83673a4b-86e3-4bf3-bb6c-f8dbc547a1dc</guid><dc:creator>pagfit pagf pagfit pagfitpagfit</dc:creator><description>&lt;p&gt;&lt;p&gt;
if mr proffesional is here plz answer my q&lt;/p&gt;

&lt;p&gt;
i have now a small list but need complete one&lt;/p&gt;

&lt;p&gt;
other popele here are joking and not sereous wanting to give real
answer&lt;/p&gt;

&lt;p&gt;
intf(&amp;quot;hello world\n&amp;quot;);&lt;br /&gt;
return 0;&lt;br /&gt;
}&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/150629?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 14:14:55 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:29341ed3-cad7-4907-b466-c19c9334c535</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
Come back with questions how to use Keil tools, or about specific
problems using a microcontroller, and people may help you - just
remember not to call anyone who doesn&amp;#39;t give you the answer you
expect an ameter.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/147367?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 13:37:39 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:aa924623-263c-4aa5-8417-14df497a5b12</guid><dc:creator>HansBernhard Broeker</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;i ask nicely for proffesional advise&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
No, you didn&amp;#39;t. You ask quite rudely, and what you&amp;#39;re asking for
is anything but professional advice.&lt;/p&gt;

&lt;p&gt;
&lt;i&gt;but amaters only anser me.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
You clearly have not the slightest idea what the words
&amp;quot;professional&amp;quot; or &amp;quot;amateur&amp;quot; even mean, much less who among the people
answering you is one or the other. You&amp;#39;re going to astonishing
lengths to prove yourself the most clueless amateur we&amp;#39;ve had here in
quite a while. That&amp;#39;s no small achievement, granted --- but not one
to be proud of, either.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/151156?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 13:34:23 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:d94063b8-a821-4780-a43d-ae2f6fe87e49</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;&amp;quot;i ask nicely &amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
It&amp;#39;s not that the question was impolite - it&amp;#39;s that you&amp;#39;re trying
to cheat on your homework.&lt;/p&gt;

&lt;p&gt;
&lt;i&gt;&amp;quot;plz help soon for me&amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
&amp;#39;Help&amp;#39; usually implies that you have done the majority of the work
yourself, and just need a little assistance...&lt;/p&gt;

&lt;p&gt;
&lt;i&gt;&amp;quot;you waste my time...&amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
You waste your own time!&lt;br /&gt;
You&amp;#39;ve had plenty of time to do plenty of research by now!&lt;/p&gt;

&lt;p&gt;
&lt;i&gt;&amp;quot;...and stpop real proffesional answering.&amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
No, nothing is preventing that at all!&lt;br /&gt;
The fact that nobody has done your homework for you should be telling
you something...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/146126?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 12:21:42 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:5005c53b-f7ec-4fd5-82b2-c46355b1fc10</guid><dc:creator>pagfit pagf pagfit pagfitpagfit</dc:creator><description>&lt;p&gt;&lt;p&gt;
plz can someone answer my q?&lt;/p&gt;

&lt;p&gt;
i ask nicely for proffesional advise but amaters only anser
me.&lt;/p&gt;

&lt;p&gt;
can proffesional plz help soon for me now?&lt;/p&gt;

&lt;p&gt;
plz ama#eters do not anwer again. you waste my time and stpop real
proffesional answering.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/150231?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 08:50:48 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:5376bb52-f01a-4bdd-93c6-bbdcb73e951b</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
Why don&amp;#39;t you just post the name &amp;amp; address of your teacher -
then mr proffesional can send it direct to him, saving you from doing
any work at all!&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/144301?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 08:43:08 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:91aaf29e-8111-400d-992a-5aab32ae9de4</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
Your first post in this thread was about 1 day 20 hours ago -
don&amp;#39;t you think two days of studying would have solved your
problem?&lt;/p&gt;

&lt;p&gt;
You may write &amp;quot;is there even one proffesional here?&amp;quot; but in
reality what you are asking/saying is: is there any cheaters here?
People who help cheaters are also cheaters.&lt;/p&gt;

&lt;p&gt;
On to something else: I have tried to google for it, but have
failed. Exactly what is an ameter? Is it an instrument, or part of
the metric system or what?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/141871?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 08:21:37 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:d25df0e2-0bb1-40af-9b1f-e64d1620d072</guid><dc:creator>pagfit pagf pagfit pagfitpagfit</dc:creator><description>&lt;p&gt;&lt;p&gt;
hi,&lt;/p&gt;

&lt;p&gt;
is there even one proffesional here?&lt;/p&gt;

&lt;p&gt;
i needing an answer URGENT NOW and only simple ameters say stupid
things&lt;/p&gt;

&lt;p&gt;
plz mr proffesional, ignor ameters and give me answer for my
help&lt;/p&gt;

&lt;p&gt;
thx&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/138569?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 05:07:14 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:49c13eec-7595-49e2-81e7-c6648f1789dd</guid><dc:creator>Dan Henry</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;&amp;quot;can a proffesional answer my question?&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
&lt;i&gt;i need answer NOW&amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
Sorry for the delay, but the purity of such a simple answer has to
be worth the wait.&lt;/p&gt;

&lt;p&gt;
The answer is &amp;quot;no&amp;quot;.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/141872?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 04:14:01 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:68c1e220-e840-44b3-a3ff-7adb981e22a5</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
Maybe &lt;b&gt;mis&lt;/b&gt;management?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/138567?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 04:06:01 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:66b34faf-e04c-4276-849c-c08c6d70502f</guid><dc:creator>Christoph Franck</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;i need answer NOW&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
Maybe you should think about a different career path ...
researching just doesn&amp;#39;t seem to be your thing. How about management
?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/149281?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 02:42:17 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:38b9ba74-9cff-4acf-96ab-0294945a1965</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
I&amp;#39;m sure they &lt;i&gt;&lt;b&gt;can&lt;/b&gt;&lt;/i&gt;, but I doubt that they
&lt;i&gt;&lt;b&gt;will&lt;/b&gt;&lt;/i&gt; if you ask like that!&lt;/p&gt;

&lt;p&gt;
Remember: one definition of &amp;quot;professional&amp;quot; is &amp;quot;one who makes a
living from doing something&amp;quot; (as opposed to an &amp;quot;amatuer&amp;quot;, who
doesn&amp;#39;t; or an ammeter, which is a thing for measuring current)&lt;/p&gt;

&lt;p&gt;
So, if you want &lt;i&gt;&lt;b&gt;professional&lt;/b&gt;&lt;/i&gt; help, how much are you
prepared to pay?&lt;br /&gt;
You could trye looking here: &lt;a href="http://www.keil.com/condb/"&gt;http://www.keil.com/condb/&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/138572?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 02:38:22 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:aacb2e4c-185c-4746-b5e0-b65a017136d5</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
There most definitely isn&amp;#39;t any proffesionals [&lt;i&gt;sic&lt;/i&gt;] here,
but maybe you where thinking about professionals?&lt;/p&gt;

&lt;p&gt;
But professionals don&amp;#39;t want to spend their valuable time (a
professional takes advantage of his/her knowledge to make money) to
help someone cheat on their shool work.&lt;/p&gt;

&lt;p&gt;
No, you don&amp;#39;t need answers NOW. You need to STUDY now, or you need
to fail miserably!&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/130208?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2007 02:24:58 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e72d4f5e-c12c-4fcb-83c7-358598e87b1f</guid><dc:creator>pagfit pagf pagfit pagfitpagfit</dc:creator><description>&lt;p&gt;&lt;p&gt;
plz,&lt;/p&gt;

&lt;p&gt;
can a proffesional answer my question?&lt;/p&gt;

&lt;p&gt;
only crazy ameters have given crazy answers yet!&lt;/p&gt;

&lt;p&gt;
i need answer NOW&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/124138?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2007 08:58:52 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:ec69223f-3214-4d2d-a322-ddb3d8ebd102</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
Sometimes we make the mistake of not pointing out illogical
requirements and requiring the specifications to be straightened out.
Still programmer error.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/113280?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2007 08:26:15 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:460cbaf1-dcdd-41c3-887b-ad9c4f632696</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;&amp;quot;Bugs are there because the programmer made a mistake&amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
It could go deeper than that - the programmer might have done his
job perfectly to the specification provided, but the specification
might&amp;#39;ve been flawed...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/124136?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2007 08:24:04 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:aab60c28-1e83-4418-a8d8-7ee50f310363</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;&amp;quot;the goal with assignments is to weed out the people who
doesn&amp;#39;t have the required knowledge&amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
And those that don&amp;#39;t have the wherewithall to &lt;i&gt;&lt;b&gt;find&lt;/b&gt;&lt;/i&gt;
that knowledge if they don&amp;#39;t already have it.&lt;/p&gt;

&lt;p&gt;
It is often said that a good education is not a about what you
know, but about what you know &lt;i&gt;&lt;b&gt;how to find out&lt;/b&gt;&lt;/i&gt;!&lt;/p&gt;

&lt;p&gt;
See: &lt;a target="_blank" href="http://www.8052.com/forum/read.phtml?id=144761"&gt;www.8052.com/.../read.phtml&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/113276?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2007 07:54:52 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:98d5f064-dfc8-4f75-8f82-43aa5eeedacf</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;are there any real proffesionals on this forum?&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
Now that is a classic one. Would we see more reasons to help you
with your school assignment if you question our professionalism?&amp;#39;Do
you think we want people who doesn&amp;#39;t manage their school work to get
out in the business life and make our jobs harder?&lt;/p&gt;

&lt;p&gt;
Any decent teacher have already given you all required means to be
able to solve the problems yourself - if it is expected that you
should pass the assignment. Remember, the goal with assignments is to
weed out the people who doesn&amp;#39;t have the required knowledge!&lt;/p&gt;

&lt;p&gt;
What are you doing on this forum? Aren&amp;#39;t you in a hurry to quickly
gain that knowledge, by opening your books and read?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/99752?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2007 07:38:39 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:fb955c6e-6f0f-4296-9e15-2cdfbc51ab82</guid><dc:creator>Christoph Franck</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;are there any real proffesionals on this forum?&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
Most people here are, yes. You may want to ask for the services of
a consultant. They won&amp;#39;t come for free, however.&lt;/p&gt;

&lt;p&gt;
&lt;i&gt;anyone who knows the answer to my question instead of poeple
who comlpane about everything?&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
I am sure you could get ten different answers here, and none of
them might be what your professor/teacher expects. If you have any
textbooks, you may want to review them, since they just might contain
the answer that will be considered &amp;quot;correct&amp;quot;.&lt;/p&gt;

&lt;p&gt;
The complete list will literally be infinitely long if the detail
level is sufficiently high. The short list only contains one entry:
&amp;quot;Bugs are there because the programmer made a mistake&amp;quot;. That mistake
might be as strange as &amp;quot;He didn&amp;#39;t double-check the information given
in the datasheet and therefore didn&amp;#39;t know that the datasheet was
wrong.&amp;quot;. Or as obvious as &amp;quot;He typed = instead of ==.&amp;quot;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question need immediately urgent answer plz</title><link>https://community.arm.com/thread/75581?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2007 07:29:57 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:d90ce04f-7676-4224-bdc2-3699a7b9a109</guid><dc:creator>pagfit pagf pagfit pagfitpagfit</dc:creator><description>&lt;p&gt;&lt;p&gt;
hi,&lt;/p&gt;

&lt;p&gt;
are there any real proffesionals on this forum?&lt;/p&gt;

&lt;p&gt;
anyone who knows the answer to my question instead of poeple who
comlpane about everything?&lt;/p&gt;

&lt;p&gt;
plz for your urgent help.&lt;/p&gt;

&lt;p&gt;
thanx.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>