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
  • Author: S J

    This author has written 1561 articles
    1. Home>
    2. S J>
    3. Page 32

    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

    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

    D Programming – Immutable

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

    This topic is about D Programming - Immutable. We often use variables that are mutable but there can be many occasions mutability is not required. Immutable variables can be used…

    Continue ReadingD Programming – Immutable

    D Programming – Templates

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

    This topic is about D Programming - Templates. Templates are the foundation of generic programming, which involve writing code in a way that is independent of any particular type. A…

    Continue ReadingD Programming – Templates

    D Programming – Modules

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

    This topic is about D Programming - Modules. Modules are the building blocks of D. They are based on a simple concept. Every source file is a module. Accordingly, the…

    Continue ReadingD Programming – Modules

    D Programming – Mixins

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

    This topic is about D Programming - Mixins. Mixins are structs that allow mixing of the generated code into the source code. Mixins can be of the following types −…

    Continue ReadingD Programming – Mixins

    D Programming – Aliases

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

    In this topic we learned about D Programming - Aliases. Alias, as the name refers provides an alternate name for existing names. The syntax for alias is shown below. alias…

    Continue ReadingD Programming – Aliases
    • Go to the previous page
    • 1
    • …
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • …
    • 157
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP