M.Khorram
Eigen is header only, and easy to use. The drawback of Eigen is its limited functionality for advanced operations such as QR, SVD, etc.
Armadillo depends on LAPAK and BLAS (both FORTRAN-based) and tries to make many MATLAB functions available.
vinícius*
Igor🇺🇦
vinícius*
It's going to compare both matrices in size and, if they're equal, compare each element sequentially
INDIA
INDIA
can anyone plz guide me how can i solve this problem(of multiple inheritance)
Anonymous
INDIA
Anonymous
Anonymous
Hi👋
Rohit
Dima
lol
Anonymous
Omg nationalist..
Anonymous
Hi everyone, at school they gave me an exercise that I don't know how to do. Can someone help me?
Kenny
share what u did
Vlad
Дућа
Let the functions f (x) = x2 + 2x + 1 and g (x) = | x | be given. Calculate the approximate value of the area that occurs in the intersection of these two functions on the interval [-3,0].
Can anyone help me with this task in c ++?
ברני
Hey.. I'm new with arrays and I'm still trying to understand the logic.. I had a task that ask me to do an array with function to make the user to write the size of the array and then a digit number, and the program needs to check in the long digit how many times there was his number (the size number)..
ברני
this is what I tried but it dosn't work.. https://onlinegdb.com/rylgZvZ0OP
Lorenzo
Lorenzo
Lorenzo
Дућа
I have to make a program that will calculate it myself, if you understand me?
Дућа
can you help me ? @lorenzotinfena
Lorenzo
I can try, send the whole problem text
Prem Kumar
/warn
Winkee
Does anyone know an advanced C++ group? Need to talk some advanced topics of C++
Anonymous
Hi guys, i just started to learn c++ ....Anyone know how to insert image?
King Phyte 🐍
Iakovos
Hi guys! I need to print two 2d arrays with different dimensions side by side. Any help is much appreciated!
Yusuf
Hi
Manav
No.7 Addict 👽
No.7 Addict 👽
Vlad
vinícius*
Anonymous
Anonymous
Où va le monde
what i did wrong?what i need to change here?
https://pastebin.com/WCU3ynnf
ברני
Hey.. can someone help me to understand please? I'm started to learn about array on c, and I got little confuse I guess, My task was to write a function array that count size and number from user and then it's need to know how many time the size that the user chose where inside of his number and count how many times,,, thats what I did,,: https://onlinegdb.com/rJUTviAOw
ברני
I would love to get hints instead of answers if can..
ברני
what I did doesn't work and I guess I missed some logics..
Manav
ברני
i'm sorry if u send me one ill send u
Anonymous
I'm doing a check. Help me, please😢
Anonymous
This is test: Design a program in a computer language of your choice (C ++, Assembly or other) that allows you to enter a password and provides the password security level as a percentage based on the following parameters:
a) consisting of at least 8 characters
b) contains at least one capital letter
c) contains at least one number
d) contains at least one symbol
Each of the options is worth 25% of the score. The program must communicate the safety scale between "poor" "weak" "acceptable" "safe", in relation to the score obtained (25, 50, 75, 100).
The observation will be printed (between "poor" and "safe" and the percentage obtained).
Anonymous
help me
Manav
Manav
Manav
Btw the 3rd rule says, you could be banned for this 🙃
Manav
Nvm, I'll just go through it when I am on my computer
Manav
First check if it has 8 characters, if it has give it 25%
Then check at least one is capital, if it has give it another 25%
.
.
And so on
Anonymous
thank you 😊
ברני
Manav
No.7 Addict 👽
May be it just going to print 0 isn't it
ברני
No.7 Addict 👽
ברני
Anonymous
sorry if I sent this text. I'm sorry😢 . I just wanted some help starting the test. anyway thanks for helping me. It won't happen again.
olli
Anonymous
Anonymous
ברני
Manav
Anonymous
Hii
Alex
use free functions, and namespace if you need. what is the point of static methods?
Alex
static methods are used for languages like C# and Java, cause we don`t have free functions
Alex
you don`t need object for free functions too
Alex
use namespace for this, not class
Cristi
Hello, I have a problem. I want to find sum of all negative elements and the geometric mean of the positive elements in each line.