We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
"can a proffesional answer my question?
i need answer NOW"
Sorry for the delay, but the purity of such a simple answer has to be worth the wait.
The answer is "no".
hi,
is there even one proffesional here?
i needing an answer URGENT NOW and only simple ameters say stupid things
plz mr proffesional, ignor ameters and give me answer for my help
thx
Your first post in this thread was about 1 day 20 hours ago - don't you think two days of studying would have solved your problem?
You may write "is there even one proffesional here?" but in reality what you are asking/saying is: is there any cheaters here? People who help cheaters are also cheaters.
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?
Why don't you just post the name & address of your teacher - then mr proffesional can send it direct to him, saving you from doing any work at all!
plz can someone answer my q?
i ask nicely for proffesional advise but amaters only anser me.
can proffesional plz help soon for me now?
plz ama#eters do not anwer again. you waste my time and stpop real proffesional answering.
"i ask nicely "
It's not that the question was impolite - it's that you're trying to cheat on your homework.
"plz help soon for me"
'Help' usually implies that you have done the majority of the work yourself, and just need a little assistance...
"you waste my time..."
You waste your own time! You've had plenty of time to do plenty of research by now!
"...and stpop real proffesional answering."
No, nothing is preventing that at all! The fact that nobody has done your homework for you should be telling you something...
i ask nicely for proffesional advise
No, you didn't. You ask quite rudely, and what you're asking for is anything but professional advice.
but amaters only anser me.
You clearly have not the slightest idea what the words "professional" or "amateur" even mean, much less who among the people answering you is one or the other. You're going to astonishing lengths to prove yourself the most clueless amateur we've had here in quite a while. That's no small achievement, granted --- but not one to be proud of, either.
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't give you the answer you expect an ameter.
if mr proffesional is here plz answer my q
i have now a small list but need complete one
other popele here are joking and not sereous wanting to give real answer
intf("hello world\n"); return 0; }
No, we are not joking. We are, however, considering you to be part of the entertainment.
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:
#include <stdio.h> int main(void) { printf("Hello world!\n"); return 0; }
mr ameter you are wrong and try to be proffesional but you guess badeley!
i made mistak and put some code in post. it was
#include <stdio.h>
int myfunc(void) { printf("Hello world!\n"); return 0; }
int main(int argc, char **argv) { loop:
if ( argc == 1 ) goto end;
argc = argc - 1;
if ( myfunc() == 0) goto error;
got loop
end: }
"i made mistak"
I trust that one's on your list.
You also made the mistake of not reading and/or not following the clear instructions on how to post source code - there's another.
And you made the further mistake of not previewing your code before you posted it - there's another.
So there you go - 3 more guaranteed fully professional items for your list!
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?
Twice now, you have failed to format the code correctly!
You have also managed to post code that is not possible to compile - what is "got"? Where is the "error" label?
Your original
intf("hello world");
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.
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...
Two more for your list:
Writing programs in one languages as it it were another (eg, you seem to be trying to write a BASIC program in 'C'...)
Unconsidered, liberal use of 'goto' is usually a whole nest of bugs just waiting to happen...