yty2021 2021-11-23 15:38 采纳率: 42.9%
浏览 13
已结题

为什么这个程序显示交换的两个字符串始终有错误?

问题:输入0后,显示的交换的两个字符串不对。

#include <iostream>
#include <cstring>
#define MAX 20

using namespace std;

template <class Anytype>
void exchange(Anytype &a , Anytype &b);

template <class T>
void exchange(T a[], T b[]);

template <typename T>
void display(T a, T b);



int main(){
    int i = 0;
    cin >> i;
    
    if(i != 0){
        cout << "Please enter two fractions\n"; 
    
        double test1 = 0 , test2 = 0;
        cin >> test1 >> test2;
        exchange(test1,test2);
        display(test1,test2);
    }else{
        cout << "please enter two strings\n";
        
        char a[MAX]{'\0'},b[MAX]{'\0'} ;
        cin.getline(a,MAX);
        cin.get();
        cin.getline(b,MAX);
        cin.get();
        
        exchange(a,b);
        display(a,b);
    }
    
    cin.get();
    
    return 0;
} 

template <class T>
void exchange(T &a , T &b){
    T temp;
    temp = a;
    a = b;
    b = temp;
}

template <class T>
void exchange(T a[], T b[]){
    for(int i = 0; i < strlen(a)|| i < strlen(b); i++){
        auto temp = a[i];
        a[i] = b[i];
        b[i] = temp;
    }
}


template <typename T>
void display(T a, T b){
    cout << "a = " << a <<endl;
    cout << "b = " << b <<endl;
}



![img](https://img-mid.csdnimg.cn/release/static/image/mid/ask/370912356736185.png "#left")

已经将第二个函数模版用指针的方式进行修改无效。
不知道是哪里错了

  • 写回答

1条回答 默认 最新

  • 真相重于对错 2021-11-23 16:48
    关注
    
    直接cin>>a;
    cin>>b;
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 12月2日
  • 已采纳回答 11月24日
  • 创建了问题 11月23日

悬赏问题

  • ¥15 QTOF MSE数据分析
  • ¥15 平板录音机录音问题解决
  • ¥15 请问维特智能的安卓APP在手机上存储传感器数据后,如何找到它的存储路径?
  • ¥15 (SQL语句|查询结果翻了4倍)
  • ¥15 Odoo17操作下面代码的模块时出现没有'读取'来访问
  • ¥50 .net core 并发调用接口问题
  • ¥15 网上各种方法试过了,pip还是无法使用
  • ¥15 用verilog实现tanh函数和softplus函数
  • ¥15 Hadoop集群部署启动Hadoop时碰到问题
  • ¥15 求京东批量付款能替代天诚