Passing String Pointers to Functions - C++ Forum I chose Desktop Application ( exe) as the application type, selecting Empty project as an additional option Added a new C C++ file and wrote the code I posted above
Compiler Error 167 - Cookbook | Mbed argument of type <type1> is incompatible with parameter of type <type2> This error means that you are calling a routine which takes a parameter of type2 but you are passing in a variable of type1