From: "=?iso-8859-1?Q?Veli-Pekka_Kilpel=E4inen?=" To: Subject: function parameter type cast missing? Date: Thu, 3 Dec 1998 13:03:01 +0200 Message-ID: <01be1eac$7ec991a0$e9024ac3@vpk2.sci.fi> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BE1EBD.425261A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BE1EBD.425261A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm a newbie with c/c++ so this might be a stupid question. Why I can't use header? When I try to Rhide my prog all I = get is an error message that function parameter typecasts are missing(in = that header). Like void function(int para1, para2); I can change my = own functions to void function(int para1, int para2); which will be = accepted, but that doesn't make sense with standarn headers. Is this C or C++ header? my progs extension is .cpp and I'm trying to = learn C++. Should I use some other header and function to move lot's of = data around? Thanks already. ------=_NextPart_000_0004_01BE1EBD.425261A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I'm a newbie with c/c++ = so this might=20 be a stupid question.
 
Why I can't use = <movedata.h>=20 header? When I try to Rhide my prog all I get is an error message that = function=20 parameter typecasts are missing(in that header). Like   void=20 function(int para1, para2); I can change my own functions to   = void=20 function(int para1, int para2); which will be accepted, but that doesn't = make=20 sense with standarn headers.
 
Is this C or C++ = header? my progs=20 extension is .cpp and I'm trying to learn C++. Should I use some other = header=20 and function to move lot's of data around?
 
Thanks=20 already.
------=_NextPart_000_0004_01BE1EBD.425261A0--