4,053 questions with Developer technologies | C++ tags

Sort by: Updated
4 answers

-1073741819 error code after my c++ application is successfully exit with 0.

Hi Team, We are currently facing an issue with our application and would like to check if this could be related to recent updates in Microsoft Office 365. Scenario: We have a C# WPF application that invokes a C++ executable using Process. The C++…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-03-18T10:27:08.8566667+00:00
JEEDIGAM Sampath K 1 Reputation point
commented 2026-03-26T11:49:18.9066667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,785 Reputation points Microsoft External Staff
1 answer

How does exception handling work in C++?

I am a beginner in Java and I want to understand exception handling clearly. Can someone explain how try, catch, and finally blocks work with a simple example? Also, what is the difference between checked and unchecked exceptions?

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-03-26T04:53:21.0733333+00:00
Gp Raji 0 Reputation points
commented 2026-03-26T10:20:10.8833333+00:00
Viorel 126.8K Reputation points
2 answers One of the answers was accepted by the question author.

How can I automatically convert Visual Studio .coverage files to XML or Cobertura format for use in CI pipelines?

Hi, I’m working on C++ projects with Visual Studio Enterprise and I can generate .coverage files for code coverage. However, I need to automatically convert these .coverage files to XML (preferably Cobertura) or HTML formats in my CI/CD pipeline, so that…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2025-09-22T12:06:49.26+00:00
Fatma-3378 20 Reputation points
edited an answer 2026-03-25T06:45:22.9966667+00:00
nobyk 0 Reputation points
1 answer

Vs code not working properly

prelaunchtask c c++ g ++ exe build active file terminated on vs code this error wasted my whole day tried to resolve it thourgh all possible way resintalled vs code and C++ complier added the path but no help . Kindly resolve my issue. Thanks

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-03-20T19:09:55.5966667+00:00
M. Zubair 0 Reputation points
edited the question 2026-03-23T09:10:05.2933333+00:00
Gérard Oomens 120.6K Reputation points Volunteer Moderator
3 answers

Visual C++ Activity

Two questions: 1.) running an app in visual C, after I make changes, re-build and execute, sometimes when I try to re-do, it gets a linker error that says "cannot write to the object file", what causes this. 2.) I deleted the .vs file and then…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-03-13T14:04:04.1233333+00:00
Sid Kraft 31 Reputation points
answered 2026-03-20T07:32:28.7566667+00:00
Jack Dang (WICLOUD CORPORATION) 15,610 Reputation points Microsoft External Staff Moderator
2 answers

MVC140.DLL Error after Windows OS Updates

Background: After software patching including Windows OS Updates we have several AE software such as CAD, C3D, Adobe InDesign and Chaos Enscape that fail to launch with a MVC140.dll error. Workaround: We started by remoting into end users machines…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-02-12T14:27:15.6566667+00:00
Alex Yourish 0 Reputation points
commented 2026-03-14T04:54:35.0933333+00:00
Michelle Hulin 0 Reputation points
1 answer One of the answers was accepted by the question author.

IntelliSense doesn't work properly with MSVC standard library and clang-cl compiler

I'm trying to get clang-cl (the compiler I installed via Visual Studio Installer) and IntelliSense to work together. Simple 'Hello world' by C++23 std::println does build and run nicely (even macro __cplusplus is equal to 202302 which indicates that I…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2025-10-11T04:24:39.1533333+00:00
Misha Kobzar 20 Reputation points
commented 2026-03-12T07:11:30.51+00:00
Adam 0 Reputation points
2 answers One of the answers was accepted by the question author.

Change default Windows SDK and Platform Toolset

I have a multi-project solution built in Visual Studio 2022. I'd like to set the default Windows SDK Version explicitly so all projects use the same library. However, it seems like I have to change it in each library, explicitly. Can this setting be…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-03-03T17:29:12.6533333+00:00
Max Yaffe 40 Reputation points
commented 2026-03-12T02:45:26.32+00:00
Jay Pham (WICLOUD CORPORATION) 3,505 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

c++ literal formats

what are the formats for C++ character literals of type wchar_t

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-03-03T16:43:02.81+00:00
Stewart Patch 20 Reputation points
accepted 2026-03-05T14:52:38.82+00:00
Stewart Patch 20 Reputation points
3 answers

api-ms-win-core-winrt-string-l1-1-0.dll is missing from my computer

api-ms-win-core-winrt-string-l1-1-0.dll is missing from my computer

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-02-23T08:04:17.18+00:00
DR HANS RAJ 0 Reputation points
commented 2026-03-03T08:54:51.62+00:00
Successful Gentle 0 Reputation points
2 answers One of the answers was accepted by the question author.

