Parse Error with printf

Rick Sivernell res005ru at gte.net
Sun Jul 22 14:01:31 BST 2001


On Saturday 21 July 2001 07:40 pm, you wrote:
> I am new to KDevelop so please excuse me if the question has already been
> asked/answered (or it is a stupid question for that matter).
>
> I have written a small socket server as a C project in KDevelop 1.4 and it
> compiles perfectly, however whenever I add any printf line to the code
> (even if I copy the printf line from the Hello World example project which
> does compile), I get a Parse Error on the line after the printf
> statement... has anybody seen this before, am I doing something stupid or
> does anyone have a suggestion on how to fix this problem as it would be
> really nice to have some output from the application :)
>
>
> Regards,
>
> William Bartholomew
>
>
Question:

  How are you using the printf api. Are you using this to send data to the 
socket or reading data from the socket. Is your socket a datagram or a 
stream?I could look at your code if you like. I am preparing to write a 
socket library in c++.
-- 
Rick Sivernell
Dallas, Texas  75287
972 306-2296
res005ru at gte.net
Caldera Open Linux eWorkStation 3.1
Registered Linux User

        .~.
       / v \
      /( _ )\
        ^ ^
In Linux we trust!

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list