• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu

Dyskusje Q&A

std::string
c++
1 Głos
3 odpowiedzi
9th Apr 2020, 4:59 PM
Severus
Severus - avatar
Convering char to std::string
c++char-to-stringstd
3 głosów
7 odpowiedzi
1st Nov 2021, 6:39 PM
Kind_Cat
Kind_Cat - avatar
char* vs std::string
c++charcpppointersstdstrings
0 głosów
1 Odpowiedź
18th Aug 2021, 8:52 AM
Yahel
Yahel - avatar
Performing std::string I-O from-to a Binary File [ANSWERED]
binaryc++i/ostring
2 głosów
6 odpowiedzi
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 Głos
8 odpowiedzi
4th Nov 2021, 7:42 AM
Kind_Cat
Kind_Cat - avatar
Which is preferred std::string or char str[] or char *str
charcppstring
0 głosów
2 odpowiedzi
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 głosów
8 odpowiedzi
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 głosów
7 odpowiedzi
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 głosów
5 odpowiedzi
18th Jun 2016, 10:43 PM
Utpal Kumar
Utpal Kumar - avatar
Popularne dzisiaj
What programming language should i learn to make applications or games?
0 Votes
I need help
1 Votes
My hearts are disappering :(
0 Votes
How to learn python fast than usual in sololearn?
0 Votes
What can html, css and javascript do
0 Votes
a phone or a laptop
0 Votes
Pressure and tension
2 Votes
Where is code bit
0 Votes
How to make a selection on a calculator in Python
0 Votes
Conducción de calor o Q=−kAdTdxQ = -k A \frac{dT}{dx}Q=−kAdxdT o Pared 2 m², espesor 0.1 m, k = 50 W/m°C, ΔT = 30°C → Q ≈ 30,0
0 Votes