English in November


前言


     悄无声息中,11月也过去了,这个月过得很平淡,平淡的日子里,那我的英语学的怎么样了呢?

过程

 
      这个月开始了说的阶段,这多亏了我们组的小伙伴们,组长浩月一直是那么有激情,姜晶同学自己在进步的同时也不忘记我们,总是给我们提各种好的建议,真是太感谢他了!


    这个月不怎么利用零散时间了,也不怎么听音频了,老是跟自己说这些材料都听的不想听了,殊知这些都是借口。11月过去了,12月还会远吗?你还想继续这样下去吗?你不想随口说出一口流利的英语吗?你对英语的热情去哪了?一系列的问句充斥着自己的内心,你真的没有一点触动吗?


    对了,自己这个月用了hello pal这个软件很长时间,也跟好多外国友人聊天了,感受也很多。


    1.最开始的时候跟别人说话,结果呢?没人理。但是谁让咱脸皮厚呢,没办法,继续说呗!在经历差不多一天的样子吧!终于有人回我了:Hi。当时特别激动,哇塞!我终于跟老外说话了呢。


     2.最喜欢跟俄罗斯、乌克兰的美女聊天。认识了一个俄罗斯的小美女,从最基本的打招呼开始,到聊韩剧、韩国的欧巴。原来爱美好的事物这是所有少女的天性啊!(*^__^*) 嘻嘻……我们 有好多共同的兴趣爱好,她经常给我分享她的事情,比如:By the way yesterday I was in the nearest town named Pushkin,and there is a park,where squirrels got along with people.




    I have met this lil buddy on my way home.



    我还看见了俄罗斯的雪了呢!







     从她的身上我学会了热情,懂得为她人着想。她最近正在期末考试,所以聊天的时间就少了,但是真的觉得很棒!



     3.外国友人真的是很热情,也许是他们的风俗习惯吧!他们特别懂礼貌,估计跟他们的语法有关吧!比如你遇到什么不高兴的事跟他们说,他们首先回你的是:I am sorry to hear that.听着就让人感觉不一样。


     4.跟不同国家的人聊天还特别有利于了解他们当地的文化、风俗等等。







    兴许是时差问题,或许是自己对英语的感情又淡了,最近又不怎么用这个软件了。


感受:

    英语学好真的很重要。但是又想反问自己一句,什么叫学好呢?我现在的理解是,能用简单的单词流利的跟人交流,不要当外国友人问路时,你说的最多的一句话就是:Pardon.那就尴尬了。


感谢大家的阅读~~

Write a C++ program that defines a class DateV2 that (1) Contains all the members in the class DateV1; Programming for Engineers C++ (2) Has two constructors as follows: One takes three parameters, int y, int m, int n; The other is the default constructor that takes no parameter (3) Has additional public member functions as follows: string getWeekDay(); // return the week day, for example, Sunday if day is 0, etc bool Leap(); // return if the year is leap int differFrom(DateV2& oneDate); // return the difference in days between the calling object // and the oneDate object void printDate(); // print the year, the month in English, the day, and the week day Test class DateV2 in the main function as follows: (1) Declare and set the objects today and tomorrow as in Problem 2. (2) Declare and initialize (by a constructor) an object to represent your OWN birthday. (3) Use the member function printDate to print today, tomorrow, and your birthday. (4) Output the weekday of today, tomorrow, and your own birthday. (5) Output how many days has passed since your birth (the difference between your birthday and today). Hint: i) We can use another string array to store the English name for week days (Sunday, Monday, through Saturday) ii) We know that it is Monday on Year 1, Month 1, and Day 1 iii) A good idea is to first design a function to compute the number of days that has passed since Year 1, Month 1, and Day 1, and then to use this function to compute the week day for a give date and to compute the difference between two dates. You can store the number of days for each of the 12 months in an integer array, which helps in counting the days.
05-22
评论 52
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值