Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by messi1

  1. M

    How to run C code in Qt creator to build an interface?

    Hi Klun is your C-Project Makefile, cmake or auto tools based? cmake: https://doc.qt.io/qtcreator/creator-project-cmake.html autotools: https://doc.qt.io/qtcreator/creator-projects-autotools.html generic: https://doc.qt.io/qtcreator/creator-project-generic.html An easy way is the following...
  2. M

    When will i need c++?

    Oh your are a poor soul. I feel really sorry for you. When I read your answer I realized you are still unprofessional in every way. A good sign is how you are answering. You are only showing special case exceptions. 4 times the word "might" is not a good sign for proofing facts. With your...
  3. M

    When will i need c++?

    And yes, I know the link you have posted. There are bashing site of all languages out there. Does this mean that those languages are bad? -> No as I mentioned before every language as his strength and weaknesses. Or is the only right language to learn/use the one you suggest? -> Definitely no...
  4. M

    When will i need c++?

    In normal case the following is guarantees. const Fred *p; // A writable pointer to const value Fred* const p; // A const pointer to writable value const Fred* const p; // A const pointer to const value Still this question, doesn't proof if someone knows C++ or not. Don't cast the const...
  5. M

    When will i need c++?

    Oh common. First of all this is basic C. Second I would ask your question like this What is the difference between const Fred* p; Fred* const p; const Fred* const p; Cheers Juergen - - - Updated - - - I forgot one good example: const char * const * const bla = argv;
  6. M

    Linux Programming Language and Tool Suggestions

    QT = QuickTime Qt = Qt Crossplatform framework Go for Qt with QtCreator. It is easy to use. No other framework has a so good documentation, so many tutorials and examples as Qt has. You can write your GUI application almost without any C++. Only with Qml and Javascript. But be aware about the...
  7. M

    linux basic question

    Hi welove8051 the most easiest way is to install the compiler on your target and compile your program directly on your target. But this is not the normal way. The correct way is that you have a development system on your PC. The development system consists of three different parts. 1.)...
  8. M

    When will i need c++?

    Hi rhnrgn I use C++ for my daily job as embedded software engineer. At the moment I develop the software of an insufflation device based on Ti's sitara AM335x. (Medical device) With touchscreen and a Ui written with Qt. So for cross platform development I can highly recommend C++. For MCU...
  9. M

    How to make a PCB at home?

    Re: home making pcb I would also suggest Eagle from cadsoft. I also started with eagle and you can even use it for complex boards. Cheers J

Part and Inventory Search

Back
Top