C - logische Werte
- 
					
					
					
					
 Hallo, ich benutze Dev-C++ 5.11 jetzt habe ich gelesen, dass es in C einen _Bool gibt (ich weiß dass man bool über <stdbool.h> bekommt) mit Wertebereich 0 und 1 Habe ich diesen Datentyp jetzt automatisch? 
 also kann ich in deklarieren mit Variabel_Bool b = 0; im Editor wird er im Gegensatz zu anderen Datentyp nicht fettgedruckt. Danke, 
 James
 
- 
					
					
					
					
 @JamesNguyen Frag den Compiler - der weiß es am Besten. https://stackoverflow.com/questions/4767923/c99-boolean-data-type 
 
- 
					
					
					
					
 ok was wäre der String format platzhalter für _Bool? 
 
- 
					
					
					
					
 @JamesNguyen 
 https://stackoverflow.com/questions/17307275/what-is-the-printf-format-specifier-for-bool
 Und dasselbe auch auf deutsch
 https://qastack.com.de/programming/17307275/what-is-the-printf-format-specifier-for-bool
 
- 
					
					
					
					
 ah natürlich ok danke!