Search results

  1. smasson

    EvEGL: New library for Bridgetek's EVE graphics controller

    My name is Sylvain Masson. I have a background as an electronics technician. It was after studying graphic displays using a Brigetek"s EVE graphics controller with the Gameduino library that I decided to start the EvEGL project. I wanted to develop a new library that would use the power of the...
  2. smasson

    Class String bug: c_str() method return a null pointer

    Thanks for your reply KIIV. My solution for the moment is quite simple. I never use the c_str () method of the Class String directly. Instead, I call a global function that I created that checks if c_str () returns a null pointer and if so it replaces it with a valid pointer to a null...
  3. smasson

    Class String bug: c_str() method return a null pointer

    Hello. I am a new member on this forum. I have been consulting it for a long time with great interest. Yesterday I found what I think is a bug with the Class String. After creating a String initialized with an empty c string ( String * str = new String (""); ), the c_str () method returns a...
Back
Top