Home » Community » U++ community news and announcements » 2023.1rc1
Re: 2023.1rc1 [message #59901 is a reply to message #59871] |
Sun, 21 May 2023 21:17   |
Oblivion
Messages: 1206 Registered: August 2007
|
Senior Contributor |
|
|
Another test code for failing configurable key parser:
String s1 = "1;\n";
String s2 = "1;";
String s3 = "1";
uint32 i = CParser(s1).ReadNumber(16);
RLOG("1) Base 16: " << i);
uint32 j = CParser(s1).ReadNumber(10);
RLOG("1) Base 10: " << j);
RLOG("-----");
uint32 k = CParser(s2).ReadNumber(16);
RLOG("2) Base 16: " << k);
uint32 l = CParser(s2).ReadNumber(10);
RLOG("2) Base 10: " << l);
RLOG("-----");
uint32 m = CParser(s3).ReadNumber(16);
RLOG("3) Base 16: " << m);
uint32 n = CParser(s3).ReadNumber(10);
RLOG("3) Base 10: " << n);
Results:
1) Base 16: 20
1) Base 10: 1
-----
2) Base 16: 20
2) Base 10: 1
-----
3) Base 16: 1
3) Base 10: 1
Seems that CParser.GetNumber(16) is not reading the number correctly.
Best regards,
Oblivion
Github page: https://github.com/ismail-yilmaz
upp-components: https://github.com/ismail-yilmaz/upp-components
Bobcat the terminal emulator: https://github.com/ismail-yilmaz/Bobcat
[Updated on: Sun, 21 May 2023 21:23] Report message to a moderator
|
|
|
 |
|
2023.1rc1
By: mirek on Sun, 14 May 2023 11:03
|
 |
 |
Re: 2023.1rc1
By: GiuMar on Sun, 14 May 2023 21:40
|
 |
|
Re: 2023.1rc1
By: Tom1 on Mon, 15 May 2023 15:10
|
 |
|
Re: 2023.1rc1
By: Klugier on Sun, 21 May 2023 10:53
|
 |
|
Re: 2023.1rc1
By: mirek on Sun, 21 May 2023 11:01
|
 |
|
Re: 2023.1rc1
By: Klugier on Sun, 21 May 2023 11:32
|
 |
|
Re: 2023.1rc1
By: mirek on Sun, 21 May 2023 13:34
|
 |
|
Re: 2023.1rc1
By: Klugier on Sun, 21 May 2023 13:53
|
 |
|
Re: 2023.1rc1
By: mirek on Sun, 21 May 2023 14:45
|
 |
|
Re: 2023.1rc1
By: Klugier on Sun, 21 May 2023 18:58
|
 |
|
Re: 2023.1rc1
By: mirek on Sun, 21 May 2023 20:07
|
 |
|
Re: 2023.1rc1
By: Klugier on Sun, 21 May 2023 20:53
|
 |
|
Re: 2023.1rc1
By: mirek on Mon, 22 May 2023 09:42
|
 |
|
Re: 2023.1rc1
By: Klugier on Mon, 22 May 2023 14:32
|
 |
|
Re: 2023.1rc1
By: mirek on Mon, 22 May 2023 15:20
|
 |
|
Re: 2023.1rc1
By: mirek on Sun, 21 May 2023 14:38
|
 |
|
Re: 2023.1rc1
|
 |
|
Re: 2023.1rc1
|
 |
|
Re: 2023.1rc1
By: mirek on Mon, 22 May 2023 09:41
|
 |
|
Re: 2023.1rc1
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 07:52
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 09:52
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 11:02
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 11:06
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 12:04
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 12:23
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 12:43
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 13:21
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 13:51
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 13:52
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 14:05
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 15:22
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 15:23
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 16:28
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 17:29
|
Goto Forum:
Current Time: Tue May 13 15:04:47 CEST 2025
Total time taken to generate the page: 0.03545 seconds
|