C++ 教學 入門 : Statement 1 Expression(運算式), Declaration(宣告)

C++ 教學 入門 : Statement 1 Expression(運算式), Declaration(宣告)


好的頻道需要你的支持,謝謝你使用Youtube影片的超級感謝功能給我們鼓勵。





好的頻道需要你的支持,謝謝你使用Youtube影片的超級感謝功能給我們鼓勵。

  1. Expression statements
    • Assignment expressions
      • a = 10;
    • Any use of ++ or --
      • a++; --b;
    • Method invocations
      • exit(0);
  2. Declaration statement
    • int a = 10;
    • int b;
作者 : 許裕永

留言