|
|
|
|
|
by Locke1689
4460 days ago
|
|
Have you ever actually used C in a real project? I can't seem to get away without using any compiler specific constructions, much less operating system specific call routines. There isn't even a Boost for C. Honestly, I'd be surprised if you actually knew C with a statement like that. |
|
You end up at exactly the same point you did with C, except now you have 100-500 MB of garbage to haul around with your application.
Cross platform dev and deployment is hard, Java and C# just push the work somewhere else while adding garbage that gets in the way.
If you want to make GUIs for iOS,Android,Windows,OSX, and Linux use HTML/CSS/JS.
If you want to process data on iOS,Android,Windows,OSX, and Linux use C/C++, using only the std C/C++ libs, or a portability library.