亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

趣味 C++ 入門

難度入門
時長 3小時22分
學習人數
綜合評分9.63
19人評價 查看評價
9.4 內容實用
9.9 簡潔易懂
9.6 邏輯清晰
#include <stdio. h>
int testPoint = 85;
if (testPoint>=90) { std::cout<<"成績:優秀"<<std::endl;
}else if( 90 >testPoint >= 75){std::cout<<"成績:良"<<std::endl;
}else if (75 > testPoint >= 60) {
std::cout<<"成績:及格"<<std::endl;
}else if ( testPoint<60 ){
std::cout<<"成績:不及格"<<std::endl;
}
#include<studio.h>
#include <stdio.h>

int main(int argc,char **argv)
{
printf("Hello World!\n");
return 0;
} #include <stdio.h>

int main(int argc,char **argv)
{
printf("Hello World!\n");
return
#include<stdio.h>
#include<stdio.h>
#include #include <stdio.h>

int main(int argc,char **argv)
{
printf("Hello World!\n");
return 0;
}
這個老師,不會是給薛定餓了么配音的聲優吧。
#include <iostream>
using namespace std;
#include <string>
int main()
{
int a=1;
int b=2;
cout << "a+b=" << a+b<<endl;
cout << "a-b=" << a-b<<endl;
cout << "a*b=" << a*b<<endl;
cout << "a/b=" << a/b<<endl;
int c=5;
float d=3.25;
cout << "c+d=" << c+d<<endl;
}
這里是不是講的不對,a=100 轉short b 是因為100在short的可轉換范圍內,如果你換成1000000試試,不管你是 short b = a,還是short b = (short)a; 都沒用,都會丟失
課程須知
本門課程使用 Windows 平臺下的 Visual Studio 作為開發工具,所以你要準備一臺 Windows 系統的電腦。當然,本門課程中介紹的所有代碼,并不是只能在 Windows 下運行,你同樣可以嘗試使用 Mac OS X 或者 Linux 或者其他的平臺進行學習,我們也鼓勵你進行這樣的嘗試。
老師告訴你能學到什么?
掌握在 Windows 下搭建 C++ 開發環境,了解 C++ 的基礎概念,例如變量,指針等。了解計算機的一些基礎知識,內存布局等。除此之外,本課程還將介紹一些編程小技巧,以及編程的代碼規范。

微信掃碼,參與3人拼團

微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號

友情提示:

您好,此課程屬于遷移課程,您已購買該課程,無需重復購買,感謝您對慕課網的支持!

本次提問將花費2個積分

你的積分不足,無法發表

為什么扣積分?

本次提問將花費2個積分

繼續發表請點擊 "確定"

為什么扣積分?

舉報

0/150
提交
取消