Vic Dura wrote: > On Sat, 23 Feb 2008 06:49:49 -0700, Thomas Hruska > <[EMAIL PROTECTED]> wrote Re Re: [c-prog] problem in one > command: > >>> memcpy() //this is an command which is used in c and als in c++ program >>> >>> but the problem arises is that it show an error when i use this in >>> program and run that program ..... in the error it is asking for the >>> parameter which i given it but still those are not correct according to >>> the requirement.... >>> >>> so plzzzzzz help me in trouble.... bcz without this my whole code of >>> 20,000 lines is not working....... just because of this 1 error... >>> >>> wait for reply >>> >>> saksham dixit >> Show us the surrounding lines of code and the specific error the >> compiler is issuing. > > With all due respec to the OP, it amazes me that someone with enough > experience to write 20k lines of code would post a message with so > little information describing the problem he is having.
It could be the first time they have ever used memcpy(). I've also seen some ridiculously unnecessarily lengthy code before too - one time I saw an insane number of 'if' statements that a programmer had written that totaled about 1,000 lines of code where 5 lines of code would have been quite sufficient. Their fingers probably ached from using copy-and-paste. Given that we have no idea what the 20,000 lines of code consists of nor the compiler error message, it makes sense to just ask for more information. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
