How to hide the pop up dialog box in fltkI am using this to create a pop-up that takes in users name: void Controller::cli(){ int cmd =...
Compare two strings in C++I need to compare two strings in C++. Suppose the first string is sol and the other one incomplete_a...
how to look at each character of a string without for loop in C++Suppose I have a character, and I want to check if the character is in the string. For example, I wa...
Boolean array to hold ASCII charactersNo, it just need to be a bool array that holds ascii characters
Boolean array to hold ASCII charactersI need to make a guesses array (like a vector, but without methods) that holds a Boolean for each AS...
This user does not accept Private Messages