Tag Archives: C++

PHP Remote Files Refined Containing Attribute Tutorial

Yesterday’s PHP Remote Files Refined Containing Tutorial has two improved functionalities applied to it in today’s work, those being … turn the “Element type [title]” into a “Element type [title] or attribute= entries” textbox arrangement to allow for attribute data … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

PHP Remote Files Refined Containing Tutorial

Yesterday’s PHP Remote Files Containing Tutorial started making better use of PHP’s preg_match function, but was not up to what humans might want as functionality options, while not having to reinvent a wheel learning about PHP Regular Expressions. Rather, we … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

PHP Remote Files Containing Tutorial

Up until yesterday’s PHP Remote Files Interaction Tutorial … there could only be at most one record of matching results presented … if an element type was not supplied we defaulted to a title element type as a basis for … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

PHP Remote Files Interaction Tutorial

Yesterday’s PHP Remote Files Primer Tutorial start to our Remote Files PHP web application is improved today, but not in its essence of operation, if you will, by adding HTML form navigation and interaction. These days with HTML form input … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

PHP Remote Files Primer Tutorial

If your background is in C programming (and the use of fopen function), you might be amazed at PHP’s fopen function’s talents at opening URLs, as well as “desktop” files we (programming citizens of senior years “shell we say”) might … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , | Leave a comment

C++ Recursion Fibonacci Series Tutorial

We’re revisiting the Fibonacci Series code of C Recursion Find Revisit Tutorial and compiling it, plus some extended functionality, via the g++ c++ compiler on a macOS command line, as per … g++ fibonacci_series.cpp -o fibonacci_series.out … regarding the changed … Continue reading

Posted in eLearning, Event-Driven Programming, Operating System, Tutorials | Tagged , , , , , , , , , , , | Leave a comment

WebAssembly Rust Primer Tutorial

Today, we’re closely following the tutorial at Compiling from Rust to WebAssembly, thanks, to show that, yes, as well as C (and/or C++), as shown in yesterday’s WebAssembly via Emscripten and C Primer Tutorial you can create a Web Assembly … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

WebAssembly via Emscripten and C Primer Tutorial

Have you done any web application work with a WebAssembly? It gets you being able to bring your C or C++ or Rust code into a web application. Great idea, huh?! Today we’re presenting some simple usages of a WebAssembly … Continue reading

Posted in eLearning, Installers, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment