This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2017:cprog:projects:cos0 [2017/03/11 23:00] – wedge | haas:spring2017:cprog:projects:cos0 [2017/03/20 14:45] (current) – [How to view your image] wedge | ||
---|---|---|---|
Line 22: | Line 22: | ||
Now that we've gotten through all of them, it is time to start applying those concepts so that deeper and further familiarity can be gained. This project is one such attempt at that. | Now that we've gotten through all of them, it is time to start applying those concepts so that deeper and further familiarity can be gained. This project is one such attempt at that. | ||
- | We all know what a circle is, and in various math classes we've even explored various methods for doing things with circles (they have a radius, a circumference, | + | We all know what a circle is, and in various math classes we've even explored various methods for doing things with circles (they have a radius, a circumference, |
One piece of that, obviously, is the math. | One piece of that, obviously, is the math. | ||
Line 70: | Line 70: | ||
* | * | ||
* Documentation: | * Documentation: | ||
+ | | ||
*/ | */ | ||
#include < | #include < | ||
Line 180: | Line 181: | ||
} | } | ||
</ | </ | ||
+ | |||
+ | =====How to view your image===== | ||
+ | When you have a functioning project and want to view the images generated, you need to make sure they are deployed into your **public_html/ | ||
+ | |||
+ | To view your image in a web browser, simply point it at the following URL: | ||
+ | |||
+ | * < | ||
+ | |||
+ | ... where " | ||
+ | |||
+ | Note that the tilde just prior to your username in the URL is critical and necessary. | ||
=====Grabit Integration===== | =====Grabit Integration===== |