Results of Comment Search
Title | User | Message | Date Posted |
---|---|---|---|
Re: I wonder... | Kevin123 | It depends on what language you are coding on | Nov 24, 2017 - 2:45:09 am UTC |
Re: I wonder... | spencereir | I'm not sure what you mean to ask, so I'll go through a couple (all code in c++) You can concatenate a string and an integer by converting the integer to a string: "this is " + to_string(3) => "this... | Feb 20, 2016 - 10:09:19 am UTC |
I wonder... | H-Shienh | how to add a string and integer? just wondering. | Feb 19, 2016 - 10:00:38 pm UTC |