Victor
Is it possible to get data from a website in c++?
Idk, but what you want to do is called web crawler
Roshan
Any extra libraries needed?
Alex
Well, how to do that?
use library. like curl
Roshan
use library. like curl
Thank you a lot!!! It was exactly what I wanted... 😁😁
Roshan
you are welcome
BTW, can we run curl commands in c++?
Roshan
As we do with system("")
Anonymous
BTW, can we run curl commands in c++?
Curl has specifically designated library
Roshan
Curl has specifically designated library
I see... But is there any trick or way to pass in curl commands in c++
Roshan
The git bash?
Alex
I see... But is there any trick or way to pass in curl commands in c++
yes, you can use system for curl, but better to use libcurl
Alex
system call
Roshan
system call
But system() uses cmd commands and not of git bash
Alex
what do you mean git bash?
Alex
just call curl executable file
Roshan
what do you mean git bash?
It's named git bash which is similar to curl but with more features...
Roshan
I hope we can pass in git bash commands from c++ as we pass in for cmd through system()
Roshan
Git https://git-scm.com/
Roshan
This is what I downloaded
Roshan
Git https://git-scm.com/
Instead it was for windows
Anonymous
Thanks
Anonymous
Hello everyone, am Joel. C++ develop
Anonymous
Developer
olli
I see... But is there any trick or way to pass in curl commands in c++
This sounds like a pretty bad design. I assume you might want to download multiple sites, invoking system creates a new process for each invocation. Also, relying on git bash is installed just to use curl from within your application seems like a poor choice. I would recommend to use libcurl.
Anonymous
Del.dog/serr.txt How can i convert this while loop to recursion please help
shukry
Can someone hack telecommunications site c plus
shukry
Is it possible to hack telecommunications like radio NAC or Ericsson
Anonymous
We are talking about things hard even for state sponsored hackers. I don't think you will find your answers outside an agency office
Anonymous
You array bits of information and represent them as frequency units
shukry
Okay thank you
Anonymous
You are welcome
Anonymous
You code in C or C++
Anonymous
Anybody here can help me with while loop that includes if statements? C language
Anonymous
I cant figure out how to use %10 and /10 to input from rightmost digit until to the leftmost digit using while loop
Yazidi
bool equals (int list1[], int list2[], int num1, int num2) { for (int i=0; i<5; i++) { for (int j=0; j<5; j++) { if (list1[i] == list2[j]) { return true; break; } else return false; continue; } } }
Yazidi
how can I solve this problem?! if the list1 & list2 have the same numbers, it mean true if not, false but it doesn't work well what is the problem help me plz
Yazidi
but the problem is not there
Yazidi
even the sizes are same , the output is wrong!
Alex
even the sizes are same , the output is wrong!
for the same size use memcmp. or if (list1[i] != list2[i]) return false; and return true in the end of func
Yazidi
alright
Yazidi
I have a sample, I'll send it to you in pm| because I'm not allowed to send pictures here
Roshan
Does anyone know how to compile main.cpp file through cmd (but it uses SDL2/SDL.h>)
Suka
Does anyone know how to compile main.cpp file through cmd (but it uses SDL2/SDL.h>)
perhaps this can help u? https://github.com/SDL-mirror/SDL/tree/master/docs
Tahmedur
Hi i need to learn c++ from oop concept is there anyone who can help me?
Anonymous
Google.com can help you
Hey, he needs our our help, not google.
Anonymous
Read it again
This message doesn't mean (s)he needs our help Even if (s)he stated so If a person really wants to learn something, (s)he would do it, at least the person would try to do it It's easy to say "I want to learn, please help", taking off responsibility from yourself. It's easier than trying to get some knowledge from ENDLESS resources of the Internet and asking SPECIFIC questions about things you can't understand
Pavel
Or the same I can ask "I don't understand probablity theory pls help" Not specific, people won't answer, or will send to google (well, or to school)
Anonymous
Anonymous
Roshan
Does anyone here knows SFML?
Roshan
I've a problem with my code that is on booleans (when using player1.getPosition().x)
Roshan
Somewhat like that... Please respond or DM me if you know SFML 😞
Roy
I am developing an MMO backend framework based on microservices, C++ 17 with support C++ 20, those who want to join in the development of the open source library - write to me Example of future design: https://github.com/NIKEA-SOFT/HelenaFramework/blob/develop/Helena/Application/main.cpp#L327 P.S.: See Develop branch (it's refactoring), architecture design see in README
Roy
Are these messages allowed in this channel?
Igor🇺🇦
Seriously? What's the point of homework if someone else is doing it? 🤔
Igor🇺🇦
Do u know SFML?
Me? Nope...
Roshan
Me? Nope...
Okay... 😔