Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

Programming

Visual Studio – Edit Menu Refactor options

September 16, 2015 amit 1

Visual Studio provides very useful tools for doing a certain amount of code refactoring. Refactoring is the task of changing your source code without affecting […]

Visual Studio – Edit Menu Tips & Tricks

September 15, 2015 amit 0

For those who use Visual Studio (VS) on a regular basis, they know that VS has hundreds of options and features but most people only […]

Writing PHP Extensions – Part 6 Adding a Class to your Extension

September 13, 2015 amit 1

See Part 5 Here We are now going to look at how to create a C++ class to encapsulate our extension code. This is useful […]

Generate Yearly Calendar in C++

September 12, 2015 amit 1

A pure C++ class to print the yearly calendar  of a given year, on the console. Compiled in g++ under Linux. Should compile fine in […]

Writing PHP Extensions – Part 5 Web-enabling your extension

September 11, 2015 amit 2

See Part 4 Here So far our helloworld extension works only in the command (CLI) version of PHP. Most people use PHP as a web […]

Get all HTTP headers in Javascript

September 11, 2015 amit 2

The code below is a single function which can be plugged into any page to capture and store all the HTTP headers, available in the […]

Writing PHP Extensions – Part 4 Function Arguments

September 10, 2015 amit 6

See Part 3 Here Just like most other languages, you can pass arguments to your extension functions either by value or by reference. By default, […]

Writing PHP Extensions – Part 3 The Four Kinds of Functions

September 9, 2015 amit 2

See Part 2 Here. The PHP-CPP library defines four kinds of functions which your extension can have, based on the arguments that can be passed […]

Writing PHP Extensions – Part 2 Your First Extension

September 8, 2015 amit 2

See Part 1 here We are now ready to create our first extension and as expected we will call our extension “helloworld”. PHP-CPP provides us […]

Writing PHP Extensions – Part 1 Overview

September 5, 2015 amit 1

WHY WRITE EXTENSIONS There can be 3 valid reasons why you would want to write an extension: You want to add some functionality which is […]

Posts pagination

« 1 … 17 18 19 … 23 »
  • Amazing Technology
  • Android Dev
  • Apache/PHP
  • ASP.NET
  • Audio
  • AWS
  • Book Downloads
  • Books
  • Business
  • C#
  • C/C++
  • Computer Science
  • FreeBSD Unix
  • Get the right Job
  • GPU and AI
  • HTML
  • Java
  • Javascript/Jquery
  • Linux
  • Maps
  • MIDI Programming
  • Misc
  • MongoDB
  • MS SQL Server
  • MySQL
  • MySQL
  • NginX
  • Node.JS
  • Objective C
  • OpenCV
  • Powershell
  • Programming
  • Python
  • Slideshow
  • Strategy
  • Tools And Components
  • Tutorials
  • Uncategorized
  • Useful Lists
  • VC++
  • Web Designing
  • WebRTC
  • Windows
  • WWW Stuff
  • wxWidgets
  • Xcode & Swift
  • YouTube API With PHP

Copyright © 2025 | WordPress Theme by MH Themes