Re: Please correct the error in my program. When i run the program on turbo c++ 3, it *slaps forehead* Yes, that would cause the problem: while...
unsigned char RR=(unsigned char)(data >> 16);
Another difference between struct and class is that by default class members are private but struct members are public. struct and class are...
> Add the required checking and sort the numbers before you print them. Um, why? This looks like a homework assignment that YOU have been given...
Yay, way to get sacked when people find out. Operation Planner for 3 Australia, eh? And "I work as a manager in HP for north american...
Re: Please correct the error in my program. When i run the program on turbo c++ 3, it Don't PM me to demand answers please. What input do you...
haha, there's no way on this planet I would ever consider a C++ interpreter to be a suitable solution for embedded programming. Assembly language...
Re: In unix how we can test or check race condition in c program by using multi thre As far as I know this is not actually possible, and you...
Re: Please correct the error in my program. When i run the program on turbo c++ 3, it Here's some non-indented code: int main() {...
Well, programming is a skill learnt by doing, not by looking at other people's completed examples. If I were to write this code for you then...
Why is the footprint of cint a problem? How large is its footprint and by how much does it need reducing? You must quantify the problem...
Re: In unix how we can test or check race condition in c program by using multi thre If the order of events is not sequenced then you will get...
> SPOT* me; What is SPOT? Where is it defined? (Note that SPOT and struct SPOT are not the same thing.) One of the differences between "class...
OK, so you're not going to have been given this cold. Look through your course notes and I'm sure you'll find code examples that can be adapted...
Re: Please correct the error in my program. When i run the program on turbo c++ 3, it Please indent your code. It's very difficult to follow if...
If you're a new programmer I'd suggest using C++ directly with a compiler rather than trying to use a C interpreter with its own take on the...
That's funny, because in your "Thanks. I have another question." post you actually posted "if (x%5 == 0 || x%2 == 0)".
Are you sure about that? The code you claim to have written is virtually identical to the code that "Armnewbie87" insists he wrote in the...
All your credibility has just been lost and I now know you're lying, *OR* "clshah2" is passing your code off as his own, because his code is...
Don't know why 345555 passes through, it is certainly divisible by 5. Compiler bug perhaps? What compiler are you using? Did you try printing...
Separate names with a comma.