Feeds
提问
How to make multiples loops run at the same time?
Hello all. I am assigned to make a program in which multiple dots move at the same time. All movements are confined within a win...
12 years 前 | 1 个回答 | 0
1
个回答提问
How to get back to the beginning of a loop when the loop ends
Okay my question might sound confusing, but here's what I'm trying to do. I'm supposed to do some calculation within a loop,...
12 years 前 | 1 个回答 | 0
1
个回答提问
Using fscanf to read in data
Hello. I am supposed to read in a .txt file that has the following format: string 12 78 (just another column of numb...
12 years 前 | 1 个回答 | 0
1
个回答提问
How do I read a specific string and numerical value from a .txt file and use each one for calculation?
So I have .txt file that has the following information: NameA 1999 50 NameB 2005 75 NameC 1987 86 ... ...
12 years 前 | 1 个回答 | 0
