2
float를 char *로 어떻게 변환합니까?
Electrical Engineering Stack Exchange에 대해이 질문을했으며 여기에서 지시되었습니다. 꽤 자기 설명 적; float를 char *로 변환하는 방법은 무엇입니까? float 'resistance'가 지속적으로 업데이트되는 코드가 있습니다. 'resistance'의 값을 갖도록 변수 'result'를 업데이트하고 싶습니다. 다음은 도움이 될 수있는 코드 중 일부입니다. const char * result = ""; float resistance = 2.5; result = …
11
arduino-uno
c++
c
float