tokenize tag

2 questions


1 answers
100 views
0
What is the best way to repeat a string in Java?

Is there any other way to change the string to char[] by turning the repetitive statement instead of StringTokenizer?


1 answers
140 views
0
How do I truncate a string in C++?

In Java, we could've used the bottom togetherIs there an easy way to do it in C++?String str = The quick brown fox;String[] results = str.split( );

1 years ago

© 2024 OneMinuteCode. All rights reserved.