Two small errors - Help appreciatedNever use semicolon after "if". How if else should look like: [code] if(conditions) { code; } el...
Operations on numbers represented as stringsHello everyone, I would like to make few functions that would allow me to execute mathematical op...
Draw board on consoleIf 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 questionHello. 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...