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:45] – [November 9, 2015 UNIX] 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 131: | Line 137: | ||
On my own time, I am taking another look at the Cave Story game that I was attempting to recreate in C and C++. After going over syntax changes, that aren't really that different from what we have been doing in C, I feel a lot more comfortable tackling this task. I understand now more than ever how important baby steps are when you're trying to create something that is large. | On my own time, I am taking another look at the Cave Story game that I was attempting to recreate in C and C++. After going over syntax changes, that aren't really that different from what we have been doing in C, I feel a lot more comfortable tackling this task. I understand now more than ever how important baby steps are when you're trying to create something that is large. | ||
+ | |||
+ | ====November 16, 2015 C Prog==== | ||
+ | |||
+ | I ended up finishing the sam0 project on time. When it came down to it, I was not sure that I would be able to do it. At first I was looking to attempt to implement functions and solve it that route, but I ended up breaking it in to too many functions to do. That project taught me that sometimes, especially for some things that can be solved in only a couple logical steps, don't need four functions to operate. | ||
+ | |||
+ | 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. |