<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Stampare_una_variabile_bool_con_printf</id>
	<title>Stampare una variabile bool con printf - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Stampare_una_variabile_bool_con_printf"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Stampare_una_variabile_bool_con_printf&amp;action=history"/>
	<updated>2026-05-05T17:17:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Stampare_una_variabile_bool_con_printf&amp;diff=6477&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: New page: Non esiste un formattatore per il tipo bool.  Bisogna usare ilconditional operator per stampare la stringa giusta:   bool married;  married = false;  printf(&quot;You are married: %s&quot;,(married)...</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Stampare_una_variabile_bool_con_printf&amp;diff=6477&amp;oldid=prev"/>
		<updated>2009-09-23T15:37:57Z</updated>

		<summary type="html">&lt;p&gt;New page: Non esiste un formattatore per il tipo bool.  Bisogna usare ilconditional operator per stampare la stringa giusta:   bool married;  married = false;  printf(&amp;quot;You are married: %s&amp;quot;,(married)...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Non esiste un formattatore per il tipo bool.&lt;br /&gt;
&lt;br /&gt;
Bisogna usare ilconditional operator per stampare la stringa giusta:&lt;br /&gt;
&lt;br /&gt;
 bool married;&lt;br /&gt;
 married = false;&lt;br /&gt;
 printf(&amp;quot;You are married: %s&amp;quot;,(married)?&amp;quot;true&amp;quot;:&amp;quot;false&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
==Riferimenti==&lt;br /&gt;
*[http://forums.devshed.com/c-programming-42/how-can-i-display-a-boolean-variable-using-the-function-180857.html How can I display a boolean variable using the function printf? - Dev Shed]&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>