How to read comics?

I want to read some western comics but I don't understand where to start.

Some say that you don't have to read something like Spider-man chapter 1 but then what do you read?

Do western comic book media have arcs and then you are supposed to pick your favorite arc?

reddit.com
u/Independent_Milk_200 — 11 days ago

How to do graphics?

How are graphic (things) made?

I know raylib can create a window and draw stuff, but there has to be more.

I also know raylib uses X11 for the window but they say you should not use X11 directly.

But then what should you use? (besides raylib of course).

reddit.com
u/Independent_Milk_200 — 19 days ago

Why doe ifstream operator overloading not work with enum type?

Why does

std::ifstream& operator>>(std::ifstream& ifs, SomeClass& something) {

ifs >> something.enum_type;

}

not work??

reddit.com
u/Independent_Milk_200 — 20 days ago