Joshua
/fuck you
Roxifλsz 🇱🇹
Anonymous
Anonymous
not just serious but super cereal
Joshua
You know what am real bad hacker am just kidding
King
😍😍
Dima
do lsd
Oh, you are back!
Anonymous
Oh, you are back!
yes yes i am
Anonymous
LIES AND SLANDER
Victor D.
/report
King
wtf
Dima
/ban What the fuck (nsfw)
Dima
Poor guy
King
sorry i first time use telegram
Rushi
I have string "(2,5),12" & I want to extract only number and convert it into int means char to int ...can somebody help me to do that in c++
karlosos
Tried to help but this bot is deleting my messages 🤔 pastebin . com/fYit6dD6
karlosos
Find a stack overlof question named "In C++ STL, how do I remove non-numeric characters from std::string with regex_replace?"
karlosos
It removes all non-numeric characters, so with input "(2,5),12" its "2515". Then you can easily convert it to int.
karlosos
If you want to exract each number individually then you need different approach (input: "(2, 5), 12" output [2, 5, 12])
Israel
Hi
Umar
Hi everyone
Rohit
/warn
Rushi
Thank @karlosos it really work....😊😊
Sid Sun
Thank @karlosos it really work....😊😊
Whoompa Whoompa Whoompa Whoom
Ato
which of these Frameworks is best? Ionic or VUE? And which is easy to learn as a beginner?
joel
which of these Frameworks is best? Ionic or VUE? And which is easy to learn as a beginner?
every framework has pros and cons there can't be an objective answer on which is the best
joel
and this is not a Java script group
joel
what is your choice?
i don't us js
Ato
and this is not a Java script group
can you give me a js group?
Pavel
How do you think, is it a good idea to mark a debug assertion branch as unlikely as described here? I will try to measure it today for my project, but this seems as a good optimization, since debug assertions should not fail if the program is correct. https://stackoverflow.com/questions/23910399/hint-for-branch-prediction-in-assertions
Ибраги́м
https://stackoverflow.com/questions/24237729/c11-lambdas-can-access-my-private-members-why
Anonymous
I am beginner in programming and i want to learn c programming completely
Sid Sun
Anonymous
Someone Here Use VS code?
Anonymous
Ok
Can You Explain me What means for example in in the launch.json what i have to put in to it,in the program line and other?Thank you
Anonymous
For C++
Anonymous
then learn dynamic programming
Dynamic programming is not about C at all
Anonymous
then learn dynamic programming
What is dynamic programming
Stefan
What is dynamic programming
one way to think how to program
Anonymous
#googleit
Can u send me some videos
I_Interface
Dima
Lol!
Anonymous
Can u send me some videos
Can you just google it?!
Alan
noobs
I_Interface
/report wtf
I_Interface
noobs
/report
Dima
He’s right tho.
I_Interface
He’s right tho.
Ok, but not the guy with video :D
Đăng Lú
epic vid?
I_Interface
/report suspended link
Dima
/warn Here’s our referal code to the warn group: WARN
Dima
… what?
Anonymous
… what?
1st warn was probably without reason
RJ
I want book for C++ / OOP
olli
I want book for C++ / OOP
https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
Anonymous
#include <iostream> using namespace std; int main() { int grade = 0; cout<<"enter grade for math and prog :"<<endl; cin>>grade; if (grade>=75) cout <<"wow, survive" <<endl; else cout <<"bagsak lang sa ka junlie, shift lang sa ka"<< endl; system("pause"); return 0; }
Anonymous
what is the problem on this code?
Anonymous
what is error text?
Anonymous
imean i cant get the output number
Anonymous
64
I_Interface
64
what ? u outputting only the text
Anonymous
i know but the number which i code
Anonymous
i cant get it
Anonymous
it only shows text
Anonymous
the grad eimean
Григорий
So print the number.
I_Interface
just put it in cout after << operator
I_Interface
where u want to print it