@tojo mmmn.... if linked lists are torture you might want to noooooooot use C/C++
Unless you're writing systems code, you probavbly shouldn't anyhow
@Fuego heh, well by torture I mean hard really
linked lists were fun to implement, but I needed to do a bunch of research to know where to even begin!
@tojo For reals tho, I'm super in to native code - I write C/C++/Asm for a living, but if you ask me to write a non-systems/OS program, I'm gonna write it in python every time.
There's very little need for it, its very hard to do simple things, and you will 99% of the time hang yourself with the rope.
that scanf for example, even if you did it right would be a guaranteed buffer overflow.
@Fuego @tojo one step ahead of u pal, doing linked lists in C
P.S. its torture