Skip to main content

Questions tagged [console]

A mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks

1 vote
1 answer
87 views

GetConsoleScreenBufferInfo returning wierd values when called using function

I have a program where I want to print out the size of the terminal window in columns and rows. To do this I want to call this function from int main(): int getConsoleSize(){ ...
Skalmanen's user avatar
0 votes
0 answers
79 views

Strange assertion in WinAPI when calling fclose on console handle

I am developing C++ shared library that is embedded as a plugin into my application using the Unity engine, and, possibly, into Qt applications (also developed by my company). I want to allocate ...
whs31-'s user avatar
  • 19
1 vote
0 answers
71 views

SAFARI Browser locally: "Failed to load resource: The network connection was lost."

everyone. I need help with understanding and solving issue with Safari browser. There is a running website locally and en issue in console with loading google font, ajax.googleapis and bootstap.min . ...
Maria's user avatar
  • 11
0 votes
1 answer
36 views

How do I make a terminal command for my compiler?

I tried searching for an answer but I can't seem to find the right 'term' for it, I would go back and forth and type 'how to create your own environment variable' or 'how to create your own path ...
Bax STAR's user avatar
1 vote
1 answer
97 views

Console attribute output is different when debugging and when running manually

I used the code from this example and changed it because I need to test the character grid. #include <windows.h> #include <stdio.h> void write_symbol_in_color(HANDLE h, SHORT x, SHORT y, ...
slimebro_'s user avatar
1 vote
0 answers
152 views

Understand console messages with AI

I read this article about the new Gemini features that allows to understand console messages through AI, but I don't have the option "Understand console messages with AI" in my Settings. I'm ...
Antonio Coppola's user avatar
0 votes
1 answer
48 views

Qt6 How to clear internal terminal of QtCreator from C++?

Qt6 How to clear internal terminal of QtCreator from C++ without using Qt? system("cls"); and system("clear"); does not work.Terminal outputs: "TERM environment variable not ...
Sacha_D's user avatar
  • 90
0 votes
1 answer
917 views

I am getting an error from Edge Browser's console. How can I solve this

enter image description here Image of Error when I open edge browser console then I am getting the error. error says : [Deprecation] -ms-high-constrast is in the process of being deprecated. Please ...
Shubham Kumar's user avatar
0 votes
0 answers
36 views

In.ReadLine() sometimes skips chars in the beginning string

In.ReadLine() sometimes skips chars in the beginning string and doesn't work as would be expected Could this be caused because i have Win7 Pro x64 NET Framework 4.5.2 I use my program through the ...
jcoder's user avatar
  • 11
0 votes
1 answer
30 views

Displaying console output dynamically with kivy

I am creating a interface to train a artificial neural network (surrogate model) and in the Training_Screen class, I want to print the console output when trained_models = create_classes_instance....
Willian Dimas Pompeo Siqueira's user avatar
1 vote
1 answer
134 views

How to properly and safely print to stdout/stderr using the Win32 API?

You may say. //#DEFINE UNICODE #include <Windows.h> int main() { HANDLE hOut = GetStdHandle(STD_OUTPUT_HANDLE); LPTSTR msg = TEXT("Hello, World!\n"); WriteConsole(hOut, ...
Schilive's user avatar
  • 265
0 votes
1 answer
56 views

Answering a scanf() within the program

I am trying to program a C Crash course for students in VPL. The students write a program in a file and I try to compile it with a another file I wrote to grade the program the students wrote. The ...
J-K -L's user avatar
  • 1
0 votes
1 answer
37 views

.net console app how to check required runtime for itself at startup

I developed a console app based on .net 8.0, then I deliver the .exe (without runtime inside) to user, but I am not sure if the user have installed the .net 8.0 runtime to support this app, how could ...
leotsing's user avatar
  • 147
0 votes
0 answers
46 views

Build Android with Vuforia. Error VuforiaLicense.cs

I use Unity 2022.3.28 LTS e Vuforia 10.22.5. When i create a Build in Android, this is the info message. I know it isn't an Error message, but i would like to know why it searches a License file that ...
sviluppo progetti's user avatar
0 votes
0 answers
13 views

The consoles close

I have a problem with the terminals. In visual studio the terminal stays stuck, after a few seconds of running it does not write or let me write. The same thing happens with PowerShell and the command ...
Bianca Monteleone's user avatar

15 30 50 per page