tagged [arguments]

Why don't Funcs accept more than 16 arguments?

Why don't Funcs accept more than 16 arguments? Since Javascript is the language that I am the most proficient at, I am familiar with using functions as first-class objects. I had thought that C# lacke...

C++ Passing Pointer to Function (Howto) + C++ Pointer Manipulation

C++ Passing Pointer to Function (Howto) + C++ Pointer Manipulation I am a little confused as to how passing pointers works. Let's say I have the following function and pointer, and... : ...I want to u...

26 Sep at 01:29

Run a string as a command within a Bash script

Run a string as a command within a Bash script I have a Bash script that builds a string to run as a command ``` #! /bin/bash matchdir="/home/joao/robocup/runner_workdir/matches/testmatch/" teamAComm=...

16 Sep at 11:37

ARG or ENV, which one to use in this case?

ARG or ENV, which one to use in this case? This could be maybe a trivial question but reading docs for [ARG](https://docs.docker.com/engine/reference/builder/#arg) and [ENV](https://docs.docker.com/en...

Parsing command-line arguments in C

Parsing command-line arguments in C I'm trying to write a program that can compare two files line by line, word by word, or character by character in C. It has to be able to read in command line optio...

22 Feb at 12:20

Reference Guide: What does this symbol mean in PHP? (PHP Syntax)

Reference Guide: What does this symbol mean in PHP? (PHP Syntax) ### What is this? This is a collection of questions that come up every now and then about syntax in PHP. This is also a Community Wiki,...