C #
Market Price: ¥59.00
Member price:¥44.25(Off)
Sample free trial: http://www.china-pub.com/195852
[Author] Liang binyu [same as the author's work]
[Release news agency] Electronic Industry Publishing House [book no.] 9787121090899
[Mounting time]
[Publication date] May July 2009 [Opening] 16
[Content Overview]
This book is intended for beginners who have no programming experience. It starts with the most basic C # syntax and uses a step-by-step learning method to go deep into the core concepts of C # programming. After the C # syntax foundation is solid, the reader enters the form programming learning, which gives the reader a rich programming experience. At this time, the reader enters the delegate, thread,ProgramIt is easy to understand and learn deep concepts such as integration. This book is intended for beginners, because it was not too long ago that the author was also a beginner. His mind is similar to that of beginners, and he knows the puzzles of beginners. I believe that after learning this book, rather than mastering the basic syntax of C #, You can deeply understand the core idea of C ....
[Directory information]
Part I C # syntax basics.
Chapter 2 Preliminary knowledge programming 2
1st C # Introduction 2
1.1 Visual Studio development environment 3
1.2 recognition program 4
1.3.1 Create Project 4
1.3.2 compile Code 5
1.3.3 run program 7
1.4 compile 7
1.5 binary 8
1.5.1 binary conversion to decimal 9
1.5.2 decimal conversion to binary 10
1.6 Data and memory 13
Chapter 4 variable 15
2nd integer variable 16
2.1.1 declare integer variable 16
2.1.2 int type variable value range: 20
2.1.3 short type 21