Javi
Yeah right... sorry for typing it wrong.
You don't need ABS. The ^2 makes it unnecessary
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 ?
Jesvi
welp
Jesvi
but the intention is to create a folder where ever the program is executed ..
Dima
cool, I mean use getcwd or something
Ilya
Mat
#ot
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
RISHIKESH
𝕸 𝖕𝖆𝖞𝖉𝖆𝖗
Hey, sorry friends anyone could teach me the code in C ++?
𝕸 𝖕𝖆𝖞𝖉𝖆𝖗
You didn't ask anything
What are the common code?
𝕸 𝖕𝖆𝖞𝖉𝖆𝖗
Yeah books.
I submit that the book is saying?
Francisco
What are the common code?
For what? A drawing without context doesn't help at all
𝕸 𝖕𝖆𝖞𝖉𝖆𝖗
For what? A drawing without context doesn't help at all
Code for programming simple multiplication or division, and these things
Francisco
If it's simple, one should know how to write it
𝕸 𝖕𝖆𝖞𝖉𝖆𝖗
If it's simple, one should know how to write it
Was grateful tell me the code or set of codes to write the C ++ language?
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
Hey, sorry friends anyone could teach me the code in C ++?
Take some problem statement from scratch n try solving it....eg: Fibonacci series...n if u encounter any issues pass it on here
Anonymous
How can he do that when he doesn't even know the basic commands
That's y I used the word "scratch"
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
Cud u elaborate
Anonymous
No
Anonymous
Only after I learn all the language will I be able to
Anonymous
Only after I learn all the language will I be able to
N if u r saying all language....pls explain me, coz now I'm not able to understand what u r trying to say
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
Anonymous
That's impossible. Good luck
What's the point of wishing good luck on an impossible task?
Neeraj
Ohh
Anonymous
:0
Anonymous
#hack
Neeraj
Hmm
Francisco
What's the point of wishing good luck on an impossible task?
Ask for something specific and we will answer that. Asking about learning the whole language? A waste of time
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 ?
Jesvi
thanks, got it ..
Anonymous
How can generate .so file of c wrapper file for python !!
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
Anonymous
struct s; void f(struct s arg);
arg can be named anything , and what is the arg part exactly
Anonymous
they do not explain in the book i am reading
Artöm
Name of function parameter