Skip to main content

Home/ Programming/ Group items tagged forums

Rss Feed Group items tagged

yc c

Microsoft Translator AJAX API - 0 views

  •  
    The Microsoft Translator AJAX API allows you to easily integrate translation functionality into your web applications and sites. You can learn more about our APIs on MSDN, try out the interactive SDK or interact with other developers on the Microsoft Translator forums.
Andrey Karpov

Do programmers still write in C++? - 0 views

  •  
    I find this question pretty strange. The answer is yes, of course, and that will be so for a long time. But I'm asked this question from time to time at conferences or when communicating with developers on forums. I've decided to answer this question in the form of a brief post so that I could just refer people to it in the future.
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.
1 - 5 of 5
Showing 20 items per page