All Questions
Tagged with c windows-10
9 questions
2
votes
1
answer
817
views
How Wireshark is able to pick network traffic from within Windows10 coming from WSL2
My task is to create 2x programs written in C/C++ which can communicate with each other from within WSL2 and Windows 10. I'm able to send traffic from WSL2 to Windows 10, however
I cannot manage to ...
2
votes
0
answers
1k
views
Which one is correct? Average CPU usage in resource monitor or CPU usage in task manager?
I have a C program which I'm running in windows 10 and I need to know how much CPU it uses. When I run the program, the windows 10 task manager says the program is consuming 25% of the CPU. Although ...
14
votes
3
answers
6k
views
Compiling C files on Ubuntu and using the executable on Windows
For some odd reason, make kept giving me tabulation errors when compiling on Windows, so I tried it on Ubuntu and it worked just fine.
Now I would like to use the executable I got from compiling on ...
1
vote
1
answer
6k
views
Why does my GCC compiler not compile C code?
I followed a YouTube tutorial for installing the gcc compiler on my Windows 10 machine. The install appeared to go perfectly. tutorial here.
I then wrote a C program, which compiles and executes when ...
0
votes
1
answer
233
views
Why Win16 application layout is behaving strangely under Win10 32bit?
I have an old C Win16 application that is behaving badly when run in Windows 10 32bit. Unfortunately, I do not have the source code for the application so I cannot debug issues from there. The ...
2
votes
1
answer
846
views
Weird C++ library linkage issue with clion and cygwin
I have the following error when trying to compile a c++ program while linking the library Libssh on Windows (packages libssh-common and libssh-devel both installed with cygwin). Clion doesn't give me ...
2
votes
0
answers
404
views
Custom Java app, does not show startup splash screen on some devices?
I have a Java app, called Infra12. It is not for sale so wont be in common use. It is designed to interrogate industrial equipment, but the supplier of the software has gone into administration, and ...
2
votes
1
answer
826
views
Command Prompt settings won't save
I've tried running as admin and setting both Defaults' and Properties' window sizes. upon re-opening cmd the window is small again even though Default settings are still set right.
Also tried ...
2
votes
1
answer
639
views
C programs stuck
After installing windows 10 a couple of month ago i tryed to run a very simple C program, firtsly in Visual Studio 2015, and the entire IDE froze. Then I tried compiling via command line. The build is ...