I learned the C ++ history (1)

xiaoxiao2021-03-06  43

Finally, it is determined to learn the door language. Although it has been touched by the network language such as ASP, it is very impetuous in order to pursue gorgeous effects. Nowadays, it is a little bit. Take out the large 2 and It is inevitable that there are some emotions to spend the time of time. The first is all English, the new books make me all wonder how the exam is mixed, I heard that the teacher is the achievement of our results. No. 10, then I have taken 62 points. It is .... Forget it, don't say it, tears are stunned. The second is that I have spent 50 people to buy, I haven't seen it. At that time, he just felt that the Bruce Eckel long Bimashi is kind, it is estimated that it is better to understand. Fortunately, these books will still have to play their role, then I will record some of my study experience every week, because I am a People who do things are very emotions and have no perseverance, so I want to motivate myself through this method. Also, I am also exempted from each C learner. My goal: Let C take me in the program world, I believe in program language this thing In fact, it is a hundred-Tong, at least thinking. Looking at a week, the English is very painful, but this is going to be too late, so slowly. This book is really Nice, like telling a story. From 我 我 中, C is the language of the door, in a complicated knowledge point, we can see it as a few big categories. Different angles, there are different categories In short. First look at the most basic, such as loop, variable definition, function, etc., then cooperate with the data structure, probably mastering the low-grade program application of Stack, imperative examples of the examples, is the first phase study Achievements Practice 1: #include using namespace std; #include int main () {int N; double item; stack number; cout << "Type in an INTEGER N FOLLOWED BY N DECIMAL Numbers "<< Endl <<" The number will be printed in reverse Order. "<< endl; cin >> n; for (int i = 0; i > item; NumBers.push ( Item);} cout << Endl << endl; while (! NumBers.empty ()) {cout << NumBers.top () << "; NumBers.pop (); Cout << endl; cout << "AG?" << Endl;} First debug 14 wrong, found that the function did not declare the pair, face the symbol repetition, must add Name Space to open the statement, this Is a C 's anti-wrong mechanism. By this program, you can learn about the application of Simple Stack.

转载请注明原文地址:https://www.9cbs.com/read-58064.html

New Post(0)