Skip to main content

Home/ Groups/ Programming
improgrammer

how to write c program in ubuntu - 0 views

  •  
    how to write c program in ubuntu
mahesh 1234

JUnit Tutorial | Testing Framework for java - javatpoint - 0 views

  •  
    It is an open-source testing framework for java programmers. The java programmer can create test cases and test his/her own code. It is one of the unit testing framework. Current version is junit4. To perform unit testing, we need to create test cases.
Richard Boss

WordPress Plugin - List SubPages - 0 views

  •  
    Do you know what is list subpage wordpress plugin? In this article, we will see example of shortcode.
Richard Boss

Hire Offshore Web Development Company To Save Cost and Time - 0 views

  •  
    By this article, Let us see few reasons that will guide you why hiring an offshore web development company that saves your time and money.
Andrey Karpov

C++'s best feature - 0 views

  •  
    C++, if you want to learn all of it, is big, difficult and tricky. If you look at what some people do with it, you might get scared. New features are being added. It takes years to learn every corner of the language.
Hostforlife Hosting

What can Developers do with Visual Studio 2015 and .NET 4.6? - - 1 views

  •  
    Let's take a look at all the new stuff that developers now have the freedom to do with Visual Studio 2015 and .NET 4.6.
Andrey Karpov

Regular Expressions 101: Regex in C++11 - 0 views

  •  
    Brian Overland, author of C++ for the Impatient, speeds through the basics of regular expression grammar as groundwork for explaining how C++11 regular expressions work.
Emilyn Manuela

Visual Studio 2015 Hosting Tutorial - Using New Options in Context Menu - 1 views

  •  
    There are many changes and improvements in Visual Studio 2015. In this article, we will tell you how to use the new options in Visual Studio 2015 Context Menu.
Andrey Karpov

C++ Hints - 0 views

  •  
    The PVS-Studio team has analyzed over 200 open-source projects with their static code analyzer. Among them are such titles as Unreal Engine, Php, Haiku, Qt, and even Linux. In each of these projects, bugs of varying severity were detected. The team regularly reports the analysis results in their blog. Each post is a separate article of several pages, describing in detail each of the bugs found and giving recommendations on how to fix them. The PVS-Studio team decided to go further to create a service of tips and recommendations on C/C++ usage, CppHints.com, in addition to the practice of writing articles. Within the scope of this service, the team publishes 1 recommendation/tip per day. Each publication delivers concentrated information on C/C++ programming approaches and techniques used in various situations and includes examples of correct and incorrect language use from over 200 open-source projects.
Andrey Karpov

Low-Fragmentation, High-Performance Memory Allocation in Despair Engine - 0 views

  •  
    I recently wrote about dlmalloc and how it is a poor choice for a memory allocator for console games. As I explained in my previous article, dlmalloc has two major limitations. It manages a pool of address space composed of discrete regions called segments. It can easily add segments to grow its pool of address space, but it can't easily remove segments to return address space to the OS. Additionally, it doesn't distinguish between physical and virtual memory, which means that it can't take advantage of virtual memory's ability to combat fragmentation.
yc c

repl.it - JavaScript - 1 views

  •  
    It is an online environment for interactively exploring programming languages.
Andrey Karpov

The Ultimate Question of Programming, Refactoring, and Everything - 0 views

  •  
    Yes, you've guessed correctly - the answer is "42". In this article you will find 42 recommendations about coding in C++ that can help a programmer avoid a lot of errors, save time and effort. The author is Andrey Karpov - technical director of "Program Verification Systems", a team of developers, working on PVS-Studio static code analyzer. Having checked a large number of open source projects, we have seen a large variety of ways to shoot yourself in the foot; there is definitely much to share with the readers. Every recommendation is given with a practical example, which proves the currentness of this question. These tips are intended for C/C++ programmers, but usually they are universal, and may be of interest for developers using other languages.
Jim Dedzen

ASP.NET MVC 3 : The Official Microsoft ASP.NET Site - 0 views

  •  
    " "
Richard Boss

Why WEBLINEINDIA for ASP.NET development? - 0 views

  •  
    Read this article, to know why Weblineindia is the best company for ASP.Net development. Weblineindia is well known company that provides asp.net web development service at effective rates.
Richard Boss

Custom Query using Database Object in CakePHP - 0 views

  •  
    In this article, we will see how to use custom query using database object instead of model object?
mahesh 1234

Android Screen Orientation Example - javatpoint - 0 views

  •  
    The screenOrientation is the attribute of activity element. The orientation of android activity can be portrait, landscape, sensor, unspecified etc. You need to define it in the AndroidManifest.xml file. For example: The common values for screenOrientation attribute are as follows: Value Description unspecified It is the default value. In such case, system chooses the orientation. portrait taller not wider landscape wider not taller sensor orientation is determined by the device orientation sensor.
« First ‹ Previous 161 - 180 Next › Last »
Showing 20 items per page