Jump to content

PH-Bench

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. PH-Bench

    C++ 20 support in C++ Builder

    Hi, thanks for the answer. I am sure this has to be enabled. Could you direct me to instructions to enable it? Thanks
  2. PH-Bench

    C++ 20 support in C++ Builder

    I would like to compile some console application examples in C++ builder (Rad Studio 12.3). However, when I run certain examples, I receive this error. [bcc64x Error] File1.cpp(6): no member named 'format' in namespace 'std' I know the culprit is this line: using std::format; My question is can I update C++ Builder to use C++ 20 so that I can run lines like that without error? If so how? Thanks
  3. PH-Bench

    How add a code editor

    Thanks for that. I will point future questions to FMX. Great!
  4. PH-Bench

    How add a code editor

    Hello friends. I am new to C++ builder. I am currently interested in building Cross Platform applications. I would like to know how an application can add a feature like a code editor. To be clear I mean a way for its users to type computer code and have the tools to display it to the application in the syntax of the language of choice (e.g. JavaScript). I guess this would be similar to an application having a rich text editor. However, on both, I do not even know where to start. Could someone point me in the correct direction? Thanks
×