Anonymous
Hello everyone , could you please tell me how to solve this string login = req.Raw("https://www.**.net/v_servers?email=" CS1503: cannot convert from 'string' to 'xNet.HttpMethod'
Anonymous
/get
Anonymous
/get ide
Anonymous
is any good ways too learn asymtotic notations ,in depth and great detail,recursion tree etc apart from codechef tutorial
Anonymous
Lord, may nothing separate me from You today. Teach me how to choose only Your way today so each step will lead me closer to You. Help me walk by the Word and not my feelings. Help me to keep my heart pure and undivided. Protect me from my own careless thoughts, words, and actions. And keep me from being distracted by MY wants, MY desires, MY thoughts on how things should be. Help me to embrace what comes my way as an opportunity . . . rather than a personal inconvenience. And finally, help me to rest in the truth of Psalm 86:13, "Great is your love toward me." (NIV 1984) Christ Jesus loves us more deeply and intensely than we'll ever be able to comprehend.He's want to guide us,take charge of our plentuous and dying affairs and speak calm to the raging storms of our life.Give Jesus a chance today,forsake your sins and seek after His righteousness...You are richly blessed today...Amen
Roman
Kindly can someone help me to write a C program that allows the user to enter the name of the shape (circle, square, triangle, rectangle).. And once you've entered the name of the shape it tells you to enter the significant variable I. E if it is circle you are asked to enter the radius and finally it calculated the area... Kindly
abuyuusuf
hi, any specific library to handle http request using c+++?/
Anonymous
Guyyys.. Help
Do you want us to write the program for you?
Anonymous
hi, any specific library to handle http request using c+++?/
https://github.com/fffaraz/awesome-cpp There are a lot of them For example, curl for people
Roman
just get user input of shape, use switch or if else to do specific operation.
I've tried using switch but it seems it doesn't support the char[] data type.. It supports only integers
Roman
if else?
Still it doesn't give the results that I need
Roman
Anyone who can just write the program and send it will be better...
abuyuusuf
let us know what is your problem
Roman
Send your code for us to see it
I got fed up with it until I deleted it... But let me try to write it again
Airton
Ok we'll wait.
Roman
Meanwhile anybody who can write it, let him\her write it and send it here
Airton
You know the rules.
Roman
Waaah ok 🧑‍🦯
!deaB!ts
Hi
Рома
Guys, can I call the function from the class Dog without creating the object of this class?
Loner〽💻
What alternative can i use for strstream.h
here is psevdonim
/get cbook
Anonymous
Guys, quick question. If I want to pass a variable by reference to a function, I need to write the ampersand character ('&') before the argument in the function call, as well as before the parameter in the function body. So, when passing a vector by reference to a function, why do I have to write '&' only before the parameter in the function body, and not before the argument in the function call?
YK Y
can i share the ques. link here?
YK Y
a leetcode ques. link?
Anonymous
And why do we need it here?
YK Y
i need help with that ques. if anyone can help
Anonymous
No one will write code for you
Anonymous
I will
YK Y
No one will write code for you
help does't mean code
Anonymous
But give $$$$$$$$$$$$$$$$$$$$$$$$
YK Y
just a hint or logic
YK Y
But give $$$$$$$$$$$$$$$$$$$$$$$$
lol kid why are you here?
Anonymous
If you have questions or problems with C/C++ languages themselves, you can write your questions
Anonymous
lol kid why are you here?
Fine now I actually won't help
Hermann
draw.io ?
👍🏿
✍🏾👨🏾‍💻G(T)<=>K(S)⚽️🏃🏾
Hi guys I’m really looking for two books inbox “The art of computer programming” and “introduction to algorithms”
Mar!o
Ref: void test(int &amp;arg); test(val); Pointer: void test(int *arg); test(&amp;val);
Dennis
Hello guys, I need help with c# language, what&#39;s the syntax for preventing entry of 0 , I have linked with database, so the values I key in go to the database
Ajay
Is there a way to compile cpp programs by settings some flags inside the cpp program itself? I guess not.
Serenity
Write a function that takes a decimal number num and replaces its digits between odd and even positions
Serenity
How can I do that ?
Mar!o
This only works for objects, right?
what do you mean by objects?
Anonymous
what do you mean by objects?
Implementations of classes, template classes, containers etc
Anonymous
Ref: void test(int &amp;arg); test(val); Pointer: void test(int *arg); test(&amp;val);
I tried the &#39;Ref&#39; part with an int var and got an error
Mar!o
Ref: void test(int &amp;arg); test(val); Pointer: void test(int *arg); test(&amp;val);
try: void test(int &amp;v) { v = 3; } int main() { int var = 0; test(var); } same with ptr: void test(int *const v) { *v = 3; } int main() { int var = 0; test(&amp;var); }
Anonymous
Thanks
Dagi§§§
/get
Dagi§§§
What kind of programming is better to learn for beginner&#39;s
Anonymous
It is very beginner friendly
Anonymous
It&#39;s just picky about who its friends are
Guy
I&#39;d say python / C are good
Guy
lol
Dagi§§§
Ok tnx all of you. .but how can i get free offline course
Sourabh
Guy
You don&#39;t really need any course, just look up tutorials online (youtube / google whatever)
Anonymous
Got it