fork download
  1. Public Class Form1
  2.  
  3. Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click
  4.  
  5. End Sub
  6.  
  7. Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
  8.  
  9. End Sub
  10. End Class
  11.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:1: error: unknown type name 'Public'
Public Class Form1
^
prog.cpp:1:13: error: expected ';' after top level declarator
Public Class Form1
            ^
            ;
2 errors generated.
stdout
Standard output is empty