|
|
|
|
|
by xjwm
1241 days ago
|
|
I've written code like this in C to create library functions that will be linked in to other projects, but where there is no 'main' function in the C file. Do people use C++ the same way, or is it best practice to include 'main?' |
|