Questions tagged as 'visual-studio-2017'

0
answers

Visual Studio 2017 only recognizes new code if restarted

Well, I'm having a problem with VS 2017 when compiling or even pulling a code via Git ... VS 2017 only recognizes the new code if I do some of the following: close and reopen it, insert a file (it happens that when I pull a code via Git, the...
asked by 08.12.2017 / 00:39
0
answers

In Visual Studio 2017 the Extensions and Updates ... option within Tools does not open and gives error message

I reinstalled Visual Studio 2017 (I tried several times to get it, I had to delete some folders that contained the name Visual Studio to be able to reinstall, otherwise it did not proceed), after the reinstallation, when I go in TOOLS and click...
asked by 30.05.2017 / 04:54
1
answer

Error "max res 25, skipping mipmap-anydpi-v26" - Xamarin Forms

I'm having the following error when running my app in Visual Studio 2017: max res 25, skipping mipmap-anydpi-v26 I researched here on the internet and found nothing that could help me solve it. Does anyone know a solution or what does it...
asked by 18.05.2018 / 23:04
2
answers

Doubt integration test

I think it's a somewhat conceptual question on the subject, but come on: I have an example method that validates a user by checking whether it exists in the database, like this: public bool ValidaCampos(string Nome) { string str = "sele...
asked by 30.10.2018 / 20:02
2
answers

How to sort and list only 5 items in a list?

Well, I'm developing the dashboard of a web system, in one of the filters I should list the top 5 clients and sort them by the highest amount of totals of invoices issued. I'm already able to list quietly, the problem is that the filter is listi...
asked by 24.05.2018 / 20:37
1
answer

How to test the runtime of a code in Visual Studio 2017?

I'm trying to test the runtime of a code, however I'm always getting incorrect values, the first test will always be the one that has the worst time. And most of the time the second test is always 0. #include <iostream> #include <math...
asked by 06.08.2018 / 20:01
1
answer

Sqlite, check the exact difference between a date, time and minutes of the current date [duplicate]

I need to do a check between two dates, I need to check if the date, time and minutes of a field is greater than or equal to the current date, time and minutes, I am using SELECT * FROM info WHERE strfTime ('%s', dataFinal ) >= strfTime('...
asked by 18.07.2018 / 23:10
3
answers

Error when printing values, values that are printed have nothing to do with those that were saved

It turns out that the gets functions do not return any kind of value.   And the getMedidasPC (); always returns the values -858993460-858993460 regardless of what is written Clientes.h void getMedidasPC(); void setLargPC(int x); int getLargPC...
asked by 06.07.2018 / 17:03
2
answers

How do I get these balls?

How can I make these polka dots? link     
asked by 05.06.2018 / 21:09
1
answer

Simple C # Console App in Visual Studio 2017, quit without showing result

I'm trying to run a simple program that writes "Hello world" in VS2017: namespace OlaMundo { class Program { static void Main() { int num; System.Console.WriteLine("Número :"); num = S...
asked by 17.02.2018 / 20:53