Posts by xyaz • 77 points
9 posts
-
1
votes0
answers34
viewsQ: Disable local data storage on my website
I have a website where I have a user base where the software available is updated daily. When the software updates the site also updates. Only, because browsers often store data the updated site…
-
0
votes1
answer114
viewsQ: Open Visual C++ with arguments to compile
I am starting with the visual C++ and I have a project where it is necessary the visual c++ to compile the program automatically. so I thought of arguments like we can use in normal prompt like: cmd…
-
-1
votes1
answer265
viewsA: Why doesn’t g++ compile the code that visual studio compiles?
Visual studio uses a platform to compile different from g++, focused on windows a MSVC : Microsoft C++ Compiler while g++ uses Compiler c++ based on Nix or Nix-based C++ Compiler To compile a c++…
-
0
votes1
answer265
viewsQ: Why doesn’t g++ compile the code that visual studio compiles?
already makes some projects that I test and my g++ does not compile at all my projects of visual studio, errors that appear in g++ do not exist in visual studio... anyone knows why? and how do you…
-
1
votes1
answer151
viewsQ: C++ string protection using Mysql Connector
I made a little program to check my database, and wanted to see if the strings were protected (from the password user and the database) and in the case are not. I decompiled the program using IDA…
-
1
votes1
answer30
viewsA: Adaptive Storyboard (WPF)
When you do the storyboard and arrow the first keyframe without changing anything it takes the current features of the object so it identifies and adapts the animation to the keyframe you want.…
-
2
votes1
answer30
viewsQ: Adaptive Storyboard (WPF)
I have an animation in my WPF project and I wanted to know if there’s any way Storyboard can be responsive. As in the settings of Margin and Height/Width are responsive marking the auto option…
-
0
votes1
answer44
viewsA: Printing the shortest distances
If the items are in a array you can do so. Iterate over all items and then check them one by one. I don’t know much about c so I’ll make one pseudo code for you double menorvalor = 10000000; for(int…
-
0
votes0
answers49
viewsQ: How to Reverse an animation (run it in reverse) via pure shampoo
I did an animation Storyboard Abram menuzin and so far so good, I’ve done it before reverting the animation by c# //pode estar errado mas foi mais ou menos isso sb =…