我忘了大部分C,所以如果这是个愚蠢的问题,请原谅我。因为我需要把一串单词分成单独的单词。#include <stdlib.h>
* separated by whitespace. It returns an * array of the parsed words and the number
* of words in the
我想搜索会给我一个关于2D列表到2D数组的成功机会,但它似乎没有我想象的那么常见。这就是我得到的:int[][] a = new int[10][10];
List<List<int>> b= a.Cast<List<int>>().ToList();
// change 2D list back to