Search found 9 matches

by grant
Mon Apr 01 2019 10:19 pm
Forum: Developers
Topic: OT? ISO: complete example c++ class
Replies: 1
Views: 5730

Re: OT? ISO: complete example c++ class

What I'm looking for is nowhere on the internet, or in any book, but I have started such a example class here:

https://github.com/grantrostig/cpp_by_e ... lass_all.h

Please don't laugh too much as you review and perhaps comment. :)
by grant
Sun Mar 10 2019 8:42 pm
Forum: Developers
Topic: OT? ISO: complete example c++ class
Replies: 1
Views: 5730

OT? ISO: complete example c++ class

Hi, I hope this request is not too far off topic, but copperspice does have general C++ learning videos too. I'm working to master the subtleties of moderately advanced C++ and therefore have this request: ISO: complete example c++ class - including all or most constructors and operators, including ...
by grant
Mon Nov 06 2017 5:31 pm
Forum: User Support
Topic: Qt Test or GoogleTest or other?
Replies: 3
Views: 10244

Re: Qt Test or GoogleTest or other?

Thanks for the tip. A friend also recommended "doctest" and it looks promising too.
++Regards,
Grant
PS I like your videos and plan to use your internationalization string library. :)
by grant
Sun Nov 05 2017 7:43 pm
Forum: User Support
Topic: Qt Test or GoogleTest or other?
Replies: 3
Views: 10244

Qt Test or GoogleTest or other?

Hi, I want to test no-Qt code from within QtCreator and then later also test Qt code. I have to decide one (or more??) testing frameworks to learn. I could try "Qt test", or another one. Would you recommend other C++ testing frameworks such as GoogleTest based on xUnit? Any advice on how t...
by grant
Mon Aug 28 2017 10:10 pm
Forum: Enhancements
Topic: Android and iOS support?
Replies: 3
Views: 12246

Re: Android and iOS support?

Once a qualified leader is in place and moving forward with those components, I may be able to provide some coding assistance but only under focused supervision. :)
by grant
Mon Aug 28 2017 8:40 pm
Forum: Enhancements
Topic: Android and iOS support?
Replies: 3
Views: 12246

Re: Android and iOS support?

Sorry, I don't have the experience to tackle that sort of project in any major way. I may test the Android stuff and may be able to do some documentation.
by grant
Mon Aug 28 2017 8:35 am
Forum: Enhancements
Topic: Qt QML or Quick or Quick Controls 2?
Replies: 4
Views: 13735

Qt QML or Quick or Quick Controls 2?

Any support for Qt Quick or QML or Quick Controls 2? Does it still work or did you remove it?
by grant
Mon Aug 28 2017 7:21 am
Forum: Enhancements
Topic: C++ based webserver and application server?
Replies: 3
Views: 14850

C++ based webserver and application server?

Hi, An area of great concern to me is the need to run "web-app-servers" to supply APIs like REST, as well as websockets to mobile and desktop clients. Qt does not supply a Http server, while it does have a client. Are you planning to produce a set of c++ http classes (or full daemon) on th...
by grant
Mon Aug 28 2017 7:16 am
Forum: Enhancements
Topic: Android and iOS support?
Replies: 3
Views: 12246

Android and iOS support?

Hi, I'm very excited about CopperSpice using modern c++. However, the key thing that Qt, Xamarin, and other frameworks offer is the ability to write one code base for the newly important platforms of the modern cell phone. After recently selecting Qt, I had decided that I could forgo having a webapp...