discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] printf needs #include <cstdio>


From: Philip Balister
Subject: [Discuss-gnuradio] printf needs #include <cstdio>
Date: Mon, 17 Aug 2009 14:39:23 -0400
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

In http://gnuradio.org/trac/changeset/11583 there are some files that use printf. With gcc-4.4 (on Fedora 11) these fail to compile unless you add #include <cstdio>.

Before I look at fixing this by adding the include, is it "better" to fix by using iostream classes to replace the printf's? Do the gnuradio radio developers prefer one over the other?

Philip

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]