Anonymous
#best-book
Anonymous
#bingo
Anonymous
#cppbook
Anonymous
#cppbook
Anonymous
Tu sir
Welcome
Anonymous
I am not a human.lol
Anonymous
Anonymous
So, you are a bot?
Anonymous
haha
Anonymous
Just a joke
klimi
Yes
Anonymous
Why not just use std as default namespace for filesystem
Dima
time for funny jokes
Ludovic 'Archivist'
In 16 bit architecture size of int is 2 byte In 32 bit architecture it's 4 byte Then why in 64 bit architecture it's size is not 8 byte?
32 bit systems: LP32 or 2/4/4 (int is 16-bit, long and pointer are 32-bit) Win16 API ILP32 or 4/4/4 (int, long, and pointer are 32-bit); Win32 API Unix and Unix-like systems (Linux, Mac OS X) 64 bit systems: LLP64 or 4/4/8 (int and long are 32-bit, pointer is 64-bit) Win64 API LP64 or 4/8/8 (int is 32-bit, long and pointer are 64-bit) Unix and Unix-like systems (Linux, Mac OS X) Other models are very rare. For example, ILP64 (8/8/8: int, long, and pointer are 64-bit) only appeared in some early 64-bit Unix systems (e.g. Unicos on Cray).
Anonymous
VS2012 Pro. seems support MFC
M
Hey
Anonymous
Dima
lmao that photo of a screen
M
Am a first year student at college /University, studying computer engineering ... I have zero skills in programming Will mainly like to learn C language 🙂🙃
Anonymous
lmao that photo of a screen
Ya, from my pc desktop
Anonymous
M
@BOND_0O7.. That's what we are presenting studying in school.. And honestly our lecturer isn't the best
klimi
no problem
Mat
Am a first year student at college /University, studying computer engineering ... I have zero skills in programming Will mainly like to learn C language 🙂🙃
Good luck! I suggest you to start learning stuff alone w/out waiting classes :) This will give you an advantage and will keep you from being bored if the pace is not so fast
Anonymous
#learn
Anonymous
#howtoprogram
Dima
how do people find this group wtf..
MᏫᎻᎯᎷᎷᎬᎠ
MᏫᎻᎯᎷᎷᎬᎠ
https://www.quora.com/Are-there-any-good-C-C-groups-in-Telegram
MᏫᎻᎯᎷᎷᎬᎠ
Check the 4th answer
Anonymous
LOL
Anonymous
HOW TO BECOME A ———
Anonymous
😂
Dima
/warn photo of a screen
Aadarshhh
guys when I tried to run program in hackerrank sandbox then this error occurs solution.c: In function ‘compareTriplets’: solution.c:71:28: error: initializer element is not constant static int result[2] ={alice , bob}; ^~~~~ solution.c:71:28: note: (near initialization for ‘result[0]’) solution.c:71:36: error: initializer element is not constant static int result[2] ={alice , bob}; ^~~ solution.c:71:36: note: (near initialization for ‘result[1]’)
Aadarshhh
this is the code int *compareTriplets(int *a, int a_count, int *b, int b_count, int *result_count) { *result_count = 2; int alice = 0, bob = 0; for (int i = 0; i < a_count; i++) { if (a[i] > b[i]) { alice += 1; } else if (b[i] > a[i]) { bob += 1; } else { alice += 0; bob += 0; } } static int result[2] = {alice, bob}; return result; //cout<<"[" <<alice <<" "<<bob<< "]\n"; }
Dima
what the..
Ariana
at least its markdown
Ariana
lets appreciate it
Dima
this
Mat
this
😂
Mat
That's Art
Aadarshhh
hahaha
klimi
Aadarshhh
so that I couldn't get confused
Mat
so that I couldn't get confused
About what? How adding 0 doesn't confuse you🤔
Aadarshhh
Aadarshhh
ques is like this so
Mihail
this
pure genius
Aadarshhh
haha guys can give solution or keep trolling me for my coding skills.
Mat
Read the error message
Aadarshhh
int *compareTriplets(int *a, int a_count, int *b, int b_count, int *result_count) { *result_count = 2; int alice = 0, bob = 0; for (int i = 0; i < a_count; i++) { if (a[i] > b[i]) { alice += 1; } else { bob += 1; } } static int result[2] = {alice, bob}; return result; }
Aadarshhh
Aadarshhh
error
Mat
STOP
Mat
Read the error
Aadarshhh
initialiser element isn't constant
Mat
Go to google and search what a static array is and what that message means
Mat
Then return here with new knowledge and write to us the solution
Mihail
/report
Riyaz
Bro binary search tree recursive using cpp concept explain
Pras
/cbook
/cbook
Dima
Dima
Maybe git problems
BinaryByter
Stop jizzing on your hard drive
MᏫᎻᎯᎷᎷᎬᎠ
No I hadn't