About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#include
<stdio.h>
2
3
int
main
()
4
{
5
bool
my_bool
=
false
;
6
7
printf
(
format:
"%s\n"
,
my_bool
?
"true"
:
"false"
);
// breakpoint 1
8
}
9
Definitions
Learn to use CMake with our Intro Training
Find out more