klimi
lets discuss it
Anonymous
Inbox me
Anonymous
We need a preview at least :/
Still new anyone interested inbox me
klimi
Inbox me
inbox me first
Roxifλsz 🇱🇹
Hi im selling a browser application i made not yet on any website so good for marketing only for $400 Payments PayPal,Skrill,Western union
You posted an advert right after joining, which means that you didn't read the rules. I'm not sure whether to ban or warn you, so I'll roll a random number, if it's even you get a warn, if it's odd - ban.
Roxifλsz 🇱🇹
klimi
cool
klimi
he was dumb
klimi
tbh
klimi
im dumb too
klimi
but
klimi
im dumb in other way
klimi
because im clever af
klimi
well maxi
klimi
are you free
klimi
welcome
Bilal Ahmad
Hello every one
klimi
hello
Bilal Ahmad
Thank you
Bilal Ahmad
Thanks i have read it
klimi
cool
Anonymous
can anyone send call by value in C++
Anonymous
#include<iostream.h> #include<conio.h> void swap(int a, int b) { int temp; temp=a; a=b; b=temp; } void main() { int a=100, b=200; clrscr(); swap(a, b); // passing value to function cout<<"Value of a"<<a; cout<<"Value of b"<<b; getch(); }
Luis José
@googrambot
Nice one!
Anonymous
That’s classic pass by value vs pass by reference
Anonymous
references! :D
Being safe isn’t as fun ;)
A.A
Hey
A.A
Anybody up for an algorithm question challenge?
A.A
I've been trying to solve it for a few hours....
klimi
I'll pass
olli
Anybody up for an algorithm question challenge?
sure, if it's somehow related to C++
A.A
sure, if it's somehow related to C++
Yeah I want to solve it on cpp
A.A
I have n 2d points, I want to find the minimum area of the square that enclose at least k points out of the n
MᏫᎻᎯᎷᎷᎬᎠ
Hmm
MᏫᎻᎯᎷᎷᎬᎠ
Why You Should Use std::for_each over Range-based For Loops https://www.fluentcpp.com/2019/02/07/why-you-should-use-stdfor_each-over-range-based-for-loops/ https://redd.it/ao4aoh @r_cpp
BinaryByter
for (auto i : thing) works too, until execution policies are a thing
Francisco
I don't get why people use deprecated headers like iostream.h or conio.h
BinaryByter
Oh you mean because of .h?
BinaryByter
Well ... the .h version doesnt require using namespace std :^)
Francisco
Anonymous
I don't get why people use deprecated headers like iostream.h or conio.h
We will never know... I saw it in modern C++14 code of industrial software
Anonymous
Triggers me everytime
Francisco
Also, I think prepending std:: is not that big of a deal
Anonymous
Anonymous
Most humans seem to be ignorant and dumb, the real problem is how to cope with that
BinaryByter
xD
MᏫᎻᎯᎷᎷᎬᎠ
Anyone?
I don't know
olli
I have n 2d points, I want to find the minimum area of the square that enclose at least k points out of the n
There is a paper from 1995 describing an algorithm Where did you find the challenge?
Anonymous
Anyone good at cpp
Nameful
Anyone good at cpp
Tell us about your issue instead
klimi
We work for nasa
klimi
#meta
*hug*
Anonymous
klimi
klimi
We have written the code for apolo
Anonymous
Oh great
klimi
It was really hard
Anonymous
😅
Talula
Anyone good at cpp
What's your defination of good?
Anonymous
Means to solve competition level