r3ub / OpenSourceProject

MIT License
0 stars 3 forks source link

datetime_convert.cc date string issue #11

Closed snowsurfer101 closed 1 year ago

snowsurfer101 commented 1 year ago

On line 12, developer tried to initialize a string and there is double quotes on one side and single quotes on the other side.

Steps to Reproduce

Expected to compile.

Compiler error.

image

Operating System: Windows 11 Browser: CLion Version: unknown

Use double quotations at the end instead of single quotes.

Low priority.

Reproducibility: always

High impact, code won't even compile.

https://github.com/r3ub/OpenSourceProject/blob/main/programming%20files/datetime_convert.cc

dakotasmith13 commented 1 year ago

Fixed.