280 likes | 578 Views
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.
E N D
This Lab talk about… • Where we can get C and C++ software? • Where we can get help? • How to be a good programmer?
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…
Why You Need Visual Studio • It provide a complete IDE • Rich Documents • Many facilities • Publish by Microsoft...
Where can weget help? • Internet • msdn (www.msdn.com) • others (http://www.cplusplus.com/ )
Where we can get help? • Books • C++ primer 3rd edition • C++ How to program (bugs book—just kidding)
Object oriented(物件導向) • Interface between each object • Security for important information inside
Big programming country-- India • Many people • Speak English • Math
Be a good programmer • Reading Documents • Practice, Practice, and Practice • Sleep well…