G
G
globuser2015-07-28 19:34:17
Books
globuser, 2015-07-28 19:34:17

What are the sites\books\resources with tests (preferably with answers) on the C++ programming language and programming technologies?

What are the sites\books\resources with tests (preferably with answers) or questions on the C++ programming language and programming technologies for knowledge control?
Especially control questions in the form:
- find an error in the source code;
- what will be displayed as a result of the program;
- optimize the source code;
- write the code according to the given algorithm;
and the like for the C and C++ programming languages.
Well, in general, control questions on the theory of programming technologies, perhaps with practical examples (development life cycle, programming methodologies, testing, programming languages, and the like in accordance with the classic textbooks on "Programming Technologies")?
Maybe someone has already used or seen something similar, on the websites of universities or in training manuals or somewhere else?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2015-07-28
@mezastel

Project Euler is cool, try solving in C++.

F
FloorZ, 2015-07-29
@FloorZ


- find the error in the source code;
- what will be displayed as a result of the program;
- optimize the source code;
- write the code according to the given algorithm;
...
Maybe someone has already used or seen something like this, on the websites of universities or in training manuals or somewhere else?

I saw this in the compiler error log :D

N
Nikolai Shepelev, 2015-08-11
@venomkol

I recommend sports programming sites:
There and online verification of the solution and optimization of the source code, and search for errors. In general, everything that a programmer constantly faces. If you do not know how to solve, then you can sort out the code of those who decided.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question