solitaire 游戏指令
example command:
【
“move a new card to column 1”
“move a new card to stack 1
“move 1 card from column 5 to column 3”
“move 4 cards from column 3 to column 7”
】
- getline(cin,inst)
- if(inst == ???)
- {
- ...
- }
请问要怎么做才可以找到 column 和 getline 里的integer??
另外if statement要怎么打才可以include integer ??
有劳了~



