Anonymous
Anonymous
It's possible?
https://stackoverflow.com/questions/1863344/c-creating-image
Anonymous
Anonymous
No problem
Anonymous
A more powerful macro preprocessor for C/C++
https://github.com/blackhole89/macros
https://redd.it/8i3ya3
@r_cpp
Anton
If I want make a tree, what is better to use, class or struct?
Liam
What do you mean by saying "make a tree"?
Anton
Graph
Liam
In C++, the only difference between class and struct is the default access control. For class es, things are private by default, while in struct s, they are public by default.
Liam
Hence, they are almost the same. Both of them could be applied.
Anton
So if I don't want create set/get is better use struct?
Anton
I am starting with graphs so I don't know what I really need
Liam
Access control is designed for interface and implement seperation. If you have a class/struct whose interface is exact its implement, struct will be better.
Liam
For a tree node, in my point of view, the interface is exact its implement, hence struct would be better.
Anton
Ok thanks
Jignesh
Please share cpp ebooks of higher level
Anonymous
Jignesh
Thanks😊
Anonymous
Thanks😊
And a few starting from here : https://t.me/programminginc/11848
Anonymous
Anonymous
Thanks
Mani
Thank you.. 👍👍
Anonymous
finally a C++ group that is in english *anunay is stilll a bad admin* runs :)))
Anonymous
Anonymous
Anonymous
XD
psychemisss
Hey guys :3
psychemisss
is here smb who have used SDL 2 recently?
Ab
疯影!
Akhil
I got that and I am glad to be here
Saurabh
2.Input: An integer
Output: the min
no of additions
or subtractions
required to make
all the digits of
the number even
Sample input:35
Sample output:5
Explanation: as
35 + 5 = 40 as 4,0
are even numbers.
3.
Saurabh
Please give the solution
Saurabh
In c or c++
Saurabh
Or write algo
Anonymous
°_°
Guys I have a dual boot pc, I want to start programming in Linux Debian but compiler give me some problem
°_°
Gaetano ツ
hi guys
Anonymous
http://www.techbooksyard.com/c-for-dummies-5th-edition-by-stephen-randy-davis/
Faiz
Anonymous
Saurabh
Saurabh
It is important
Saurabh
Thats why i am asking
Anonymous
Oh cool, don't take my words too seriously though
Anonymous
I meant that I don't prefer/ suggest spoonfeed
Anonymous
Anonymous
Maybe someone will try to help .. I don't have access to laptop/pc right now
Saurabh
Now i delete that code
This question is very old
Sky@1
I need to learn coding using C# anyone ready to help me?
Anonymous
On point haha
Sky@1
Yeah
Anonymous
Anonymous
Ok
Anonymous
I want to learn assembly for hacking and i am newbeei to it, can anyone suggest what should i start with
Anonymous
Anybody help me learn assembly language
Anonymous
Anonymous
Yes Assembly in C
https://www.google.co.in/url?sa=t&source=web&rct=j&url=https://www.cs.cmu.edu/~guna/15-123S11/Lectures/Lecture27.pdf&ved=2ahUKEwiMt_O92vraAhXEpo8KHSnaBgAQFjAWegQIARAB&usg=AOvVaw2tmRTiPqLxv5g--lOGMjaf
https://gcc.gnu.org/onlinedocs/gcc-5.4.0/gcc/Using-Assembly-Language-with-C.html
https://www.codeproject.com/Articles/15971/Using-Inline-Assembly-in-C-C
Anonymous
Hello
Anonymous
How to use graphics.h in codeblock
Anonymous
??
Kai
How can I make android app
Kayda - Real Estate Negotiator 🏡
Alright, already read
Roxifλsz 🇱🇹
Kai
Any one have group for repairing of laptops or hard-drive
元
Hi
元
Does anyone know how to count all elements of a binary search tree without using auxiliar data structures (like queue or stack), using iterative way?
Anonymous
Who is know about Vivado Software?
Anonymous
I need help and I will pay for it
Igor🇺🇦
元
元
How can I iterate over the tree without using auxiliar data structures?
元
I can't use recursivity