J
J
John Braun2019-02-24 21:24:38
C++ / C#
John Braun, 2019-02-24 21:24:38

Website rental automation?

Tell ! I have an automated site, I want to rent it also in an automated mode, so that after the lease period expires, the site and the admin panel are blocked???

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Adamos, 2016-09-21
@Adamos

For starters - any textbook on C++, except for textbooks on VisualC++ and BorlandC++ (these will teach bad things).
Because C++ has such a feature: 80% of the language is fundamentally incomprehensible and alien to those who have not yet mastered the basic 20% and do not have sufficient practical experience in their application.
You have to write miles of shit code on your own to understand the correct approach to OOP in C++, templates, the merits of references over pointers, the use of const, etc. No textbook will help here.

K
kykyryky, 2016-09-21
@kykyryky

>I would like to find a source or a book with a very good explanation and, most importantly, parallel practice. To have many tasks. Not immediately complex, but in increasing order.
Then the Pavlovskaya set is suitable for you: a textbook + two workshops (on structural and on OOP). IMHO, written simply and clearly. I, as a beginner, at one time went better than the rest.

O
Oleg Tsilyurik, 2016-09-22
@Olej

To have many tasks.

C programming tasks, part 1
C++ programming tasks, part 2

A
Alexander, 2016-09-22
@Nexelen

Igor Sokolov did not try to search? I've seen a few questions like this, like What's the best C++ book for a beginner? Choosing a book for a beginner in c++. Which of these two is better?

F
Fedor Grebennikov, 2019-02-25
@grebennikovf

Make a simple flag - at least in the database, at least on the files, roughly speaking blocked: true - the site is blocked, blocked:false - the site is shown.
Write a script that checks the lease expiration date using cron and changes the flag from true to false when it expires.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question