Joshua
/fuck you
Roxifλsz 🇱🇹
Anonymous
Anonymous
Anonymous
not just serious but super cereal
Joshua
You know what am real bad hacker am just kidding
King
😍😍
Dima
Anonymous
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
Ato
which of these Frameworks is best?
Ionic or VUE?
And which is easy to learn as a beginner?
Ato
joel
and this is not a Java script group
joel
Ato
joel
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
Anonymous
Someone Here Use VS code?
I_Interface
Ahmed
Stefan
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++
Stefan
Anonymous
Anonymous
Anonymous
#googleit
Can u send me some videos
I_Interface
Dima
Lol!
Anonymous
Alan
noobs
I_Interface
/report wtf
I_Interface
Dima
He’s right tho.
Roxifλsz 🇱🇹
Đă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
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?
I_Interface
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