Posts by Morvy • 97 points
8 posts
-
1
votes1
answer31
viewsA: Classes with Static attributes and methods that create themselves
I got it solved! I noticed that the edition I made, I did not correctly set the static pointer in null, follows the updated code, now compiling: //https://pt.wikipedia.org/wiki/Singleton…
-
3
votes1
answer31
viewsQ: Classes with Static attributes and methods that create themselves
Hello, today at the company I work saw a different way to create an object, I asked why? And I was told that the company’s standard is not to use static objects, I found it interesting. I tried to…
-
1
votes0
answers34
viewsQ: Mutex ignoring time out without having given release (windows)
Hello! I’m developing a sort of local server with door access to a college paper. What limits the amount of users on this server is a mutex, where only one client at a time must connect to the…
-
3
votes1
answer54
viewsA: Help with While in c++
You can use vectors. To declare them, it is simple, just type the variable and then between keys [] the number of positions that will receive the variable float n[4], here I declared a float type…
-
1
votes1
answer35
views -
0
votes1
answer136
viewsA: Error: Path must be a string. Received Undefined / codorva add android Platform
Well, I figured it out. As for the errors that occurred because of the version and such, this has no problem, it is still generated, what stopped all the process was this error: Error: Path must be…
cordova-pluginanswered Morvy 97 -
0
votes1
answer136
viewsQ: Error: Path must be a string. Received Undefined / codorva add android Platform
when I will generate in codorva the android platform, it starts to install the plugins, but in Whitelist it occurs the following error? Installing "cordova-plugin-whitelist" for android This plugin…
cordova-pluginasked Morvy 97 -
0
votes1
answer28
viewsQ: Upload my website to halfway
I created a real estate website, when the broker will upload photos on the property, and these are high resolution weighing around 2~5mb, it stops to rise, hangs for example at 83%. Could this be…