About 6,940,000 results
Open links in new tab
  1. encoder - Morse Code Converter in C - Stack Overflow

    Jan 20, 2015 · When found, write the corresponding output code from the array #2. b. skip spaces in the input string; c. if you encounter the slash, write a space; and d. if you encounter the end …

  2. windows - Visual Studio Code install location - Stack Overflow

    May 15, 2015 · Not inside the app. |- Visual Studio Code.app |- code-portable-data The reasoning behind this can be read here: What is VSCode User Setup for Windows? Update If you are …

  3. How do you display code snippets in MS Word preserving format …

    Dec 23, 2008 · It has Online Addin called "Code Format" . Install that Office Addin and in your word doc you can just select all code (even multiple pages) and click convert it button from the …

  4. Visual Studio Code Debugger not launching - Stack Overflow

    May 16, 2021 · This may be caused by a faulty installation of the VS Code C/C++ extension. When launching VS Code, if the message " Unable to start the C/C++ language server. …

  5. Tool to visualise code flow (C/C++) - Stack Overflow

    Do you have any sugestions of tools to ease the task of understanding C/C++ code? We just inherited a large piece of software written by others and we need to quickly get up to speed on …

  6. Visual Studio Code C++ Intellisense Performance Problems

    Nov 28, 2020 · Depends on what compiler your running. I'm using Visual Studio Build Tools. For my UE4 project, source file Intellisense is pretty snappy but header files are really slow. Sadly …

  7. Native exiting with with code: -1073741510 (0xc000013a) while …

    Aug 15, 2017 · According to: Jobs failing on Windows with Exit Code 0xC000013A Globally speaking, Exit Code 0xC000013A means that the application terminated as a result of a …

  8. How to round floating point numbers to the nearest integer in C?

    Yes, the conversion of a floating point type to an integer type that can represent a number of the required signedness and magnitude should work simply by truncating the decimals; this code …

  9. visual studio code - "Find All References" across files for a method ...

    Oct 6, 2018 · Visual Studio Code version 1.27.2 Find all References only list references in the current file. I need to find all references across files in a project. Is it possible ? Something like …

  10. c - Gray code increment function - Stack Overflow

    Jul 5, 2013 · Without using any external counters or other state, I'm looking for an efficient function which takes an n-bit value (32 bits or thereabouts) and returns the subsequent value …