Questions tagged as 'windows'

1
answer

How to get information from the computer with C #?

As the information on the computer where the C # application is running, such as computer name, IP, firewall status, whether antivirus is installed, whether antivirus is enabled, etc.     
asked by 23.03.2015 / 13:07
2
answers

How to change the R language?

When I install the r tag on my machine I noticed that the menus and the exits of the console were all in Portuguese. How do I change to English? Within RGui I did not find any option to change the language and it is not possible to r...
asked by 29.01.2015 / 14:39
1
answer

Time is advanced in program .C

I have an application in .c , I ended it but I have a problem with the time. Example: I am recording everything that is done with date and time only the time is advanced. When I do an operation at 12:54 the displayed time is 15:54:16, the...
asked by 13.10.2014 / 17:56
1
answer

Run program in FullScreen in Windows 7

Hello, I have a project already finished, it was written in C language, how do I run it in fullscreen on windows 7? Are there any libraries for this? I've been searching the internet, but I have not found anything like it.     
asked by 17.11.2014 / 20:04
3
answers

Is Microsoft Azure recommended for hosting gaming sites?

I want to get a Microsoft Azure plan but I have questions. I am a game developer so I wanted to know if it is recommended to host the site and host the server files on a Windows machine. If you wanted to know if their site hosting supports...
asked by 10.03.2015 / 19:39
2
answers

How to escape characters in Windows Batch?

I have the following script: start "" "https://site.com.br/app/index.jsf?username=nomecabuloso&token=tokenzera" However, when I run it, it is no more than index.jsf , it opens the following url: https://site.com.br/app/index.jsf...
asked by 12.09.2017 / 16:23
1
answer

Memory overflow with mysqli_query

The following statement caught the program: $result = mysqli_query($db, 'SELECT * FROM base'); And returned the following error:    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted   (tried to allocate 4194312 byte...
asked by 27.07.2018 / 04:31
1
answer

WINDOWS CMD Commands

I do not know if you can ask questions about this, but I'm having trouble opening the file continuously in Windows CMD. When I use Linux, just do this: tail -f C:\xampp\apache\logs\error.log But in Windows this command does not work. Doe...
asked by 06.02.2016 / 01:39
2
answers

How to debug C programs from the Command Prompt?

I need to debug an algorithm in C but the machine I'm using does not have Code :: Blocks. What is the path for me to debug in the Windows Command Prompt?     
asked by 16.02.2016 / 04:00
3
answers

Delphi 7 applications on windows 8

I installed Delphi 7 on my Windows 7, however we know that by default Delphi 7 comes with Indy 9. For me, that's fine, because I use only idhttp.post and get via http. > The doubts would be: Is this idhttp component com...
asked by 06.03.2015 / 11:53