Click here to Skip to main content
15,888,401 members

Comments by Yusuf (Top 200 by date)

Yusuf 12-May-11 16:12pm View    
I noticed that too, it made me laugh so hard until it hurts.... :-)
Thanks for the vote.
Yusuf 12-May-11 14:11pm View    
what is there in my answer that is not polite? Did I insult you or name called you or what?

I did raise an issue with your decision, which has nothing to do with you as a person. Don't get intimidated with someone raising an issue with your decision. That is normal and you it will help you to take a look one more time about what you intended to do or decide to do.

Remember you question does not have much detail, do we can only imagine as to what you thinking ( or if you like it in the other ways, what you smoking....)

peace ;-)
Yusuf 12-May-11 12:10pm View    
@OriginalGriff,
I agree it would be readable to use for loop rather than memmove.

Memmove the third parameter is in bytes, so it should have been

memmove(data+1, data, (sizeof(int)*(SIZE-1)));

Where SIZE = 20
Yusuf 12-May-11 11:37am View    
Did you check the website? what did you see or what didn't you find there?
Yusuf 12-May-11 11:37am View    
Absolutely. What I was trying to point the OP was that not to expect too much from the native OS