User loginNavigation |
C - header filesHello!! I'm a fan of the C language for certain applications (mainly numerical computations). I'm fairly productive in it, but there is one thing I'm sick of: writing and organizing header files. Are there any proposals to add a module system to the official C standard (like for C++)? Sort of: import stdio, stdlib; module example_module; // exposed data structure struct some_public_structure { .. }; static struct some_private_structure { .. }: // exposed function void public_function(..) {...} static void private_function(..) {...} By bieberbrueder at 2008-03-10 00:46 | LtU Forum | previous forum topic | next forum topic | other blogs | 10373 reads
|
Browse archives
Active forum topics |
Recent comments
22 weeks 6 days ago
22 weeks 6 days ago
22 weeks 6 days ago
45 weeks 15 hours ago
49 weeks 2 days ago
50 weeks 6 days ago
50 weeks 6 days ago
1 year 1 week ago
1 year 6 weeks ago
1 year 6 weeks ago