python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to parse from string to Int without .0 in Karate
I following the document of Karate Framework, to parse string to Int
https://github.com/karatelabs/karate#floats-and-integers
def foo = '10'
string json = { bar: '#(1 * foo)' }
match json == '{&quo...

Trung Le
Votes: 0
Answers: 0
IEEE integer standard
IEEE 754 defines floating point standards for computers. Is there such a similar standard for integers? Whenever I search for something like that, I end up at IEEE 754!
C/C++ defines char, short, int,...

Sourav Kannantha B
Votes: 0
Answers: 0
XRAD'S How to read line by line SD file and parse data x,y pair to int C++
I am using arduino IDE. I have an SD logger program writing x and y coords to one file on SD. The x/y point pair is converted from GPS Decimal Degrees, and the saved x/y pair is per line with line dat...
XRAD
Votes: 0
Answers: 2
The argument type 'RxInt' can't be assigned to the parameter type 'int'
I define 2 RxInt variable in controller class. But when I was calculate sum of two number then I got error: The argument type 'RxInt' can't be assigned to the parameter type 'int'. Bellow my code:
cla...
MD MEHEDI HASAN
Votes: 0
Answers: 2