BOSS
7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
hello.cc
Go to the documentation of this file.
1
#include <iostream>
2
int
main
() {
3
int
len = 0;
4
char
* p = 0;
5
if
(len > 0) {
6
p =
new
char
[len];
7
}
8
std::cout << static_cast<void*>(p) << std::endl;
9
10
int
len2 = 10;
11
char
* p2 =
new
char
[len2];
12
std::cout << static_cast<void*>(p2) << std::endl;
13
}
main
int main()
Definition:
hello.cc:2
source
SqlTest
SqlTest-00-00-01
src
hello.cc
Generated by
1.9.6