cs-academia

A work in progress; documenting my academia => There are NO DEMOS yet, just the code

View on GitHub

Stage 2

In addition to providing your output from Stage 1, now also take some text file called input.txt and capitalize each word that also matches an IKEA product name, displaying the resulting text.

Since you don’t know how many words there are in inputfile.txt you should read from that file one word at a time, handling that word as you go.

My Solution in Action

Stage 2 In Action!

I have a Makefile for quicker compilation, and then we run the executable (v1). Makefile is written to support general compilation of most .c files, so I will reuse it throughout projects, making updates to it ocassionally.