這是我用來加載它的功能,有時它的工作原理,但是當我離開的計劃和重新編譯,它只會崩潰: #include <stdio.h>
#include <stdlib.h>
#include <string.h>
//this is how I declared the list
struct plantillas {
int iduser;
int idplant;
我是相當新的節目在C++中,我想知道的東西: 每當我看到操作符重載在C++中,它的完成這樣的: #ifndef STONE_H
#define STONE_H
class Stone {
private:
int weight;
public:
.......
Stone operator+(const Stone& s) {