°_°
In a In a2 In b Assign R=(a^a2)+(b^2)
Anonymous
Anonymous
....
Flow chart diagram abaut the quation
....
Could you draw the chart
°_°
Gaetano ツ
easy
correctmaninwrongplace
Did you just made the homework?
°_°
Yeah but i think he is a newbie
°_°
I thought it was a parametric equation
°_°
Nothing special
Murilo
Hey guys, what are your favorite tricks in C
Neeraj
Can anyone suggest good sources(preferrably visual) for learning object oriented concepts in c++?
Anonymous
Any software to run c++
Mr. COwO2 Preis
./
Anonymous
Anonymous
G++ filename -o output_filename
Anonymous
os?
Just a program to install to a system
Anonymous
In linux
Windows
Stanislav
but only compiler :) for ide i recommend - qt creator
Anonymous
Windows
Turbo c++ is the best for window
Anonymous
/warn abusives for no reason at all
Anonymous
Do it again and it's a ban
Anonymous
/ban kys
Kevin
Turbo c++ is the best for window
I heard codeblocks is good..never used it though..only fiddle with g++
Anonymous
It's outdated af
Kevin
Okay...does anyone here use neovim for programming purposes..I need help as to finding out good init.vim config files to compare with mine!!
Anonymous
I am using vs code right now but there is a pretty good vim userbase
Anonymous
Kevin
I am using vs code right now but there is a pretty good vim userbase
I think u have applied the keybindings of vim..
Anonymous
Gm guys pls i need help... I want to transform the code below to be able to solve matrix using ROW ECHELON FORM OR GUASS JORDAN
Anonymous
I think u have applied the keybindings of vim..
I haven't used vim ever in my life 😂
Kevin
Oops😂
Kevin
Anonymous
Anonymous
Use Pastebin for sharing code
Anonymous
Please
Anonymous
Photos are unreadable
Anonymous
What problem are you facing?
I want write a code that wil be able to solve 3×3 matrix using ROW ECHELON FORM
Anonymous
Anonymous
I want write a code that wil be able to solve 3×3 matrix using ROW ECHELON FORM
Yeah that I read, but there must be some issue with your code right? I am asking about that
bsoglu
hi everyone
bsoglu
im looking for blockchain developer who may assist me, please DM
bsoglu
i do have a funding for a project
Anonymous
@anunaym14 Hey @anunaym14
Anonymous
@anunaym14 You're my helper!
Anonymous
Yeah?
Anonymous
Yeah?
Do you remember how you helped me a lot?
Anonymous
Not really 😂
Anonymous
I don't even remember what I had in dinner yesterday lol
Anonymous
Not really 😂
I coded universal MMORPG Packet-interceptor, changer, creator etc. Your help was magic
Anonymous
This is result
Anonymous
https://www.youtube.com/watch?v=TEd802G1wS4
Anonymous
This is scheme
Anonymous
Oh I remember now 😂
Anonymous
Great
Anonymous
#include <stdio.h> int main() { int first_matrix[3][3],second_matrix[3][3]; int row,column; printf("Enter data for first matrix\n"); /////Takkng data for 1st matrix///// for(row=0;row<3;row++) { for(column=0;column<3;column++) { scanf("%d",&first_matrix[row][column]); } } printf("Enter data for 2nd matrix\n"); //////Taking data for 2nd matrix///// for(row=0;row<3;row++) { for(column=0;column<3;column++) { scanf("%d",&second_matrix[row][column]); } } /////printing addition of both matrices///// for(row=0;row<3;row++) { for(column=0;column<3;column++) { printf("%3.d ",first_matrix[row][column]+second_matrix[row][column]); } printf("\n"); } return 0; }
Anonymous
Credit to a friend here
Anonymous
https://del.dog/jezojohoyo.cc
Anonymous
This makes it easier to share code
Anonymous
Admi pls here is it
What's the exact problem with this?
Anonymous
@anunaym14 Now I'm programming a program that will monitor the fuel consumption of the space rocket. There is not an easy task, because in calculation it is necessary to take into account the displacement of the valves, the feeding and mixing of Kzestels and a bunch of everything else. Maybe you can help?
Anonymous
It's special military language. Not far away from asm but closer to byte-code
Anonymous
😆
Anonymous
Lol
sAntHoshH
Any software to run c++
Use codeblocks or turbo cpp
sAntHoshH
Anyone using ECLIPSE?
Anonymous
Use codeblocks or turbo cpp
Use gcc in terminal on any linux distro
Batman
Means?
If you are using any linux distro use gcc
Batman
It is compiler
sAntHoshH
McwGcCC right ?