I'm tryin to write an app by which phones can share files with eachother via hotspot/wifi connection. There are lots of file sharing apps using this approach, for example SHAR...
Hi, I'm new to Laravel and here's my problem: I created a route, but php doesn't recognize the class used as a paramater on my route. I created a PostsController class via...
Hi, I want to create a vector of strings, set the (0) element to something and print it out. Why do i get an error? Vector<String> string = new Vector<>(); s...