Search found 3 matches

by Selectronics50
Wed Oct 16, 2019 4:21 pm
Forum: ESP32 Arduino
Topic: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Replies: 3
Views: 6457

Re: ISO C++ forbids comparison between pointer and integer [-fpermissive]

Thanks this is my new code : const int wort_1[]={99,100}; //ES const int wort_2[]={102,103,104}; //IST const int wort_3[]={106,107,108,109}; //FÜNF const int wort_4[]={98,97,96,95}; //ZEHN const int wort_5[]={94,93,92,91,90,89,88}; //ZWANZIG const int wort_6[]={81,82,83,84,85,86,87}; //VIERTEL const...
by Selectronics50
Mon Oct 14, 2019 3:45 pm
Forum: ESP32 Arduino
Topic: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Replies: 3
Views: 6457

ISO C++ forbids comparison between pointer and integer [-fpermissive]

HI I'm building a Wordclock,for that i wrote this code: const int wort_1[]={99,100}; //ES const int wort_2[]={102,103,104}; //IST const int wort_3[]={106,107,108,109}; //FÜNF const int wort_4[]={98,97,96,95}; //ZEHN const int wort_5[]={94,93,92,91,90,89,88}; //ZWANZIG const int wort_6[]={81,82,83,84...