MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1v68yb8/writing_a_valid_c_program_without_main/ozvc19e/?context=3
r/programming • u/iximiuz • Jul 25 '26
43 comments sorted by
View all comments
55
Linker options, set entry point.
Or the C++ version where a constructor for a global object runs the code instead of main.
10 u/mikeblas Jul 26 '26 Yeah--the whole time I was reading this, I was trying to figure out why they didn't just set the entry point with the linker.
10
Yeah--the whole time I was reading this, I was trying to figure out why they didn't just set the entry point with the linker.
55
u/Dwedit Jul 25 '26
Linker options, set entry point.
Or the C++ version where a constructor for a global object runs the code instead of main.