Hanifullah Jamalzai
error
Anonymous
two pictures are different
Anonymous
you fix it
Anonymous
?
Hanifullah Jamalzai
if i knew then..
Igor🇺🇦
if i knew then..
What's the error saying?
Hanifullah Jamalzai
[Error] Idl returned 1exit status
Igor🇺🇦
And the line before that?
Igor🇺🇦
From the code you posted I don't definition of the missing function either
Hanifullah Jamalzai
Hanifullah Jamalzai
this is code
Igor🇺🇦
In this code your basicConversion is commented out.
Igor🇺🇦
your main function doesn't return anything although it's int main () , and you while loop will never finish, there is no break under any condition. How can user stop the program ?
sandeep mishra
there is no definition of basicConversion(); bcz you commented the definition
Igor🇺🇦
CTRL+C (lol...)😆
you can turn machine off, that will close program as well . That's not how it suppose to work
sandeep mishra
i know (only just jocking)
Anonymous
Сιនςο
Thanks a lot
Anonymous
Thanks
Anonymous
Ok admin
Besse✌️💯
A c++ program to phone book directory??
Anonymous
A c++ program to phone book directory??
Whats the problem you are facing ?
Anonymous
ZAPCC open-sourced https://github.com/yrnkrn/zapcc https://redd.it/8rr8to @r_cpp
Kevo
Hi. Is there anyone with links for Python telegram or whatsapp groups? Kindly send them
Onur
What is the different between these two? operator++(); operator++(int);
Onur
Onur
Should I implement them exactly as same always?
Kevo
Pmed.
I appreciate it
Igor🇺🇦
Should I implement them exactly as same always?
No, here you can read more https://stackoverflow.com/questions/3846296/how-to-overload-the-operator-in-two-different-ways-for-postfix-a-and-prefix
Shirosacid
hi, i know this is an C++ group , but does somebody have experience with photoshop or know if i can find an groupchat for that
Onur
I made a simple range class which one template parameter and its constructor takes two arguments of that type
Onur
but when try to construct it `range(1, 10) it cannot deduce type
Onur
I have to write range<int>(1,10) but it should understand that its type is int from arguments
Anonymous
https://helpx.adobe.com/creative-cloud/kb/creative-cloud-apps-download.html
Anonymous
Ok
Onur
How did you define it?
class is defined as template<typename T> class range; and the constructor defined as range(T from, T to);
Onur
omg
Onur
I didn't know this deduction came in std17
Onur
I was trying to compile it with c++14 compiler
r35
/visual studio
r35
hello guys pls i need link to visual studio download
r35
direct link
Igor🇺🇦
?
What's not clear in instructions?
Anonymous
Hy
Anonymous
Good morning
Snawiti
Morning to u
Snawiti
Hello Guys i would like to know what can i achieve with a computer science degree?
Anonymous
Thanks you
Vs
Thanks
Anonymous
clude <stdio.h> #include <conio.h> int main(); { int n1,n2,x,y,gcd,lcm; printf ("enter the two integer"); scanf("%d%d",&n1&n2); x=n1; y=n2; while (n1!=n2); { if(n1>n2); { n1=n1-n2; } else { n2=n2-n1; } } printf ("gcd=%d",n1); gcd=n1; lcm=(x*y)/gcd; printf ("lcm=%d",lcm); getch(); return 0; }
Anonymous
Error is :- expected identifier or ' ( ' before ' { ' token {
Anonymous
Line 4:1
Anonymous
Hlep me this program 🙋🙋🙋🙋
amirun
hi can you show me how to make a download link using c++
Sercan
could be wrong
Top T : Trollface Was Real
Anonymous
hes stupid
Anonymous
XDDD
Anonymous
why make a program with half baked knowledge bro
вадим
hes stupid
No, maybe he's a beginner
Anonymous
No, maybe he's a beginner
He is but im speculating that he didnt read properly before making the program.. Those mistakes are basics