get and putWhat are you typing on the keyboard? Do you press the 'enter' key or not?
Use of #undef?In the case of a constant such as pi, it's better to use a [code]const[/code] rather than #define [c...
[ERROR] cannot convert 'std::string {aka std::basic_string}' to 'char' in assignment[code]date[/code] is a std::string. [code]date[r][/code] is a single character in that string. The ...
I can't work with multiple files!It looks to me as though the [code]#include "proto.h"[/code] failed to find or read the correct head...
c++ program begginerWhen you talk of assigning something to each name, I think you mean there are effectively three item...
This user does not accept Private Messages