Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    D Programming – this pointer

    • Post author:S J
    • Post published:November 11, 2021
    • Post category:D Programming
    • Post comments:1 Comment

    This topic is about D Programming - this pointer. Every object in D has access to its own address through an important pointer called this pointer. The this pointer is an implicit parameter to all member…

    Continue ReadingD Programming – this pointer

    D Programming – Constructor & destructor

    • Post author:S J
    • Post published:November 11, 2021
    • Post category:D Programming
    • Post comments:1 Comment

    This topic is about D Programming - Constructor & destructor. A class constructor is a special member function of a class that is executed whenever we create new objects of that class.…

    Continue ReadingD Programming – Constructor & destructor

    D Programming – Class access modifiers

    • Post author:S J
    • Post published:November 11, 2021
    • Post category:D Programming
    • Post comments:1 Comment

    This topic is about D Programming - Class access modifiers. Data hiding is one of the important features of Object Oriented Programming which allows preventing the functions of a program…

    Continue ReadingD Programming – Class access modifiers

    D Programming – Class member functions

    • Post author:S J
    • Post published:November 11, 2021
    • Post category:D Programming
    • Post comments:1 Comment

    This topic is about D Programming - Class member functions. A member function is a function specific to a class. It operates on any object of the class of which…

    Continue ReadingD Programming – Class member functions

    D Programming – Conditional Compilation

    • Post author:S J
    • Post published:November 11, 2021
    • Post category:D Programming
    • Post comments:1 Comment

    This topic is about D Programming - Conditional Compilation. Conditional compilation is the process of selecting which code to compile and which code to not compile similar to the #if…

    Continue ReadingD Programming – Conditional Compilation

    D – Contract Programming

    • Post author:S J
    • Post published:November 11, 2021
    • Post category:D Programming
    • Post comments:2 Comments

    This topic is about D - Contract Programming. Contract programming in D programming is focused on providing a simple and understandable means of error handling. Contract programming in D are…

    Continue ReadingD – Contract Programming

    D Programming – Exception Handling

    • Post author:S J
    • Post published:November 11, 2021
    • Post category:D Programming
    • Post comments:1 Comment

    This topic is about D Programming - Exception Handling. An exception is a problem that arises during the execution of a program. A D exception is a response to an…

    Continue ReadingD Programming – Exception Handling

    Prolog – Built-In Predicates

    • Post author:S K S
    • Post published:November 11, 2021
    • Post category:Prolog
    • Post comments:1 Comment

    In Prolog, we have seen the user defined predicates in most of the cases, but there are some built-in predicates in Prolog. There are three types of built-in predicates as…

    Continue ReadingProlog – Built-In Predicates

    D Programming – Concurrency

    • Post author:S J
    • Post published:November 11, 2021
    • Post category:D Programming
    • Post comments:1 Comment

    This topic is about D Programming - Concurrency. Concurrency is making a program run on multiple threads at a time. An example of a concurrent program is a web server…

    Continue ReadingD Programming – Concurrency

    D Programming – File I/O

    • Post author:S J
    • Post published:November 11, 2021
    • Post category:D Programming
    • Post comments:1 Comment

    This topic is about D Programming - File I/O. Files are represented by the File struct of the std.stdio module. A file represents a sequence of bytes, does not matter if it…

    Continue ReadingD Programming – File I/O
    • Go to the previous page
    • 1
    • …
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP