Onur
I already started qith c++
If you are plannning to make android apps you should consider Java or Kotlin. I suggest Java because you can find more resources altough I think Kotlin is better and more modern.
Anonymous
If you are plannning to make android apps you should consider Java or Kotlin. I suggest Java because you can find more resources altough I think Kotlin is better and more modern.
Java and Kotlin both have there own adbantages, it's just personal preferences as far as I see Kotlin MIGHT be the future since Google officially adopted it and is working on it more than JetBrains themselves LOL But the stock apps in AOSP are still Java afaik
Jeremy
#9 is the hardest if someone doesn't use git often enough. 😉
Humoyun
hi bro
Humoyun
i have a java related question
Humoyun
can you answer?
°_°
I vany
°_°
Can
°_°
But I'm not very goot
°_°
Good
Jussi
i have a java related question
Well this is a C/C++ group
Jussi
Lol
Anonymous
Youve heard of C++... But have you heard of: https://redd.it/8liygf by @programmer_humor
Sercan
xd
Jussi
:D
°_°
C(++)^2
Anonymous
isn't c++++ c# lol
But this is : ________ / / + | + + \ + \________ And not C++++😂
Anonymous
xD
°_°
C sqrt((++)^4)
Ибраги́м
marie.stupid = true;
Anonymous
Anyone program c/c++ in linux like ubuntu?
°_°
No, debian
Anonymous
A little bit
Ибраги́м
Let us see if we can help
Anonymous
What are differences of programming in windows c++ or linux
Dima
system apis
Dima
it's identical
Dima
but system apis
Anonymous
Are more difficult work in Linux with c++ than windows?
Anonymous
ok thanks
Anonymous
@BanhammerMarie_bot done
Ибраги́м
Especially if u are using tens of libs like I do
Ибраги́м
What are differences of programming in windows c++ or linux
1. Most Linux Distro have package managers which can be used to simplify things. 2. Compiling most C++ open source project is blessing on Linux: Try compiling Poco | Boost on Windose. 3. Linux is well integrated with compilers: GCC, Clang as far as I can tell
Anonymous
Grax bro
🇸 🇦 🇹 🇾 🇦
Anonymous
有中国的朋友吗?
Ab
有啊
Ab
😜
Anonymous
有中国的朋友吗?
English only please
Anonymous
有啊
You too
Ab
You too
loL ok sir! 🖖
Anonymous
😃👍
Anonymous
OK
s
Hi
Anonymous
Hey
Bkrymwana
Can I write my code of c++ in notepad?...if it is possible help me with best C++ compiler or anything that can compile and run major programming languages...
Bkrymwana
You can.
Can you suggest any best compiler that has easy interface to run my c++ project
Onur
Hello today I have seen a code like this: typedef struct { //Some code here } name_of_struct;
Onur
why not just struct name_of_struct { //Some code here };
Anonymous
or use notepad++ and a gcc compiler
Onur
Never coded c before
Anonymous
why not just struct name_of_struct { //Some code here };
how will you refer to the structure elements if you wont assign it a name?
Manoj
how to use copy constructor?
Dima
Object* object = new Object(); Object* object2 = new Object(object)
Anonymous
how to use copy constructor?
Google: Result for "copy constructor c++" : https://www.geeksforgeeks.org/copy-constructor-in-cpp/
Dima
without any custom constructor
Dima
thats automatically
Dima
but I recommend you to make own constructor
Manoj
i have a doubt
Manoj
how i can use private member of argument just by do operator
Manoj
?
Manoj
dot* operator