"Doesn't work" isn't much of a description. How exactly doesn't it work would be useful. Anyway, here's one error: strcpy(str,ch); strcpy takes...
The loop does not modify a. Look carefully at the 3rd clause in the for statement.
How much stack space have you got? unsigned int meanarray[262144]; ... could account for the problem; the stack does not usually have unlimited...
yeah I'm way out. Anyway I'm sticking with my guess of 49/50. How about posting your own guess instead of criticising mine.
isprint() checks if a character is printable. It returns TRUE or FALSE.
No, this is not embedded programming. That is where you write the firmware for a small platform. What you are doing is application programming.
digit contains the ASCII value of the digit. So if digit=='1' then the value of digit is 49 (you can find these numbers at various places, e.g....
Make two variables (memory locations, or registers, whichever you prefer) equal to the first number; one represents minimum number found so far...
The flag is just operating as an indicator so you can see whether or not it has been set. You can choose any datatype you want; it's just a 1 or...
How do you know the memory isn't deallocated? What exactly do you mean by "NullObject loses its 'objectness'"? Could you post the code for NullObject?
Why do you have to develop this application? Are you on a course? If so then you should know how to get started. The assignment gives you some...
How are you defining it? How exactly doesn't it work - do you get an error, and if so what is it?
No, 49/5. One dp out (d'oh!). Getting careless in my old age. ('r'-'a'+i)*('u'-'a'+i)*('n'-'a'+i)=187 when i=3...
49/50.
Newb's aren't allowed to post links, to stop spam. This restriction is automatically lifted after a while.
Yes, I googled OPC, but there are several possibilities. Which particular expansion of OPC are you interested in? Remember I can't read your mind.
Yes, it does apply to the larger set. Oh well.
Oops, found a bug. 10-11-12 is connected but excluded from the last set (bitmask 1c00). Don't think this bug applies to the larger set though,...
Any polygonal area can be subdivided into triangles: that's what shabbir has done here. A closed loop comprises a single small triangle, or two or...
Or 108 if crossovers are disallowed.
Separate names with a comma.