fork download
  1. class C
  2. {
  3. public:
  4. static const char* str_to_bckgrnd;
  5. } c;
  6.  
  7. const char* C::str_to_bckgrnd="Images/environment/33.png";
  8.  
  9. int main()
  10. {
  11. return 0;
  12. }
Success #stdin #stdout 0s 3292KB
stdin
Standard input is empty
stdout
Standard output is empty