Struggling with getting passed pointer to a double array type string. What am I doing wrong?I will use std::vector, but I just want to know how it works on the back end as I'd like to believe ...
Struggling with getting passed pointer to a double array type string. What am I doing wrong?I have noticed a few times where people will define as follows (two *'s). Can someone inform me of ...
Struggling with getting passed pointer to a double array type string. What am I doing wrong?[quote] The code can be somewhat simplified. Also there are some issue. Consider as C++17 (compiles ...
Struggling with getting passed pointer to a double array type string. What am I doing wrong?[quote]First this line: string working_array[rows][columns] = {}; Should fail to compile since rows...
Struggling with getting passed pointer to a double array type string. What am I doing wrong?All code for reference [code] #include <iostream> #include <fstream> #include <string> using namesp...
This user does not accept Private Messages