b2_3.cxx

We use cookies. Read the Privacy and Cookie Policy

b2_3.cxx

#include ‹stream.hxx›

main()

{

 int* p = new int;

 cout ‹‹ "sizeof(int) = " ‹‹ sizeof(int) " ";

}