Talula
Jesvi
if (CreateDirectory("project/lol").c_str(), NULL)){
// Directory created
printf("\n Directory Created\n");}
else if (ERROR_ALREADY_EXISTS == GetLastError()){
// Directory already exists
printf("\n Directory Exists\n");}
else{
// Failed for some other reason
exit(1);}
Jesvi
hello, how do i create a sub folder in a folder in project directory ? (and this is a code which does not create sub folder,)
Jesvi
can some one tell me the correct format for creating folder in a folder ?
Javi
Jesvi
welp
Dima
Jesvi
but the intention is to create a folder where ever the program is executed ..
Dima
cool, I mean use getcwd or something
Jesvi
Ilya
Talula
Mat
#ot
Anonymous
Anonymous
Dima
Lol
Jaimy de Vries
anyone here knows an acceptable solution to export c# to java or javascript? The C# code is not to heavy. I tried tanglid c# to java but our source doesnt contain an actual c# source file but only an open sourced git that is available for other developers to expand on
klimi
Dima
RISHIKESH
𝕸 𝖕𝖆𝖞𝖉𝖆𝖗
Hey, sorry friends anyone could teach me the code in C ++?
Francisco
Talula
𝕸 𝖕𝖆𝖞𝖉𝖆𝖗
Francisco
If it's simple, one should know how to write it
Francisco
¿?
Francisco
I think you don't know what you're talking about
𝕸 𝖕𝖆𝖞𝖉𝖆𝖗
That is not a set of C ++ code to send?
Francisco
#howtoask
Anonymous
Anonymous
Anonymous
Anonymous
Try searching the specific thing he wants to do
Anonymous
Like what gui
Anonymous
Or what syntax
Anonymous
The specific thing he wants to do right now is learn all the C++ language
Anonymous
Anonymous
Cud u elaborate
Anonymous
No
Anonymous
Only after I learn all the language will I be able to
Anonymous
Anonymous
Coz language cud be c c++ r rubyrail py js node etc
Anonymous
So do u need to learn all these just for one
Anonymous
Yes
Anonymous
🙄
Dima
#ot
Francisco
Neeraj
Ohh
Anonymous
:0
Anonymous
#hack
Neeraj
Hmm
Dima
So what? Some large companies are using node js and it’s absolute crap
Neeraj
It's ok
Talula
/report
Dima
Why do you always have to click it lol
Dima
Oh yes, a clickable link
Neeraj
Ok
MᏫᎻᎯᎷᎷᎬᎠ
https://youtu.be/PBZBG4nZXhk
Neeraj
Sorry
Jesvi
dat.read(char* &x,sizeof(x)); //is this line correct ?
Anonymous
Jesvi
thanks, got it ..
Ilya
Anonymous
How can generate .so file of c wrapper file for python !!
Ilya
Anonymous
Actually I had done one script in c and I want to call in python as library. Suggest me how it's doing
Anonymous
if i create a struct in C, and i am passing that struct as an argument to a function what does a syntax look like
Artöm
Anonymous
they do not explain in the book i am reading
Artöm
Name of function parameter