I think that may be only true in certain cases, such as with
Student/Learning Editions. Or perhaps it's an option I don't have turned on.
When run, the executables I produced in this experiment (and others run
since I recently installed the .net IDE) do as expected and return to the
command prompt.
I do remember the "Press any key to continue" behavior from the "Learning
Edition" of MSVC++ 6 that we used in CS classes at Belhaven College, though.
(And I found it annoying, to be honest.)
regards,
Rob
> -----Original Message-----
> From: dev...@li...
> [mailto:dev...@li...]On Behalf Of Samuel
> Keding
> Sent: Monday, September 30, 2002 10:14 PM
> To: dev...@li...
> Subject: [Dev-C++] Re: compare and contrast
>
>
> I don't know if it would make up the difference in
> size, but Microsoft adds a couple lines to every
> executable. It is something like
> cout << "Press any key to continue.";
> cin.ignore(256,'\n');
> so microsoft's stuff would be a little bigger unless,
> you added those lines manually in Dev. Unless dev does
> it nowadays. I wouldn't know because I have an older
> version of dev.
>
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Dev-cpp-users mailing list
> Dev...@li...
> TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm
> https://lists.sourceforge.net/lists/listinfo/dev-cpp-users
>
|