C++ Review QuestionsWas it ever proposed to use strings in switch statements ? It's possible in Java and C# so it should...
How to disable Windows common file save dailog?Have a look here: https://www.codeproject.com/Articles/5782/Implementing-a-Read-Only-File-Open-or-F...
Windows Application - WNDCLASS etc.If you choose a dialog based MFC from the wizard and use CFormView you even have a GUI designer to c...
search inside files inside fileWhat compiler / IDE do you use ? #include<filesystem> requires C++17
Palindrome program[quote]...if we remove the first character and add it at the back of the word[/quote] Why don't you...