This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cs-142:fall-2012 [2015/01/07 09:18] ryancha |
cs-142:fall-2012 [2015/01/07 09:32] (current) ryancha |
||
---|---|---|---|
Line 2: | Line 2: | ||
== Computer Science 142, Fall 2012 == | == Computer Science 142, Fall 2012 == | ||
- | [[image:Legobanner.png]] | + | [[media:cs-142:legobanner.png]] |
The most accurate information for this class is in learning suite https://learningsuite.byu.edu/, but a snapshot of some of the material is here to help you to understand the course if you are not enrolled. | The most accurate information for this class is in learning suite https://learningsuite.byu.edu/, but a snapshot of some of the material is here to help you to understand the course if you are not enrolled. | ||
Line 23: | Line 23: | ||
In reverse chronological order: | In reverse chronological order: | ||
- | *Debugging can be difficult and can take up the majority of your time writing your program. Following this [[Debugging Guide]] will help you solve your own problems and finish labs quicker. | + | *Debugging can be difficult and can take up the majority of your time writing your program. Following this [[Debugging_Guide]] will help you solve your own problems and finish labs quicker. |
* If you have a problem with your code not doing what you think you told it to do, you may be able to discover it using the '''debugger'''. You can find a few basics in the following link. [[Debugging in Visual Studio]] | * If you have a problem with your code not doing what you think you told it to do, you may be able to discover it using the '''debugger'''. You can find a few basics in the following link. [[Debugging in Visual Studio]] |