MᏫᎻᎯᎷᎷᎬᎠ
I didn't
BinaryByter
yea, you should stop bringing up things that you have only heard about
BinaryByter
though I do it sometimes too
MᏫᎻᎯᎷᎷᎬᎠ
Lol
BinaryByter
Meh, we don't
BinaryByter
but really: this is the internet
BinaryByter
grow a thick skin
MᏫᎻᎯᎷᎷᎬᎠ
grow a thick skin
You'll here a lot
BinaryByter
what?
MᏫᎻᎯᎷᎷᎬᎠ
Bad words
BinaryByter
lol
BinaryByter
yea, i'm salty
MᏫᎻᎯᎷᎷᎬᎠ
What this metaphor means?
BinaryByter
i'm salty
BinaryByter
i corrode everything I touch
BinaryByter
unless you are basic
BinaryByter
then you neutralize me
BinaryByter
thats right
BinaryByter
become basic!
MᏫᎻᎯᎷᎷᎬᎠ
i corrode everything I touch
Yeah I have become a bad C++er since i knew you xD
BinaryByter
you should become basic
MᏫᎻᎯᎷᎷᎬᎠ
What do you mean by become basic?
BinaryByter
bad joke, nvm
Victor
BASIC programming language
Victor
pun
BinaryByter
No
BinaryByter
more like a basic person
BinaryByter
a basic bitch
Victor
......
MᏫᎻᎯᎷᎷᎬᎠ
BinaryByter
xD
MᏫᎻᎯᎷᎷᎬᎠ
Bitch can be used as a verb
BinaryByter
to bitch
BinaryByter
yea
MᏫᎻᎯᎷᎷᎬᎠ
But i don't know what its mean there
BinaryByter
but dont rely too much on urban dictionary
MᏫᎻᎯᎷᎷᎬᎠ
Anonymous
#include<iostream> #include<string> using namespace std; class person{ public : string name; int age; void setName(string iname){name=iname;} int setAge(int iage){ age=iage;} }; class Student : public person{ public: void introduce(){ cout<<name<<endl<<age; } }; int main(){ Student anil; anil.setName=("anil"); return 0; }
Anonymous
Thanks for the warm welcome :)
Anonymous
Tnq
Dima
welcome
MᏫᎻᎯᎷᎷᎬᎠ
using namespace std; Is a bad practice But at this stage he should focus on the language facilities
many
What are the differences between using a callback function and calling the function directly?
BinaryByter
callback functions are important for example in libraries
BinaryByter
just look at std::thread
Anonymous
He is just a beginner
Yeah am beginner
Dima
just look at std::thread
c++ battle royale thing
Dima
pthread ftw
BinaryByter
Dima
btw why win32 has affinity mask as signed 32 bits and unix (mac) 64 unsigned
Ludovic 'Archivist'
btw why win32 has affinity mask as signed 32 bits and unix (mac) 64 unsigned
Well it is more complicated, posix have 2 types of functions, with 32bit integers and with 64bit ones
Dima
I was trying to make it seamless between platforms, so I made uint64 as common storage
Ludovic 'Archivist'
I dont think so
I agree @BOND_0O7, it is bad practice in header files but no issue in implementation files
MᏫᎻᎯᎷᎷᎬᎠ
Anonymous
I agree @BOND_0O7, it is bad practice in header files but no issue in implementation files
Thats true, but I'm not a big fan of learning bad habbits and try to break them later again
Anonymous
I agree that it's very bad to use it in a header - but it's also not a good habit to use it in source files. So just don't even begin with it.
Jackson
Hey here
Jackson
I'm a new member
Anonymous
Hello new member
Jackson
Mine is Terence😊
Jackson
*my name I mean
Jackson
In fact I join this group because I have some problems in programing with C
Jackson
I want to program an interface like Blender.
Anonymous
Okay :) And what are your problems?
Jackson
I don't know were To start.
Jackson
In fact I know all the bases but I don't Know how to start.
Anonymous
I'm not sure what "a interface in blender" is, but I think you could start with plan a structure for your program. Which features do you need to implement, what functions do you need to implement for those, what language do you use for it, what 3rd party libs do you need? And much more
Anonymous
/notes
Anonymous
I'm not sure how much experience you have, but I would suggest that you think about using c++ instead of c for this task.
Anonymous
#best-book
Anonymous
#findprojects