2024-11-19|閱讀時間 ‧ 約 1 分鐘

C++ 程式語言 基礎 學習筆記 20241119

    \n ==> 換行

    在cout的最後加上endl;結束換行

    % mojo(不確定發音)餘數

    == 執行順序left to right

    = 執行順序right to left

    && and的用法

    || or的用法

    ! not的用法


    nesting 巢狀式架構


    (a>=3) ? cout<<"yes" : cout<<"no" ;

    分享至
    成為作者繼續創作的動力吧!
    © 2024 vocus All rights reserved.