I am beginner in c language , which book I need to take plz help
/warn
Magnvm_Khaos
Hi
Magnvm_Khaos
Guys
MᏫᎻᎯᎷᎷᎬᎠ
Hi
MᏫᎻᎯᎷᎷᎬᎠ
/warn read the rules
I think the rules state that asking for book recommendations is okay
Dima
Anonymous
Lol
Anonymous
I saw that
aj
Can any1 help we write a program using a for loop and output it result from in this form... 1*1=1 2*2=4 3*3=9 Up to 10*10=100
Dima
I see you are smart
aj
It was in my yesterday exam
Anonymous
Hw
i wrote a code
Anonymous
but
Anonymous
it was wrong
aj
It requires to input numbers from 1 to 10
aj
use array
Am not yet familiar with arrays
Dima
do not ask assignments
Mihail
use array
You don't have to
aj
🤦‍♂️
What about writing a program using a switch case that makes temperature convertion
Mihail
aj
From Celsius to Fahrenheit and vice versa
Madhav
Can any1 help we write a program using a for loop and output it result from in this form... 1*1=1 2*2=4 3*3=9 Up to 10*10=100
for(int i = 1; i <= 10; i++) { cout << i << "*" << i << "=" <<i*i; }
Mihail
Also you should probably add an end line
Mihail
Unless you want the result to be unreadable
Madhav
@mmihov ok
Trevor
#ot
Dima
good boy
Anonymous
Guys
Anonymous
My g++ versions is so outdated on ubuntu that it can't even run cpp11
Anonymous
I tried to update it.
Anonymous
But i cant use it.
Anonymous
How to coonfigure the settings plesse help.
Anonymous
It was by defualt version like 4. Sometjjng
Anonymous
Now its 8
Anonymous
Ubuntu maintains copy of both
Mihail
Now its 8
That is up-to-date
Anonymous
But I don't know how to configure the 8th version to be used
Anonymous
That is up-to-date
I updated it.
Mihail
How did you install the 8th version? Bootstrapped?
AlexGamer
Hi
AlexGamer
I have some query.
Mihail
just ask
klimi
Hi
Hi
Darvesh
I have some query.
I have a database
E
You said Hello We say Hi
marhaba means well done
MᏫᎻᎯᎷᎷᎬᎠ
marhaba means well done
No It means Hello That's Ahsent
E
ok not more i know ghalilan
MᏫᎻᎯᎷᎷᎬᎠ
Okay
Anonymous
/cbook
/cbook
Anonymous
Is it possible for a class be a friend of a function
Anonymous
For example you have a function that takes some inputs and you want a class to have access to those inputs
Francisco
Is it possible for a class be a friend of a function
It's exactly de opposite hahaha
Anonymous
Anonymous
So how would you do it in reverse
Francisco
You can have a function that is friend of a class, so it can access the private members of that class, but I don't quite get what you mean
Anonymous
I have a function that accepts some inputs
Francisco
?
Be patient e.e
BinaryByter
Anonymous
Be patient e.e
It’s not his strong suit
Francisco
Anonymous
Be careful e.e
I basically have a class that I want it to have access to input made in a function outside of the class
BinaryByter
please
BinaryByter
think
Francisco
I basically have a class that I want it to have access to input made in a function outside of the class
It makes no sense for a class to have access to the input of a function (at least not for me)
BinaryByter
BECAUSE FUNCTIONS HAVE NO STATE
BinaryByter
its like asking "what is the color of shoes which always change color"