Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Monday, October 22, 2012

Big Day!

I performed my first programming lab today. It was but a simple C program, but still, it's a start.


#include 

main()
{
    printf("Hello World");
    return 0;
 
 }

This shows the header and the main part of the code, the header is the #include, which basically tells you to include a certain library. The one included there is a very basic one. 

I also started grappling, the first exercise that I've done since I have been at university.

Both of these things are great, and really important, the coding for career and advancing through my course, and the grappling to center myself.

We all need to learn how to tap out!

Sunday, October 21, 2012

Hello World!

I'm in university!

I'm doing Computer Science!

We are going to be learning C this term, and I will post about it as I go along. Hopefully we can all get something out of my education!

I bought "How to Program in C" to help me, so if you want to know what I will be working off most of the time you will know!

Tomorrow I will be doing the "Hello World" lab, which is basically printing out "Hello World".

We use Visual Studios, I've been using CodeBlocks this whole time, so it will be interesting to see how using a different compiler will go.

If I have time (not going to have much of that tomorrow), I'll show the lab and all of the different parts.

Tuesday, July 10, 2012

Programming courses! Website of the Week (2 days late)

I'm always very interested in new resources while I try and program.

I usually do some stuff then get bored and move on. I've done this with C++, HTML, Python and JavaScript. I have probably done some other stuff too.

http://www.highercomputingforeveryone.com/

This website has 200 lessons to teach complete beginners! (Yay! That's me!)

 Let's get to it!

I'll be giving updates here.