About 919,000 results
Open links in new tab
  1. c++ - how to add a header file and include it in cxxdroid android …

    Nov 4, 2022 · Recommendation: Stroustrup;'s book teaches C++ as you would write it in a common, non-dialectic environment. Don't try writing code for an embedded or semi …

  2. recursion - C with inline assembly - recursive function that calls ...

    Jun 18, 2025 · I am fairly new to assembly. After compiling, when I run the code below, I get a segmentation fault. I am trying inline assembly with recursion. I am compiling this code with …

  3. Compiled C executable is detected as a virus by windows defender

    I had the same problem (having a freshly compiled executable on a clean machine, accused of carrying malware), however when updating a project with VS2022, originally done in VS2015 …

  4. android - Scroll con cxxdroid - Stack Overflow en español

    Feb 20, 2024 · Tengo un programa en cxxdroid que muestra varias líneas de texto por la salida estándar pero como su longitud es mayor que el tamaño de la pantalla se muestra solamente …

  5. Linking C++ OpenCV to an app in Android Studio - Stack Overflow

    Dec 17, 2021 · I am integrating existing C++ code that uses OpenCV to an Android app, using Android studio. For this purpose, I have installed the package OpenCV-android-sdk and added …

  6. c++ - How to include graphics.h in cxxdroid - Stack Overflow

    Apr 6, 2022 · I want to do graphics.h in cxxdroid says that there is graphics libraries but when I type #include<graphics.h> it says that the file does not exist

  7. C++ std::filesystem::directory_iterator does not iterate over regular ...

    May 24, 2023 · I tried to write a program that renamed certain files on my phone in a certain way, for this I used std::filesystem: for (const auto& entry : std::filesystem::directory_iterator { …

  8. GCC fatal error: stdio.h: No such file or directory

    You can see where gcc is looking for header files by doing echo "#include <bogus.h>" | gcc -v -x c - and examining the search paths.

  9. c++ - Asistencia con una código en cxxdroid - Stack Overflow en …

    Feb 12, 2023 · Básicamente estoy intentando hacer un programa que calcule La velocidad con la fórmula velocidad es igual a distancia sobre tiempo pero el código que he escrito no parece …

  10. ide - Can use a android phone as a pc to write c,lisp,java.....and ...

    Sep 28, 2015 · I have an Android phone (Motorola Milestone) and I want to set it as a small PC on my hand. I want to use it for programming, such as write a lisp or C helloworld program, …