• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu

Sesiones de PyR

std::string
c++
1 Voto
3 Respuestas
9th Apr 2020, 4:59 PM
Severus
Severus - avatar
Convering char to std::string
c++char-to-stringstd
3 Votos
7 Respuestas
1st Nov 2021, 6:39 PM
Kind_Cat
Kind_Cat - avatar
char* vs std::string
c++charcpppointersstdstrings
0 Votos
1 Respuesta
18th Aug 2021, 8:52 AM
Yahel
Yahel - avatar
Performing std::string I-O from-to a Binary File [ANSWERED]
binaryc++i/ostring
2 Votos
6 Respuestas
15th Nov 2017, 6:26 AM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar
[Solved] How can I divide std::string to 2 std::strings?
c++stdstrings
1 Voto
8 Respuestas
4th Nov 2021, 7:42 AM
Kind_Cat
Kind_Cat - avatar
Which is preferred std::string or char str[] or char *str
charcppstring
0 Votos
2 Respuestas
14th Oct 2021, 6:40 AM
Sushil 🛡️
Sushil 🛡️ - avatar
Why does std::string have a method for calculating the length, instead of just a property?
c++lengthstrings
0 Votos
8 Respuestas
9th Mar 2022, 3:11 PM
Je Foip Cent
Je Foip Cent - avatar
Are C++ Strings Initialized to Empty during Initialization?
c++emptyinitializationstd::stringstring
7 Votos
7 Respuestas
24th Apr 2019, 5:46 AM
Fermi
Fermi - avatar
#include <iostream> #include <bitset> int main() { int myDecimalNumber; std::cin >> myDecimalNumber; std::string binary = std::bitset<8>(myDecimalNumber).to_string(); //to binary std::cout<<binary<<"\n"; unsigned long decimal = std::bitset<8>(binary).to_long(); std::cout<<decimal<<"\n"; return 0; }
c++
2 Votos
5 Respuestas
18th Jun 2016, 10:43 PM
Utpal Kumar
Utpal Kumar - avatar
En tendencia hoy
How to properly reverse a string in python
5 Votes
Using Python on VScode
2 Votes
Python Developer
0 Votes
hi my coding instor told me to make a calculator that find the average of two numbers can you pls tell me my erro
0 Votes
Hi guys I need some one to teach the String name how I can do it true because when I finish coding they give me NO OUTPUT
1 Votes
fully dynamic arrays
1 Votes
Wayss
0 Votes
Can I take the certificates after finished the lessons?
1 Votes
Hearts
0 Votes
Project subjection
0 Votes