Anonymous
I also need help to compile a plugin called FRIEND for IDA
https://m.youtube.com/watch?v=BT2Cv-Tjq7Q
/
https://m.youtube.com/watch?v=BT2Cv-Tjq7Q
this isnt for the FRIEND plugin for IDA
Anonymous
this isnt for the FRIEND plugin for IDA
juat see the video he explean that for you😐
Anonymous
it is about how to use LLVM
no it's about what llvm is and about how to use llvm😐
Anonymous
i said that
just see the video
Hritik
int n = stoi(ltrim(rtrim(n_temp))); long sum3=0,sum5=0,sum15=0; long c3=(n-1)/3,c5=(n-1)/5,c15=(n-1)/15; sum3=3*c3*(c3+1)/2; sum5=5*c5*(c5+1)/2; sum15=15*c15*(c15+1)/2; cout<<(sum3+sum5-sum15)<<endl; in this code if i use int c3... instead of long few test case fails .... but according to me n is int only so it should work with int c3 also right? because c3 have values lesser than n (as dividing it)
/
just see the video
I have seen the video
/
so😐
i asked how to compile the FRIEND plugin
/
Can i send the link to the FRIEND plugin
Anonymous
Danya🔥
what, rly?
Of course Some DSPs for example
Danya🔥
i asked how to compile the FRIEND plugin
Go away, you silly little hacker
/
Go away, you silly little hacker
ida its not just for hackers
Kitter
mkay, do you guys use c++23? and if yes, then what exactly?
Anonymous
Instead of just say NO, it is better to share why no... I need to dig to find this: http://www.lysator.liu.se/c/schildt.html And while most of its arguments are valid, I think that it is still better to read a wrong thing that works with another clear text saying why not, as it will make me more aware about traps (that I could read in someone code that "works" and not perceive). My 2c
That is wrong and plain stupid. Why would you intentionally read a crappy book even if someone with a semblance of intelligence were to document all the errors in the said book? Wouldn't it be better to read a book that is recommended by good C programmers? There is no point in discussing this further. Herbert Schildt is a crappy author and no one in the right frame of mind would recommend his books. So please stop doing the same. If you want to recommend books, stick to the list provided in the Resources section. PERIOD!!!
Majid
Hello, I had a question for image processing, is cinder library better or opencv??
\Device\NUL
Does Windows has PSI API like linux ?
\Device\NUL
what is PSI API?
Pressure Stall Information
Majid
How can I install opencv in sublime text?
Majid
Better for what
Well, it was a question to use to process the image, how many stars are there in it
mito
Please do not recommend Schildt, I do not know how this guy gets published
Indians. Most universities in India include his Java the complete reference book as the textbook for Java course.
Majid
undefined reference to `cv::imread(cv::String const&, int)'|
mito
undefined reference to `cv::imread(cv::String const&, int)'|
Have you included the header files in the project directory and included them in your code?
\Device\NUL
Oh look Thot
Anonymous
Why anybody here should message you
\Device\NUL
i asked how to compile the FRIEND plugin
You said a lot of advanced topic but you didn't even know how to get the plugin lol
\Device\NUL
Last time I answered you, you want todo reverse engineering but you just reading what decompiler gave to you also : https://t.me/programminginc/478398
\Device\NUL
https://t.me/programminginc/464396
Majid
Have you included the header files in the project directory and included them in your code?
yes . In the settings of the linker section, there were two files in the link libraries in the lib folder and the v14 section, which I added, and in the search sections, I added the lists and in the compiler, the included folder, and in the linker option, I also added the v14 lib.
Anonymous
Okay
Majid
undefined reference to `cv::imread(cv::String const&, int)'|
B;
What should I add into my code , so that it removes everything from the string except alphabets and numbers
B;
The if condition, It's working fine for alphabets as they range from 1-25 . What about numbers though
Ali mohammadi
does anynone know about html?
B;
Show the code here perhaps?
https://pastebin.com/eWyiHa13
mito
https://pastebin.com/eWyiHa13
Well compared to alphabets which have 26 letters, numbers range from 0-9 so just 10 characters. You can compare the ASCII values using if condition. Look at the ASCII chart https://ascii.cl/index.htm?content=mobile
Ali mohammadi
#meta
<img src="../picc/img1.jpg" alt="this is khan picture"> this tag do not find that file in parent directory
Ali mohammadi
klimi
it does not need any language...it's html man
so.... you are implementing html webserver in html?
klimi
i still fail to see how is this related to C or C++ to be honest
Ali mohammadi
so what problem do you have? that your webserver is not serving your right files?
no it can't find my file that is a pic in parent directory
Ali mohammadi
i still fail to see how is this related to C or C++ to be honest
i just said my question is about html not programing languages
klimi
i just said my question is about html not programing languages
well then your question is quite offtopic here don't you think? maybe it would be better to ask in the offtopic group if you know that it's not c/c++ related?
Ali mohammadi
well then your question is quite offtopic here don't you think? maybe it would be better to ask in the offtopic group if you know that it's not c/c++ related?
yes i understand that i should talk about about the topic and that is c/c++...but now the group is quiet,i asked elsewhere and no one could answer me
Ali mohammadi
i think maybe members of here could answer me
m umar
Write the code for the given output, you are not allowed to change the main. (hint : something to do with constructor and destructor) int main(){ cout << "Welcome to OOP"; return 0; }
m umar
can somebody help?
Anonymous
hello im trying to make a reverse polish notation calculator
Ali mohammadi
Maybe you give wrong path
you can see the file path that i gave i use ../ to go to the parent directory
Anonymous
you can see the file path that i gave i use ../ to go to the parent directory
What do you need finally I don't getting you properly
Ali mohammadi
𝐇𝐢𝐬𝐬𝐚𝐡 | حصہ
Hi, Excuse me everyone, I have a project on C++ about creating an application for a hotel system. I finished my project, but I have small errors that I could not solve. Can I send you the code and help me solve these errors?