This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
blog:spring2016:jschuma1:journal [2016/01/18 21:05] – external edit 127.0.0.1 | blog:spring2016:jschuma1:journal [2016/02/08 16:06] (current) – [February 8, 2016] Jschuma1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
======C/C++ Programming Journal====== | ======C/C++ Programming Journal====== | ||
- | ====MONTH Day, YEAR==== | + | ====February 8, 2016==== |
- | This is a sample format for a dated entry. Please substitute | + | This week we discussed the topics of input and output functions within the C language. Also, we learned about the many important uses for the memory allocation commands within C. (and with memory allocation came an entire lecture day from Joe about the many joys and wonders). Finally we discussed the importance of loop statements and how we can use them to write and infinite block of code within a few lines. |
- | As an aid, feel free to use the following questions | + | The main input function that is used with C is the command fprintf(), this allows a user to "read in" any information that a user types on the keyboard. This is a valuable command as it grants freedom and individuality |
- | * What action or concept of significance, | + | Going hand in hand with the input functions |
- | * Why was this significant? | + | |
- | * What concepts | + | |
- | * What challenges are you facing with respect | + | |
+ | Finally, we went over and discussed how to use loop statements.This is probably one of the most important aspects to any coding language as it allows the ability to shrink would normally be a, potentially, | ||
+ | |||
+ | One of the biggest problems that I am having with this weeks projects (as with most coding problems) is converting what I have in my head into the proper language and orientation for the machine to read. | ||