O
O
OKNOZA2016-01-08 04:06:28
C++ / C#
OKNOZA, 2016-01-08 04:06:28

How can I make it create folders at a certain time in c++?

There is a TV program for a week in XML format.
She looks like this.

<channel id="2">
<display-name lang="ru">Россия 1</display-name>
<icon src="___" />
</channel>

<programme start="20160106022500 +0300" stop="20160106044500 +0300" channel="2">
<title lang="ru">Здравствуйте, я ваша тётя! (12+)</title>
<desc lang="ru">Ком...льм</desc>
<category lang="ru">Художественный фильм</category>

Here you can see that the channel ID and also what time it will be broadcast start = "20160106022500 This
is 2016. 01. month 06. den. 02 h. 25 min. 00 sec.
create a folder, subfolders + at the end of the channel
id.Something like this is 2016/01/06/02/25/00/2 .There
will be about 8 ~ 10 channels for me.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anatoly Medvedev, 2016-01-08
@balamyt92

I would use in Qt.
And cross-platform to get and with minimal effort.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question