I'm working on a Reverse Polish Notation calculator for my Data Structures
class and I get a segfault when I pass arguments to the program at runtime. How
do you guys troubleshoot errors without line numbers?
I tried searching it but I couldn’t find anything, could have been me not using
the right words though 😕
Anyway, why are i32 integers the fastest when performing calculations? I think
this is the case for C/C++ too so I’m assuming it’s an architectural thing.
iv made some progress. so uh...
[https://gyazo.com/47eb4eac97fa584b10f26e9a6b8b765e](https://gyazo.com/47eb4eac97fa584b10f26e9a6b8b765e)
i was following the guide and this step doesnt seem doable (bin/nim c koch)
the bin is empty. also tried using the aphoria ide but there isnt and exe to
run i
ust like the title states, I'm looking for some tutorials in regards to
sockets... my story is long, but I'll keep it brief.
Originally, I was trying to do client-to-mysql forms for fun. Realized there
was no way to store a DB password in client code securely, so I wanted to start
working with