Stairway Unicorn
does that second button not work?
数学の恋人
数学の恋人
int arr[20][20];
Isn't this also arrays of arrays
Ilya
Isn't this also arrays of arrays
NO, this is 2-dimentional array or, in other words , matrix. Did you see the film? This is it
Ilya
No, how dare I...
数学の恋人
int arr[20][20];
What will &a[0] return?
NorthStarrr
Pointer to arr[20] array
NorthStarrr
/leave
Anonymous
Anonymous
hi guys kindly recommend for me the best platform for coding c++
klimi
Hey
ɱσσɳ
yes hi admin
klimi
Hi
MᏫᎻᎯᎷᎷᎬᎠ
hi guys kindly recommend for me the best platform for coding c++
Platform like linux, windows...etc or an IDE?
MᏫᎻᎯᎷᎷᎬᎠ
Pc
Loool
数学の恋人
Platform like linux, windows...etc or an IDE?
That guy is on Windows for sure and needs an IDE
MᏫᎻᎯᎷᎷᎬᎠ
olli
hi guys kindly recommend for me the best platform for coding c++
I'd recommend to go with Visual Studio, modern compiler, full-featured IDE, good Debugger
MᏫᎻᎯᎷᎷᎬᎠ
It's incredible
Stairway Unicorn
Y++ tho?
Ilya
hi guys kindly recommend for me the best platform for coding c++
You 'd better install Linux , C|C++ coding is easier there as all libs are packaged and you can use them. Use progressive distrs, Something like Ubuntu . For IDE, use QtCreator or don't use an IDE at all for the start.
Ilya
How is Ubuntu "progressive"
It is based on unstable Debian, so the C|C++ compilers are not so outdated
Jøhn
It is based on unstable Debian, so the C|C++ compilers are not so outdated
Even unstable debian is pretty old. And then there's a whole load of bloat and possibility for massive breakage on updates. I'd go with some arch derivative. Or just arch. You know, diving off the deep end.
Pavel
That's #OT
klimi
/warns 469692820
Anonymous
Hi
Anonymous
Am I currently joined the group?
klimi
Yes
klimi
You did join the group successfully
Dima
leptop
Shivam
Can someone guide me how can I start with making image processor, It crops the image according to size chosen
qwert
Can someone guide me how can I start with making image processor, It crops the image according to size chosen
too little data for start. What the image? format? source? what size chosen means?
Shivam
too little data for start. What the image? format? source? what size chosen means?
So we have choose any jpg/png image And size we want to crop it. It will save the image in jpg with A4 size at a specific location.
qwert
So we have choose any jpg/png image And size we want to crop it. It will save the image in jpg with A4 size at a specific location.
with qt you can do it in few lines https://stackoverflow.com/questions/7010611/how-can-i-crop-an-image-in-qt
qwert
otherways need to find some lib
qwert
https://stackoverflow.com/questions/4906736/working-with-images-in-c-or-c
Shivam
otherways need to find some lib
🤔 okay I am a beginner, I don't know how to make UI
Anonymous
Shouldn't. be taobao unclzded.
qwert
🤔 okay I am a beginner, I don't know how to make UI
if you dont want so much pain with c++, try something on python...
qwert
Trust me its not worth if you dont want to continue with. But if you want - welcome
Anonymous
/report
Olumide
/report
what's my crime please??
Dima
what's my crime please??
Read the rules and delete your request
Anonymous
what's my crime please??
Not reading the rules apparently
Olumide
Okay I'll... Please help me to beg rose
Anonymous
I_Interface
No pirating links here. Only official from stores what you can easy to google.
Khaleed
Hy
klimi
no python here
Khaleed
Yup
klimi
yup so no hy here
Ilya
No, it's array of arrays
This is not technical description. Technically a matrix is an array of arrays. But what the thread starter was mentioning was array of pointers to arrays
Reica
[Meme] The perfect programmer https://redd.it/e6p8aq by @programmer_humor
Reica
Get some from energy drinks😏
Cat Wrestler
Any one here?
Cat Wrestler
need some career advice
Sandy #КИБЕРИНЖЕКТОРЫ
Yes i need
professor
does anyone uses ld to compile ?
数学の恋人
does anyone uses ld to compile ?
it's a linker, not compiler
professor
well. linker . how can I force to link kernel32 in unix os?
数学の恋人
can you really do that?
professor
I do compile asm , and link without win32 api , but how can I force to link kernel32 nasm -f win32 cmd.asm ld -m i386pe cmd.obj -o cmd.exe
数学の恋人
I do compile asm , and link without win32 api , but how can I force to link kernel32 nasm -f win32 cmd.asm ld -m i386pe cmd.obj -o cmd.exe
on my system these emulations are supported, you should check on your system and then try linking