A little about Strictly-C

Good code starts with good questions.

Strictly-C is a place to get curious about programming, work through the details, and build an understanding that stays with you.

Why Strictly-C?

There is more to learn
beneath the surface.

Getting a program to run feels good. Understanding why it runs opens up a whole new set of possibilities. This blog makes room for both: the practical work of writing software and the questions that help it make sense.

C is the starting point. Its pointers, memory, and data structures give us plenty of reasons to look closely, try things out, and connect what we write to what the machine does.

As Strictly-C grows, other languages will join the conversation. The aim stays the same: clear explanations, useful experiments, and knowledge you can carry into your next project.

Bring your curiosity. Put it to work.

HOW WE LEARN
01 / WRITE

Start with something small.

A function, a loop, a tiny program. Give yourself something you can run, inspect, and understand.

02 / EXPERIMENT

See what changes.

Try a different input. Change a condition. Follow an unexpected result until it starts to make sense.

03 / UNDERSTAND

Make the lesson yours.

Explain what happened in your own words, then use that understanding to build the next thing.

A place to begin

Your next question belongs here.

Writing your first program? Revisiting a tricky concept? Take a look around and find a starting point.

Meet Strictly-C