If statements in C++ - TechRepublic
General discussion
May 26, 2003 at 02:05 AM
mandrews

If statements in C++

by mandrews . Updated 22 years, 11 months ago

Please help I am new to C++ programming.

Recently I tried to write a program in C++ 6.0 which had an if statement like

(if today == “Sunday) then do something

but if I type Sunday when running program it does not do what asked.

Can anyone tell me what is wrong?

Mark

This discussion is locked

All Comments