0
help me
how i can write it by C++ like this: 0 19 i+m |''''| |'''''|-------- | | | |i+m I=-4. m=2 its picture
2 Answers
0
You can try using a char array
0
const char picture {
"insert picture here"
}
how i can write it by C++ like this: 0 19 i+m |''''| |'''''|-------- | | | |i+m I=-4. m=2 its picture