User profile: Nico

User info
User name:Nico
History
Joined:
Number of posts:251
Latest posts:

Delete file with string variable
Have a look at https://en.cppreference.com/w/cpp/io/c/remove std::remove takes a const char*, not ...

Write to Serial Port
Hello, I tink you want to read about the "try-catch"-statement and then add some. I I would do it...

Small 'Matrix' Game
Let's see what happens here. - Your program starts in line 45 with the declaration of some variabl...

loop problem
Hello, Have a look at this example. [code]#include<iostream> #include<conio.h> #include<string> ...

C++ help for beginner!
Hello, After I added two includes, the provided code runs and when you choose encrypt it outputs t...