This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
blog:fall2015:pgrant3:journal [2015/11/17 04:55] – [November 9, 2015 C Prog] pgrant3 | blog:fall2015:pgrant3:journal [2015/12/08 03:56] (current) – [November 16, 2015 C Prog] pgrant3 | ||
---|---|---|---|
Line 70: | Line 70: | ||
As far as working on my own, I couldn' | As far as working on my own, I couldn' | ||
+ | |||
+ | ====December 7, 2015 UNIX==== | ||
+ | |||
+ | After finishing sfp0, I can comfortably say that I am almost a little bit comfortable with scripting. | ||
+ | |||
+ | After looking at the end of course experience, I am glad that I took the last assignment as serious as I did. It looks like that is a significant portion of our final project set. I will probably go through all the previous projects as well in order to refresh myself. | ||
====September 7, 2015 C Prog==== | ====September 7, 2015 C Prog==== | ||
Line 137: | Line 143: | ||
For the project that is due this week, as usual I feel like it should be working, but it seems not to be. I think that I need to learn the functions that I am attempting to use. Once I get clarification on them, I am certain that the logic and code, for the most part, will be correct as is. It has been interesting learning how to look at programs with regards to handling bytes that make it up, rather than the ASCII content that makes it up. This introduced me to several new ways of thinking in regards to solving problems when dealing with files. | For the project that is due this week, as usual I feel like it should be working, but it seems not to be. I think that I need to learn the functions that I am attempting to use. Once I get clarification on them, I am certain that the logic and code, for the most part, will be correct as is. It has been interesting learning how to look at programs with regards to handling bytes that make it up, rather than the ASCII content that makes it up. This introduced me to several new ways of thinking in regards to solving problems when dealing with files. | ||
+ | |||
+ | ====December 7, 2015 C Prog==== | ||
+ | |||
+ | I have done a lot with respect to programming in C and C++ over the past two weeks, especially over the break week. I find the projects that we have for this class almost easily do-able, and I am really happy with where I stand, at least as far as C goes. Over the break I resumed recreating the game CaveStory in C++. This time though, I actually understood, for the most part what was going on. At this point I am just going through a guided tutorial of sorts, as I do not know the least in structuring a major project, especially a game that renders images the screen. | ||
+ | |||
+ | As far as the end of course experience goes, I am more than confident that I can complete the projects without too much hassle. |