Home c++

Category: c++

Related categories

You need to open the file and read it line by line, that is, take the first line, enter it into a variable, do...
Hello, can you please tell me how it works? Let's say you have a function like this: void foo (int & amp; one, int...
How can I convert a number to text using the C++ language and output it to the console? For example: float x = 0.05f; char *...
When using templates, sometimes you need to write typename for types - when and why to do it? template & lt; class T &...

Recent posts