Anonymous
It's possible?
Anonymous
It's possible?
https://stackoverflow.com/questions/1863344/c-creating-image
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
Jignesh
Thanks😊
Anonymous
Thanks😊
And a few starting from here : https://t.me/programminginc/11848
Anonymous
Thanks😊
You are welcome
Anonymous
Thanks
Mani
Thank you.. 👍👍
Anonymous
finally a C++ group that is in english *anunay is stilll a bad admin* runs :)))
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
°_°
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
i
share pliss
Anonymous
share pliss
message me
Saurabh
It is important
Anonymous
Please give the code or write algo
We don't do homework sorry, but will help you wherever needed
Saurabh
We don't do homework sorry, but will help you wherever needed
It is not a homework It is a competitive programming question on codechef It is in a contest question
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
Thats why i am asking
Did you try it btw?
Saurabh
Did you try it btw?
Yes i try but ans did not came
Anonymous
Yes i try but ans did not came
Paste your code on del.dog and send link
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
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
Anybody help me learn assembly language
You mean assembly in C/C++ or something?
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
Anonymous
How to use graphics.h in codeblock
I downloaded graphics.h and now error
Kayda - Real Estate Negotiator 🏡
Alright, already read
Roxifλsz 🇱🇹
How can I make android app
Refer to the official developer site: https://developer.android.com/
Roxifλsz 🇱🇹
I downloaded graphics.h and now error
Show a screenshot of the error
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
How can I iterate over the tree without using auxiliar data structures?
I can't use recursivity