Anonymous
So you promoted it anyway
Anonymous
Anonymous
Nope I informed
Informed by promotion
Anonymous
Okay I am sorry didn't realise informing about me is a promotion I thought sharing link to join the group is promotion
Anonymous
Hii
Anonymous
What is satic data member
Artöm
What is satic data member
Member which is shared between all instances
lock
Hi, I have a problem while mounting a C program in socat to be accesible through netcat instead of using internal C sockets. The problem is that when I connect to the port with netcat instead of showing me some printf()'s and then receiving a fgets() when you connect nothing appears, and if you press enter all the printf()'s are showed
lock
Code: https://pastebin.com/WeBJzmUe
lock
I know gets() it's insecure...but it is for a security challenge I'm making for myself
Kenneth
How do i initialise temp1?
Onkar
I am solving online coding test in c .. I am need some help
Onkar
Anyone ??
Onkar
Please help me
Kenneth
what help do u need :)
Onkar
Onkar
Onkar
This is question help me to get answer
Onkar
Anyone can solve ??
Onkar
It's actually hacker earth problem
Onkar
Privately taken
Onkar
Anyone can help ?
Anonymous
/report screen image, solution asking
Dima
/warn Read the rules please
Anonymous
/report he doesn't understand
🇰 🇷 🇦 🇹 🇴 🇸😜
SDL peoples here ? I need a lot of SDL game exemple pdf
Anonymous
is there a typeof operator in C , and if so what format specifier do you use with it?
Anonymous
No, there's not
is there anything similar
Anonymous
You know all types at compile-time There's no need in typeof It's not JavaScript
Anonymous
No
thanks
Anonymous
C or C++?
currently doing C , need it for this FE certification i am taking
Anonymous
but have C++ experience
Anonymous
prefer c++ 🙂
Anonymous
pointers are interesting
Anonymous
They are just addr, whats up with that? Just handle them nicely and gently
Talula
Why?
Because Pointers are useless these days.
Deepak
You all know.how matrix make by using only one for loop.
Anonymous
Yaar thanks
Anonymous
Can u suggest me a better course for C programming in youTube
01000001011011010100000101101110
are you willing to read
yes can you suggest a book for c++ as well, i know basics of stl and c++ but i lack in advance concepts like classes, etc
Talula
No, they are not
Do you know there are actually languages that don’t have pointers...
András
Because Pointers are useless these days.
Lol, I want to see, how you make 40MB class, and use it like a parametr
Anonymous
Talula
not great if memory management is important
Yeah if I’m making app for embedded system.
Raz
Do you know there are actually languages that don’t have pointers...
Yes, but they use them - you just can't see them :)
Talula
so it has a purpose ...
What does that statement mean?
Talula
Yes, but they use them - you just can't see them :)
Yeah everything uses machine code, you just can’t see it, not a great argument.
Talula
re read
Rephrase please I really can’t understand what you are trying to say.
Talula
pointers are not useless
As I said you can make full programs in other languages that don’t have pointers, so I don’t get your point.
Anonymous
you wouldnt build a trading algo in lets say, javascript....
Anonymous
technically you could
Anonymous
but it would be a bad choice
araragi
Says "pointers are useless in a C/C++ Group" LoL this group is not about high level stuff like Java or C#
araragi
you wouldnt build a trading algo in lets say, javascript....
But so much overhead.. and we need an interpreter, can't compile to native binary
András
@Tazmikar, do u know, that malloc/new allocating memory on the heap, not on the stack, but if u don't use pointers, than you will allocate memory on the stack. But problem, is that stack allow u to allocate only a little, just becouse stack hasn't a lot of memory, like heap
araragi
Java and other high level languages just make it easy for the programmer, they do all the memory management and dedicated garbage collector, but if a programmer wants everything in his control, C gives a lot of flexibility
Anonymous
You can write C++ programs without using pointers.
dont use pointers if you dont want man lol
András
András
Just becouse I don't use pointers, and allocate everything on the stack