C to C++ Conversion [closed]
- by Annalyne
Can someone convert this code to C++, pretty please? :(
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define WEAPON_ROPE 10
#define WEAPON_REVOLVER 20
#define WEAPON_LEADPIPE 30
#define WEAPON_CANDLESTICK 40
#define WEAPON_KNIFE 50
#define WEAPON_WRENCH 60
#define PEOPLE_MRGREEN 100…