User profile: MatthewRock

User info
User name:MatthewRock
History
Joined:
Number of posts:34
Latest posts:

Two small errors - Help appreciated
Never use semicolon after "if". How if else should look like: [code] if(conditions) { code; } el...

Operations on numbers represented as strings
Hello everyone, I would like to make few functions that would allow me to execute mathematical op...

Draw board on console
If you try typing text, you'll see that it goes from left to right. If you press enter, you go one l...

Curses library - begginer's question
Hello. I wanted to ask few things about Curses library, I decided that my topic will fit here best....

Creating folders c++
Hello, I'd like to create a program that's gonna contain a large amount of text. I think it might...