1 / 28

Your First Step of Programming

Your First Step of Programming. 魏士貴. This Lab talk about…. Where we can get C and C++ software? Where we can get help? How to be a good programmer?. Where you can get C language. After Entering Your Student ID and Password. Software. Starting Install MS Visual Studio .NET.

adara
Download Presentation

Your First Step of Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Your First Step of Programming 魏士貴

  2. This Lab talk about… • Where we can get C and C++ software? • Where we can get help? • How to be a good programmer?

  3. Where you can get C language

  4. After Entering Your Student ID and Password

  5. Software

  6. Starting Install MS Visual Studio .NET

  7. We don’t have MSDN

  8. Your first program “Hello …” • Write your code in a file (xxxx.cpp) • Compile it • Read messages if program exists errors • Debug • Execute it! • And debug, debug, endless bugs…

  9. Why You Need Visual Studio • It provide a complete IDE • Rich Documents • Many facilities • Publish by Microsoft...

  10. Start Visual Studio

  11. Many Options…

  12. Don’t Choose it

  13. Or You will see…

  14. This One is What I want

  15. This function I like most

  16. Build

  17. Build Message

  18. Run Your Program

  19. Why don’t I see it?

  20. A Tip

  21. Where can weget help? • Internet • msdn (www.msdn.com) • others (http://www.cplusplus.com/ )

  22. Where we can get help? • Books • C++ primer 3rd edition • C++ How to program (bugs book—just kidding)

  23. Object oriented(物件導向) • Interface between each object • Security for important information inside

  24. Big programming country-- India • Many people • Speak English • Math

  25. Be a good programmer • Reading Documents • Practice, Practice, and Practice • Sleep well…

More Related