About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#include
"foo.h"
2
#include
<stdio.h>
3
4
int
global_shared
=
897
;
5
int
main
(
void
) {
6
puts
(
s:
"This is a shared library test..."
);
7
foo
();
// Set breakpoint 0 here.
8
return
0
;
9
}
10
Definitions
global_shared
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more