User profile: highwayman

User info
User name:highwayman
Name:Harrison Smith
Location:Knowhere
Bio:I BIG N00B

I started programming sometime around summer of 2016?, but I dropped it for most of that time due to having absolutely no time. Now Iā€™m back! :)
History
Joined:
Number of posts:578
Latest posts:

user adds vector
you can use either https://legacy.cplusplus.com/reference/vector/vector/push_back/ ([code]vec.push_b...

Viability of Casting `void(*)(int*)` to `void(*)(...)`
That's pretty interesting though it feels weird to identify UB as permissible or not in a standard e...

Viability of Casting `void(*)(int*)` to `void(*)(...)`
I mean I was thinking more along the lines of having a caveman compiler read this: [code] void func(...

Viability of Casting `void(*)(int*)` to `void(*)(...)`
@JLBorges thanks that was what I was looking for. @kbw & @helios eheh... šŸ˜… now I'm kinda embarr...

How to Change ncurses window(pad) size?
Sorry been a little busy recently, but basically I meant a virtual window, I think. Here's the exact...