Saurabh
ctx->rects[0]->w
Saurabh
like this
BinaryByter
wait no
BinaryByter
you need to dereference it once more
BinaryByter
so its a 2d array
Saurabh
ctx->*rects[0]->w
Saurabh
correct ?
BinaryByter
yes
BinaryByter
or
BinaryByter
rects[0][0]
Saurabh
error: expected identifier before ‘*’ token rishabh = ctx->*rects[0][0]->w;
BinaryByter
remove the star
Saurabh
I is nested structure
Saurabh
‘struct ffmpeg_ctx’ has no member named ‘rects’ rishabh = ctx->rects->w;
Saurabh
Sorry
Saurabh
Error is error: invalid type argument of ‘->’ (have ‘AVSubtitleRect {aka struct AVSubtitleRect}’) rishabh = ctx->sub->rects[0][0]->x;
BinaryByter
use a dot because the rect is completely dereferenced
Saurabh
ctx->sub->rects[0][0].x;
Saurabh
like this
Saurabh
@linuxer4fun
Dima
lol
Dima
what the heck
Dima
remove the star
pointer is in the sky
Genius
agreed
Anonymous
Sir can you please send me code for string pelendrone
💤⛎🅱️Bℹ️Ë
Hello
Anonymous
Hello
Anonymous
Any one help to make A character with *
Anonymous
🙄
Dima
you wanna warn?
Dima
ok
Dima
/warn adv
Dima
lol
Dima
i thought we shouldnt ban at first sight
Mat
Am i wrong?
Dima
i didnt see
Dima
nvm
Bruce
Hi,guys I am just a bigineer in c programme
Bruce
I don't know c++ yet
Bruce
Thanks
Mat
Welcome
klimi
.
Anonymous
Hi
klimi
hi
Anonymous
Hiii
klimi
hi
Avinash
This doesn't look like a C++ file, but it was kept by name FOR.cpp in a project. Is it C++ or compatible ?
Shreyash
👍
BAVITHRAN
Hi
Siddharth
it doesn't look like a C++ prog
Siddharth
what this program does
Avinash
what this program does
Part of this . Located in tools/AnimHelper/anims It is the firmware for an Arduino based robot, and this file seemingly contains motion data. This is what all seems to me.
Anonymous
many
struct ffmpeg_ctx *ctx
*(Ctx->sub)->w
Saurabh
Saurabh
Now tell according to this photo
Ariana
Best way to do is try it yourself
Saurabh
*(Ctx->sub)->w
Previous photi is wronh
Saurabh
Wrong
Saurabh
Best way to do is try it yourself
Please tell . I am trying from morning
Ariana
also highly suggest against writing pure code Typically i suggest just to write some pseudocode and done
klimi
Ariana pm?
Ariana
Actually try it
like compile the code in gcc or smt
Abdulaziz
please Help me!! There’s what i need write ??
Saurabh
I have try . It is showing error
Saurabh
I have experimented many times but unable to find
Ariana
We arent god(dess) we cant predict what your code is
Saurabh
Code is very lengthy. I am only debugging a small function
Ariana
or
Abdulaziz
write the passport number
only passport number
Ariana
Make a new file with just the part you need
Ariana
Make a new file with just the part you need
like you want to play with the structs Just have a file with only the structs