有人可以帮我在C ++中完成这段代码 [英] Can someone help me to finish this code in C++

查看:80
本文介绍了有人可以帮我在C ++中完成这段代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以帮助我完成这段代码,以便在一个代码中完成整个工作。





can someone help me to finish this code to work whole in one code.


# include ...........
.....................
int main()
{
 readMatrice(A,n,m);
 printMatrice(A,n,m);
 convertMatriceToVector(A,n,m,V);
 writeVector(V);
 sortVector(V);
 writeVector(V);
 convertVectorToMatrice(V,n,m,A);
 printMatrice(A,n,m);
 cin.get(); return 0;
}





我的尝试:



i试过但不行。无法在一个代码中工作



What I have tried:

i tried but it's not ok. can't work in one code

推荐答案

引用:

有人可以帮我吗完成此代码以在一个代码中完成整个工作。

can someone help me to finish this code to work whole in one code.



完成什么​​?这段代码几乎不作为起点。

你给我们提供了几个函数名而不是解释。你的老师是唯一可以帮你解释的老师。



我们不做你的家庭作业。

HomeWork未设置为在乞求其他人做你的工作时测试你的技能,它会让你思考并帮助你的老师检查你对你所学课程的理解以及你应用它们时遇到的问题。

你的任何失败都会帮助你的老师发现你的弱点并设定补救措施。

你的任何失败都会帮助你了解什么有效,什么无效,被称为'试错'学习。

所以,试一试,重读课程并开始工作。如果您遇到特定问题,请显示您的代码并解释这个问题,我们可能会提供帮助。


Finish what? this code is barely as starting point.
All you gave us a couple function names and not explanation. Your teacher is the only one that can help you with no explanation.

We do not do your HomeWork.
HomeWork is not set to test your skills at begging other people to do your work, it is set to make you think and to help your teacher to check your understanding of the courses you have taken and also the problems you have at applying them.
Any failure of you will help your teacher spot your weaknesses and set remedial actions.
Any failure of you will help you to learn what works and what don't, it is called 'trial and error' learning.
So, give it a try, reread your lessons and start working. If you are stuck on a specific problem, show your code and explain this exact problem, we might help.


开始编写 Matrice Vector 类(至少是他们的骨架),然后开始正确填充方法。如果可以的话,充分利用 C ++ 的现代功能,以简化您的任务。
Start writing the Matrice and Vector classes (at least their skeletons), then start filling properly the methods. Take advantage, if you can, of the modern features of C++, in order to simplify your task.


这篇关于有人可以帮我在C ++中完成这段代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