get error when i try to open file using specific path

Posted by user320950 on Stack Overflow See other posts from Stack Overflow or by user320950
Published on 2010-04-20T22:10:59Z Indexed on 2010/04/20 22:13 UTC
Read the original article Hit count: 183

Filed under:
|

i get errors when i try to open a file using the file path

out_stream5.open("C:pathshowitems.txt", ios::out);

warning C4129: 'o' : unrecognized character escape sequence error C2100: illegal indirection

© Stack Overflow or respective owner

Related posts about c++

Related posts about filepath