
please wait
by zsloan112
Reading and writing floats to/from an array to a file
|
I am trying to store float values that are being used for leaderboard values in a game. I want to read the values in from the file and save them to an array and... |
Apr 1, 2018 at 7:26pm
[3 replies] Last: Maybe you didn't close the file after you read it (and timeIn didn't g... (by tpb)
|
by kimchiboy03
Please help me with this question!!
|
Problem link: https://train.nzoi.org.nz/problems/642 Currently, I am working on this problem and I cannot find a way to solve it. The current method that ... |
Apr 1, 2018 at 3:08pm
[3 replies] Last: @dhayden @ne555 Thank you for your replies! I will try both methods an... (by kimchiboy03)
|
by Cambalinho
i need some corrections about tokens?
|
seems that almost complex code must be used with Tokens like: - convert a string to Math Expression; - convert a code to another language. but i need underst... |
Apr 1, 2018 at 3:05pm
[1 reply] : There is lots of research and tools for parsing text. You might try se... (by dhayden)
|
by tim039
recv function and writing lines to a file
|
I am writing the client side to a TCP program where the client requests a file from a server and the server sends the file in packets one line at a time. I am ... |
Apr 1, 2018 at 7:33am
[1 reply] : ofstream discards the old file content by default. You could either re... (by Peter87)
|
Advanced Autoclicker HELP |
I need help doing this. I am trying to use the GetQueueStatus() to see if a certain message is in the queue, and if there is a WM_LBUTTONDOWN message in the que... |
Apr 1, 2018 at 4:59am
[3 replies] Last: Don't bother commenting on this because It just occurred to me i can't... (by sharfooth2323)
|