BinaryByter
i'M being somewhat of a prick
BinaryByter
the word somewhat contains the word hat 🤔
Ritu Raj
Can we declare functions with same name in different class?
Liam
Yes you can.
Ritu Raj
Yes you can.
Thanks again 😇
Liam
If two functions have difference in any of the following parts, they are two different functions and no conflicts will be found when compilling and running: * namespace (if any; anonymous namespace included) * class (if any) * number of parameters * type of parameters And if two functions have difference only in the following parts, they are overloads to each other: * number of parameters * type of parameters
Liam
Here, the term function includes operators in C++.
SAHDEV
What is function?
Dima
loool “what is function”
Anonymous
Anonymous
when I want to compile the algorithm in visual studio 2015 it asks me attach . How to fix this problem ?
Anonymous
Why you using it
Anonymous
Its too heavy
Anonymous
Resource hogger
S.
*0 projects*
S.
Still you can attach the exe file
Anonymous
Lol
what do you suggest to use as a replacement to visual studio ?
S.
or, create a project, put your source code in the project
Anonymous
or, create a project, put your source code in the project
so without creating project I cant simply compile my algorithm ?
S.
Linux user?
just reply for VS users
Anonymous
You can use vscode
Anonymous
Windows is shit ..VS is shittier
S.
so without creating project I cant simply compile my algorithm ?
Actually, you can use cl.exe to compile your source code
Anonymous
It’s simple
Anonymous
/report spam
Anonymous
Anonymous
clion is not free
Are you on windows?
Anonymous
g++ -o file.cpp
I should type it in terminal panel ?
Anonymous
Ya
well I dont have that panel
Anonymous
and dont know how to activate this panel in visual studio
Anonymous
Anonymous
Clion,qt creator..vim emacs
qt creator is also not free
S.
well I dont have that panel
https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=vs-2017
Anonymous
qt creator is also not free
Lol gt creator is free
Anonymous
can u send to my inbox ?
Anonymous
can u send to my inbox ?
Hmm i will upload on one drive
Anonymous
And give you clion link
Anonymous
It woyld come with instuction.txt read it and install it....then you will get lisence upto 2100 lol
Anonymous
Lol gt creator is free
well i just now checked official web site it gives price 459$
Anonymous
wot
Its safe man
Ariana
/warn piracy and not safe
Dima
it’s piracy
Dima
read it again
Dima
p i r a c y
Anonymous
I am having windows just for clion😂
S.
Dread Pirate Roberts Why don't you just use cl.exe in VS community
Ariana
anyways anyone who have some experience should be able to easily pirate jus saying not implying im allowing it here but if i dont see it here i wouldn’t care😛
Dima
yes
Anonymous
Its latest 2018.2
Anonymous
😂
Dima
I can give you link..
/warn read rules
Anonymous
/warn read rules
Wait wait ..
Anonymous
Ok.
Dima
Anonymous
Pls remove warn
Dima
no
Anonymous
Pls
Anonymous
Huf
Ariana
Pls remove warn
ill warn again to remove warn is that alright😛
Dima
wow next level archievement
Dima
kek
Dima
no warn? ban
Hatim
Why can't we return auto in a function?
Dima
you can
Dima
depends on your compiler options
Dima
lool
Dima
calm doown
Anonymous
Why we cant return struct type in main in c language?