How can i steup visual studio with WinRt and c++

Hi I want to make my own GUI frame work and I want to build it using c++ and winrt but I cannot setup visual studio for winrt with c++ Is any one has the answer Thanks For Everyone.

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2025-09-14T13:44:44.69+00:00
Omar Mohamed 80 Reputation points
accepted 2026-02-28T13:29:14.9166667+00:00
Omar Mohamed 80 Reputation points
0 answers

How to clear Visual Studio 2022 cache in Windows 11

Can someone please tell me how to clear the cache in Visual Studio 2022 on a Windows 11 PC? The only information that I can find gives instructions that cannot be followed in Windows 11 (if you look for the required folders, they do not exist in the same…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,722 questions
asked 2023-09-29T20:35:29.69+00:00
Joe Gideon 0 Reputation points
commented 2026-02-27T22:38:00.2633333+00:00
Uzma Batool 5 Reputation points
5 answers

Linker reporting unresolved symbols

I have been using the Digital Mars(DM) C++ compiler for many years. I decided to use the MSVC Community C++ compiler because there are a number of SDK functions I would like to use and they are not accessible with DM. Below is my attempt to create a…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-02-14T21:11:37.05+00:00
M R 5 Reputation points
commented 2026-02-25T00:49:34.1466667+00:00
M R 5 Reputation points
3 answers One of the answers was accepted by the question author.

I wanted to download the SAPI4 SDK suite for a hobby project of mine.

I require the SAPI4 sdk suite for my project (its a speech-to-speech, text-to-speech and speech-to-text meme voice generator, primarily tts, as SAPI4 voices are pretty funny when tuned and adjusted correctly), i got one link that is giving me a 404 error…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-02-08T04:42:58.3633333+00:00
Saksham Tiwari 40 Reputation points
commented 2026-02-20T08:18:22.9233333+00:00
Saksham Tiwari 40 Reputation points
2 answers

documented feature by Microsoft

for RunOnce, is the ! prefix a documented feature by Microsoft

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-02-10T19:16:23.4466667+00:00
Hector Donolo 5 Reputation points
commented 2026-02-17T14:07:11.79+00:00
Hector Donolo 5 Reputation points
1 answer One of the answers was accepted by the question author.

Dose Simulation possible on Snapdragon ARM Processor

Dose Simulation possible on Snapdragon ARM Processor? 2. Dose Snapdragon ARM processor supports python, C, C++, Java, Oracle, ML and AI learning ?

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-02-05T09:35:58.8733333+00:00
Mudassir Ahmed 100 Reputation points
accepted 2026-02-12T07:24:31.1333333+00:00
Mudassir Ahmed 100 Reputation points
1 answer

windows credential provider using PKINIT and implicit mapping

I am developing a windows credential provider aiming at supporting CPUS_LOGON/CPUS_UNLOCK_WORKSTATION using certificate PKINIT and implicit mapping. The certificate used for login is a short-term certificate stored in LocalMachine/My CNG store. My…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2025-12-08T11:18:59.3233333+00:00
Peter Buus 0 Reputation points
commented 2026-02-11T06:38:57.5633333+00:00
Michael Le (WICLOUD CORPORATION) 11,085 Reputation points Microsoft External Staff Moderator
1 answer

How to install Microsoft Visual Redistributable package C++ 2019 for VirtualBox 7.2.0

I need Microsoft Visual C++ Redistributable package to install VirtualBox 7.2.0

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2025-09-14T14:04:23.7033333+00:00
Ibrahim Kanneh 20 Reputation points
commented 2026-02-11T03:13:44.4333333+00:00
Chris Paice 0 Reputation points
2 answers

How to enable automatic JIT DeBugging

How to enable automatic JIT DeBugging. Message was JIT Assortation failure visual C++ Jit assortation failed

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-02-01T23:24:13.99+00:00
Yana Fedorov 0 Reputation points
commented 2026-02-06T12:01:25.9266667+00:00
Susmitha T (INFOSYS LIMITED) 2,610 Reputation points Microsoft External Staff
1 answer

Corrupted Micorosft Visual C++ Redistributable

Hi, I have a problem with Micorosft Visual C++ Redistributable. I thinks its badly corrupted. I was trying to install a newer one and got error that "The older version of Microsoft Visual C++ 2022 X64 Additional runtime cannot be removed" …

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,053 questions
asked 2026-01-23T09:29:47.3766667+00:00
Markus Kaduk 10 Reputation points
commented 2026-02-06T03:24:46.9633333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,785 Reputation points Microsoft External Staff