- Well, for the taskbar, just try dragging it from top to bottom or another side. If u can't drag, right click on it, uncheck Lock the taskbar .
- As for the rest, there is too little information...
User Profile
Collapse
-
Do like this and it will work (at least with gcc)
You don't even need to press enter :DCode:int main() { if(getche() == '\e' ) fn_menu(); // if 1 instruction, no need for brackets else; // do nothing return 0; }Leave a comment:
-
well, puts automatically returns to a new line, while cout doesn't :DLeave a comment:
-
-
Supposing you copy-pasted 2 files in your question, I would say that the errors are in the second part:
1.(check before "endl;"Code:cout << "I am your master" >> endl; // must be cout << "I am your master" << endl;
2. You must close the bracketLeave a comment:
-
No activity results to display
Show More
Leave a comment: