python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
fast reading with fread without using fwrite
I have a graph in the following format:
3 15 12
15 15
12 35
12 54
where the first line is some info about the graph and the first letter on the first line is the number of edges. The following m line...

Il De Santa
Votes: 0
Answers: 1
Read modbus address using MATLAB
I have a robot with multiple modbus motors slaves. I have created a script to check all the modbus addresses to figure out the addresses of the modbus slaves.
So some addreses will return an answer (7...
user3
Votes: 0
Answers: 1
Why is fread reading absurd numbers?
I wish to read a file containing 5 numbers on each line and put a every number into an array, for example:
FILE: 1 2 3 4 5 | ARRAYS: a[1] = 1, a[1] = 2, a[2] = 3, etc.
However, when I try exactly t...
Cesar Morais
Votes: 0
Answers: 1