Top "Concatenation" questions

Refers to the joining of two or more elements into a single element.

Most efficient way to use strcat() with a string and int?

I'm try to concatenate to char * rv with the result of a function call that will return an int. fib() …

c casting int concatenation strcat
Concatenate mixed types for println

I am trying to concatenate a string and an integer, and log to the console using println. println("Load number: " + …

ios xcode concatenation swift println
GNU Make: how to join list and separate it with separator?

I have this: FOO = foo1 foo2 ... fooN and want to get join all these string and separate it with, for …

string join makefile concatenation separator
Web Audio API append/concatenate different AudioBuffers and play them as one song

I've been playing with the Web Audio API and I'm trying to load multiple parts of a song and append …

javascript concatenation html5-audio web-audio-api arraybuffer
SQL Server : Group by string concatenation

I have a question. I know that has been asked before. I looked through the related questions but I could …

sql-server group-by concatenation for-xml-path
Arduino joining string and *char

I'm new to arduino and I have stumbled upon a problem. I want to send data via my esp8266 to …

arduino concatenation arduino-uno arduino-ide
Why does C not allow concatenating strings when using the conditional operator?

The following code compiles without problems: int main() { printf("Hi" "Bye"); } However, this does not compile: int main() { int test = 0; …

c string syntax concatenation conditional-operator
Show a one to many relationship as 2 columns - 1 unique row (ID & comma separated list)

I need something similar to these 2 SO questions, but using Informix SQL syntax. Concatenate several fields into one with SQL …

sql concatenation one-to-many informix group-concat
ValueError with Concatenate Layer (Keras functional API)

After some search here, I still can't find a solution for this. I'm new to Keras, apologies if there is …

python neural-network concatenation keras valueerror
Concatenate files in S3 using AWS Lambda

Is there a way to use Lambda for S3 file concatenation? I have Firehose streaming data into S3 with the …

amazon-s3 aws-lambda concatenation aws-sdk amazon-kinesis-firehose