I need something similar to the stringstream that has in C language for C language, I need a lot of it because I want to perform querys on a database using C (C mysql connector).
As I had no idea something like what I had in the sstream libra...
I have a list foo = ["BCB", "CAB", "CBC"] and a specific alphabetical order bar = "ACB" .
The result with this specific order should be resultado = ["CAB", "CBC", "BCB"]
How do I sort this list?
I have a html page and it sends a form with method POST type, I get the data like this:
String email = request.getParameter("user");
When I compare the email string with another string containing the same text it makes me false.
Why does t...
Hello, I have a code in angularJS but it only works when I am in the browser debug.
$scope.upload=function(){
var newFiles = [];
$scope.carregando = true;
angular.forEach($scope.files, function (item) {...
I have a string
Cause value: <'span id="i_valorCausa'">51.899,51<'/span'><'BR'>
I need to get what is between <'span id="i_valorCausa'> <'/span'>
I tried this way:
The $content is w...
How to convert the string of the variable fg to an integer?
if (connectionIsOpened)
{
String s = "INSERT INTO jogador(nome) VALUES " + "('" + this.playerName + "'" + ")";
connection.executeUpdate(s);
String fg = "SE...
Hello, how are you?
I'm having a problem running this code.
From the second "While True" the program can not find the written product. The same has been registered just above. I've checked this code from the bottom to the bottom and found...
The purpose of the program is to display information in one option and a 10-question inquiry in another option. Each discipline has 10 questions, and each discipline is done in a subprogram. the problem is the use of the string.
typedef struct...