Skip to main content

Home/ Programming/ Group items tagged Stack

Rss Feed Group items tagged

Andrey Karpov

The reasons why 64-bit programs require more stack memory - 0 views

  •  
    In forums, people often say that 64-bit versions of programs consume a larger amount of memory and stack. Saying so, they usually argue that the sizes of data have become twice larger. But this statement is unfounded since the size of most types (char, short, int, float) in the C/C++ language remains the same on 64-bit systems. Of course, for instance, the size of a pointer has increased but far not all the data in a program consist of pointers. The reasons why the memory amount consumed by programs has increased are more complex. I decided to investigate this issue in detail.
jdr santos

Doxygen - 0 views

  •  
    Source code documentation generator tool. Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.
Richard Boss

Classes in Collections | LINQ - 0 views

  •  
    In this article, we will see about classes which are used in dotnet. To know more, read this article.
mahesh 1234

Android UI Widgets Tutorial - javatpoint - 0 views

  •  
    What is Android History and Version Software Stack Core Building Blocks Android Emulator Installing softwares Setup Eclipse Hello Android example Internal Details Dalvik VM AndroidManifest.xml R.java Hide Title Bar Screen Orientation
mahesh 1234

Android Core Building Blocks | Fundamental Components - javatpoint - 0 views

  •  
    What is Android History and Version Software Stack Core Building Blocks Android Emulator Installing softwares Setup Eclipse Hello Android example Internal Details Dalvik VM AndroidManifest.xml R.java Hide Title Bar Screen Orientation
mahesh 1234

Android History and Versions - javatpoint - 0 views

  •  
    What is Android History and Version Software Stack Core Building Blocks Android Emulator Installing softwares Setup Eclipse Hello Android example Internal Details Dalvik VM AndroidManifest.xml R.java Hide Title Bar Screen Orientation
1 - 6 of 6
Showing 20 items per page