Anonymous
coroutines will be fun though
Anonymous
when they get them done
Dima
compiletime compiler to compile time your code for compiler
Anonymous
hopefully c++2020
Dima
reflection is ffun with c++
Dima
THERE IS NONE
Dima
made my own with ~5k lines
Dima
rip
Anonymous
my c++ code is mainly focused on PCL
Anonymous
NEVER HAVE I SEEN A MORE FUCKED UP API
Anonymous
i am working on automating my C++ code
Max
my c++ code is mainly focused on PCL
PCL stands for "pervert cum lick"?
Anonymous
PCL stands for "pervert cum lick"?
no... of course not... sudo dnf remove libpervert-cum-lick
Dima
my code has more length
Dima
( ͡° ͜ʖ ͡° )
Anonymous
mines has more girth
Anonymous
my code is a chod
Roxifλsz 🇱🇹
Jesus fucking christ, guys, calm the fuck down
Dima
mad CTO outa there
Max
my code is a chod
my code has shit tons of acnes that I pop indefinitely, allowing me to smudge a pus everywhere , bringing me a constant coding joy and orgasms. touche.
Roxifλsz 🇱🇹
Dima
mmm intimacy things
Alexander "SonnySlave"
mmm, looks like true C++ chat
Max
mmm, looks like true C++ chat
scroll to this post:
Roxifλsz 🇱🇹
mmm intimacy things
Stop, seriously, that's enough shitposting for now
Anonymous
in other news, does anyone know how to get a SVD230 CAN transceiver working with an STM32F429I discovery board?
Roxifλsz 🇱🇹
mmm, looks like true C++ chat
The best on the planet
Dima
this
Alexander "SonnySlave"
Max
can you rate my code?
Anonymous
i do not think i can do it using the standard CAN api
Anonymous
What will you use this setup for?
a robotic arm i am building
Anonymous
using magneto rheological fluid
Roxifλsz 🇱🇹
Dima
if you are CTO of several companies why won't you just tell them to build a robotic arm for ya
Anonymous
Why not
because the SVD230 has CAN TX and CAN RX but the code uses these 2 pins more as AF
Dima
Mh okay ( ͡° ͜ʖ ͡° )
Roxifλsz 🇱🇹
Do you know if CAN bus is good for long distances? (Like 40 meters or so?)
Roxifλsz 🇱🇹
Roxifλsz 🇱🇹
Unless it's closed source
Roxifλsz 🇱🇹
Anonymous
you need 1 MBit/second to get 40 meters
Anonymous
but ya it works
Dima
Anonymous
Just fork the library for this one project then
ya i am saying the library is the problem
Anonymous
when is hurd coming out?
Roxifλsz 🇱🇹
ya i am saying the library is the problem
Do they have their pin numbers hardcoded everywhere or smth?
Dima
that sticker pack
Roxifλsz 🇱🇹
Roxifλsz 🇱🇹
that sticker pack
Godlike, I know
Roxifλsz 🇱🇹
you need 1 MBit/second to get 40 meters
The lower transmission rate is not a problem
Anonymous
Roxifλsz 🇱🇹
much worse
Hmm, I may need to switch my project to CAN bus in that case, unless you know any better protocol for wired long distance communication?
Anonymous
you can also use RS protocols but these are only hardware defined
Anonymous
no software associated
Anonymous
you might also want to look into using CIP (Common Industrial Protocol)
Roxifλsz 🇱🇹
you can also use RS protocols but these are only hardware defined
Yes, I see RS-485 is good for long distances, but I do like the larger selection of available addresses on I2C, plus I'd like to keep on using it, so I will probably do some experiments on it
Max
I2C wasn't actually designed for external communications. ModBUS is one of the option.
Max
You can use Modbus over serial link if needed, which in turn can be RS485
Max
(I disregard all discussion above, I must say)
Kalpesh
#include <stdio.h> //Compiler version gcc 6.3.0 main(void) { int i=10,j; printf("%d %d\n",i,j); j=++i + i +++j; ( It's valid or not) if yes why????? printf("%d %d\n",i,j); }
Dima
try to think
Anonymous
easy to learn if you know c/c++
Yep nothing like c++ 😂💔
Dima
look closely
Dima
not visually
Anonymous
I think I would go with Swift too
Anonymous
look closely
But it so much easier
Pnt
Pnt
Hello! Is it possible OF 200 mhz do mcmc calculations 50x faster than a I 7? Thanks
Pnt
Not a programmer but interested on the above statement. Really apre iate for any answer
tyoc213
if you have 50 of them in paralel maybe?.... I really dont know....
tyoc213
lol....
Pnt
Thanks