嘿,所以我使用 pdCurses 库和微软操作系统工具制作了一个文本游戏,我想让它在任何计算机上运行。这是我的包括:
#include <iostream>
#include <time.h> // or "ctime"
#include <stdio.h> // for
#include <cstdlib>
#include <Windows.h>
#include <conio.h>
#include<curses.h>
#include <algorithm>
#include <string>
#include <vector>
#include <sstream>
#include <ctime>
#include <myStopwatch.h> // for keeping times
#include <myMath.h> // numb_digits() and digit_val();
myStopwath/Math.h 包括:
#include <stdio.h>
#include <math.h>
#include <tchar.h>
我需要像大多数可下载程序一样制作某种安装向导吗?我可以简单地将 dll、libs 和 headers 放在一个文件夹中吗?或者这样一个小程序有更简单的方法吗?谢谢!=)
顺便说一句:我想做的就是向某人展示我在另一台计算机上的游戏,而不是仅链接到这台计算机和 msVS++