Telegramy
Articles
About
« Rev
@programminginc
1124
Fwd »
Anonymous
just curious
BinaryByter
Don't worry :D
BinaryByter
well yea... its just
BinaryByter
why wouldn't I use std::function?
Anonymous
I don't know which way to prefer oop virtual or std::function
BinaryByter
why would you want oop virtual for functions?
BinaryByter
OOP everything is a lie
BinaryByter
std::function is super simple
Dima
super bloated
BinaryByter
(btw: std::function is a class too)
BinaryByter
super bloated
bloated in terms of what?
Dima
idk its chunky…? or nah
Dima
I’d better write my own delegate or something class
BinaryByter
Well yea
BinaryByter
that delegate class is std::function
BinaryByter
BinaryByter
i don't know how I managed to contribute 2.5 million lines of code
klimi
/purge
Dima
i don't know how I managed to contribute 2.5 million lines of code
I removed that all so people can see that
MᏫᎻᎯᎷᎷᎬᎠ
Destruction
Anonymous
What repo?
klimi
Destruction
Muhahahaha
BinaryByter
What repo?
zeneural
MᏫᎻᎯᎷᎷᎬᎠ
I removed that all so people can see that
Lol
Dima
What repo?
sitory
klimi
i don't know how I managed to contribute 2.5 million lines of code
Did you really
Anonymous
zeneural
Noice
Dima
zeneural
ze neu ral
Dima
ze ne oral
BinaryByter
Did you really
according to github, yea
BinaryByter
zen oral
klimi
OMG I have idea for programming
Dima
OMG I have idea for programming
USE TURBO C
klimi
User bot that will ban everyone in group
klimi
OMG that's pure evilness
BinaryByter
User bot that will ban everyone in group
BinaryByter
OMG that's pure evilness
Dima
#ot
MᏫᎻᎯᎷᎷᎬᎠ
User bot that will ban everyone in group
Using std::for_each
BinaryByter
Using std::for_each
std::for_each is kinda overrated
BinaryByter
for (auto i : stuff) is the new cool shit
BinaryByter
(unless you use execution policies, then its dope)
Dima
#define FOR_EACH(x, c) for (int i = 0; i < c; ++i) x();
MᏫᎻᎯᎷᎷᎬᎠ
Using std::for_each
Wait a minute I didn't mean using keyword here
Dima
Wait a minute I didn't mean using keyword here
Dima
using Typename = name; is good
BinaryByter
using Typename = name; is good
^
Dima
using Namespace = std;
Dima
😆
BinaryByter
as long as you don'T do it in your header files, I don't care
Dima
as long as you don'T do it in your header files, I don't care
don<T>
klimi
Okay
klimi
MᏫᎻᎯᎷᎷᎬᎠ
Sir How to be a good programmer!! 👱🏻♂
MᏫᎻᎯᎷᎷᎬᎠ
Only experience
MᏫᎻᎯᎷᎷᎬᎠ
Go fix some bugs in GitHub
MᏫᎻᎯᎷᎷᎬᎠ
Code a lot
MᏫᎻᎯᎷᎷᎬᎠ
Help others
klimi
So then I suck
Dima
So then I suck
or swallow
Dima
klimi
or swallow
I swallow
klimi
?
Jonathan
Go fix some bugs in GitHub
Got a link where i can fix simple bugs?
MᏫᎻᎯᎷᎷᎬᎠ
Got a link where i can fix simple bugs?
Sorry
Jonathan
Sorry
Most bugs are pretty complex for a beginner
BinaryByter
Most bugs are pretty complex for a beginner
make your own bugs to fix
Jussi
Got a link where i can fix simple bugs?
find a bug in this: https://hastebin.com/ayijevatot.cpp
Anonymous
Anonymous
Please tell what change i made
Dima
/warn read rules
Anonymous
/warn
BinaryByter
Ooof
Jussi
😀 pow(r,s) , yet you have not declared/defined s
BinaryByter
😀 pow(r,s) , yet you have not declared/defined s
prolly the lines at top
Jussi
prolly the lines at top
you gotta be delusional if you see s there
Jussi
but iirc you are
BinaryByter
again: we arent seeing the entire program
Jussi
so no surprises
BinaryByter
else the main function would be visible somewhere
« Rev
@programminginc
1124
Fwd »