Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    Doesn't really explain a 1.33MB file size, though. Commented Jun 26, 2014 at 21:06
  • 1
    He must be using Visual Studio :P Commented Jun 27, 2014 at 1:17
  • thanks, dude..i'm using dev c++ and it did work.. you're right, the libraries indeed do give too much space Commented Jul 2, 2014 at 7:59
  • I compiled these examples with VS2015 x64 and the results support this answer. Release: hello_cpp_cout 12288 Bytes, hello_c 10240 Bytes, hello_cpp_printf 10240 Bytes. Debug: hello_cpp_cout 56320 Bytes, hello_c 51200 Bytes, hello_cpp_printf 51200 Bytes. Commented Sep 13, 2019 at 14:03