User Tools

Site Tools


opus:spring2014:afervan:start

Alex Fervan's spring2014 Opus

OPTIONAL SUBTITLE

Introduction

Wanting to learn another language just like Spanish or French but it's for computers.

C/C++ Programming Journal

MONTH Day, YEAR

This is a sample format for a dated entry. Please substitute the actual date for “Month Day, Year”, and duplicate the level 4 heading to make additional entries.

As an aid, feel free to use the following questions to help you generate content for your entries:

  • What action or concept of significance, as related to the course, did you experience on this date?
  • Why was this significant?
  • What concepts are you dealing with that may not make perfect sense?
  • What challenges are you facing with respect to the course?

Made my first program in C language.

  • Hello World

Learned about the basics of an IF Statement (2/13/14)

Portfolio

First set of notes. (Tue Sep 2,2014)

Went over a new project for, just for kicks.

Started to play with the class chat.

Went over this:

screen -ls if “no socket” –>screen

irssi /server irc /join csci / lab46

  1. ———

* POINTERS *

  1. ———

int a; (pointers are used to show were everything is located)

Spent a little time learning the differences between 32 bit and 64 bit systems.

int a; (gives you a part of memory) int b; (also give you the amount you want but it might not be the one right aft$

int *c; (*- dereferencing operator)

Pointers are the same size but we can choose how much memory we want. int a=5; int *c; c=&a;

Pointers are no more than just stomething that contains an address to something$

int *g=(int*)malloc(siveof(int)*4) Went over a new project for, just for kicks.

Started to play with the class chat.

Went over this:

screen -ls if “no socket” –>screen

irssi /server irc /join csci / lab46

  1. ———

* POINTERS *

  1. ———

int a; (pointers are used to show were everything is located)

Spent a little time learning the differences between 32 bit and 64 bit systems.

int a; (gives you a part of memory) int b; (also give you the amount you want but it might not be the one right aft$

int *c; (*- dereferencing operator)

Pointers are the same size but we can choose how much memory we want. int a=5; int *c; c=&a;

Pointers are no more than just stomething that contains an address to something$

int *g=(int*)malloc(siveof(int)*4)

Third Set of Notes (Tue Sep 9, 2014)

Learned about structs and how they work. Structs have layers and so do onions.

cprog

opus/spring2014/afervan/start.txt · Last modified: 2014/08/23 17:08 by 127.0.0.1