Anonymous
Are these messages allowed in this channel?
For you — definitely no❤️
SALIHU
Hello everyone! Is there anyway I can get to know all the libraries in c++? Everything I see is just about the standard library but on code examples online, they use other foreign libraries please help
SALIHU
hi. there are many-many libraries. actually everyone can create own c++ library. Impossible to know all libraries
😯 I see, I thought there were documentaries for c++ libraries. Well guess I was wrong, anyways thanks for this
Anonymous
/warn Makgato PMing
christian
Is there a possibility that one can hack the Premier League Fantasy Football app? 😅😅😂😂😂😂😂😂😂
christian
Umm...
😂😂😂 what
Gnostic Trades |
Greetings to all awesome people here😊
Gnostic Trades |
I'm getting some errors while setting up environment for running c++ in vscode🥵
Gnostic Trades |
I have installed minGW on my windows
Gnostic Trades |
You can try another code editor
Isn't vscode good and simple for it?
Gnostic Trades |
christian
Isn't vscode good and simple for it?
Yes it is but I also had troubles installing it so I use other code editors
christian
Which one?
Code blocks Dev C++
Gnostic Trades |
You can try another code editor
I have code blocks too, but dont know how to use😅
Tangent Alpha
Which one?
try codelite
Tangent Alpha
or clion
christian
I have code blocks too, but dont know how to use😅
It's so easy 😂😂 I can help you
Gnostic Trades |
try codelite
Is it better and easy to use than vscode?
Tangent Alpha
codeblocks and devc++ are really old, it's better to use newer ones
christian
Plzz🤗
Where don't you understand
Gnostic Trades |
Where don't you understand
Ok let me try that first
christian
codeblocks and devc++ are really old, it's better to use newer ones
By the way So I'd recommend C lion in my opinion
Gnostic Trades |
But if anyone here uses vscode than please help me figure out the errors, I'm pretty familiar with vscode and don't want to use newer ide😔
Tangent Alpha
it's not really hard to use the new ides
Tangent Alpha
once you get used to it, which takes 4-5 times
Gnostic Trades |
ANYONE HERE USES VSCODE FOR C++??
Gnostic Trades |
once you get used to it, which takes 4-5 times
Ok, I will consider this, thanks😊
Gnostic Trades |
Igor🇺🇦
ANYONE HERE USES VSCODE FOR C++??
Many people use Vscode. But no one can read minds and know what kind of errors you're getting.
olli
ANYONE HERE USES VSCODE FOR C++??
yes I do, it's great
christian
I have never used them, let me try
For c language use c lion
olli
But sending media is not allowed here
Have you followed the guide? What isn't working?
Gnostic Trades |
yes I do, it's great
It also worked for me:)
Roshan
Mary
(Separating Digits) Write program segments that accomplish each of the following: a) Calculate the integer part of the quotient when integer a is divided by integer b. b) Calculate the integer remainder when integer a is divided by integer b. c) Use the program pieces developed in (a) and (b) to write a function that inputs an integer between 1 and 32767 and prints it as a series of digits, each pair of which is separated by two spaces.
Mary
and b ?
Roshan
Tahmedur
can anyone solve this error?
Tahmedur
#include <iostream> #include <string> #include <cstring> #include <conio.h> using namespace std; class Line { private: double m, c; public: Line (double x1=0, double y1=0, double x2= 1, double y2= 1); double getSloppe() const; double getIntercept() const; void read (); void printLines(const Line lines[]); }; // This function is partially given. void printLines(const Line lines[]) { cout << endl; for (int i = 0; i < 3; i++){ } cout << endl; } int main() { cout << endl; getch(); } Line::Line(double x1, double y1, double x2, double y2) { m=(y2-y1)/(x2-x1); c= y1-m*x1; } double Line::getSloppe() const { return m; } double Line::getIntercept() const { return c; } void Line::read() { cout<<"Enter value of m : "; cin>>m; cout<<"Enter value of c : "; cin>>c; } Line operator *(const int n) { Line l; l.m = m*n; l.c = c; return l; } string toString() { int m; string res=" y = "; if(m==1) { res+="x"; } else { stringstream ss; string s; ss<<m; ss>>s; res+=s+"x"; } res +=" "; int c; if(c>0){ res+="+"; stringstream ss; string s; ss<<c; ss>>s; res+=s; }else if(c==0) { res+=""; } else { stringstream ss; string s; ss<<c; ss>>s; res+=s; } return res; } int evaluate(int x) { int m=5; int c=2; return ((m*x)+c); }
Mary
Do the other by yourself and don't ask assignments...
thanks , but i have more dificulties with c
Anonymous
Code blocks Dev C++
1) Those are IDEs 2) Those are bad ones
Roshan
thanks , but i have more dificulties with c
Get the basics cleared from google first
Roshan
thanks , but i have more dificulties with c
Those questions were merely needing operators
Mary
Get the basics cleared from google first
i need function with parametrs , yes ?
Roshan
i need function with parametrs , yes ?
Parameters for passing a and b...
Mary
thank you a lot ☺ @Roshan_Pradhan1098
Anonymous
Can someone suggest me a good pc build under 1Lakh?
Mary
Welcome!
I am new in c++ world, can I write my questions , can you help me ?
Roshan
I don't understand why people don't write code the way threads move. I mean why do they make the roof before making the walls
Faizan
Hey Guys, I hope you all are doing well. Can anyone help me with c programming? I have to make a Tic Tac Toe Game. I've already prepared some. I want your suggestions to make it unique.
Faizan
Can i send the code here?
Roshan
Can i send the code here?
Just pm me the pic of display if you want...
Faizan
Sure
Sardi
Anyone know if it is possible to create a web bot in C / C ++ ??
Alex
yes
Roshan
yes
Alex I've a problem with some library
Alex
libcurl for example
Roshan
Can I pm you? I need to send picture for that... Struggling from yesterday night
Alex
ok
Roshan
ok
I guess you have not blocked me
Roshan
If you can't help with it, you could have just said 😒
Alex
sorry, I don`t have desire to dive into your code. you should not compare floats as ==, this is general idea
Rushi
Thanks
Anonymous
Any techie interested in entrepreneurship ?