fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. struct IUnknown{};
  5. struct IDWriteFactory{};
  6.  
  7. static IDWriteFactory* factory;
  8.  
  9. int main() {
  10. cout << reinterpret_cast<IUnknown**>(&factory);
  11. // your code goes here
  12. return 0;
  13. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
0x5562b21e9158