Maker Pro
Maker Pro

Arduino String or string

nickr676

Jun 18, 2019
7
Joined
Jun 18, 2019
Messages
7
Can someone explain how to make a string in Arduino?
Also whats the difference between String, string, char *, and char T[]?

I would ask on Arduino.cc forums but for some reason it says im blocked when I tried posting over there.

If you want some code....to look at let me know! I am omitting it right now because I do not think this site is that oriented towards programming.
 

Mark2019

Jul 7, 2019
14
Joined
Jul 7, 2019
Messages
14
Good evening Nickr676

This is ideally where you should start before heading off into Arduino which i think would be of great benefit to you

Here is the site address

https://www.programiz.com/c-programming/c-pointers-arrays

Read the entire chapter and by the end of this , after practising the examples , which you can do in C locally and without having to blow an Arduino with code this will then all make perfect sense

Hope that helps you
 
Top