Wikipedia:Reference desk/Computing: Difference between revisions
Content deleted Content added
help about compiler |
|||
Line 681:
:*return to caller from address on the stack
:Now that's naïve compilation, any decent compiler will just have the variable set and be done with it. Anyhow, don't hand-optimize before you know you have a bottleneck, and preferably use optimization hints (such as "inline" in C++) if it comes to that. [[User:Equendil|Equendil]] <small>[[User talk:Equendil|''Talk'']]</small> 15:00, 19 September 2008 (UTC)
==C++ compiler==
Hey , I want to learn C++.But to practise it ,what compiler or language interpreter is to be needed for my windows.what about Turbo C++ Explorer?Any suggestions please.Cheers
|