Recent content by Joseph Daniel

  1. J

    How come google chrome only loaded half a manga page but ie loaded the page fully?

    The page could be loaded by chrome some time ago, and the other manga pages of the series could be loaded properly. Not that it's really a problem; I'm just curious about it.
  2. J

    C++ won't compile and says: too few arguments to function 'void MenuOptions(char)'?

    The code is below: #include <iostream> using namespace std; void MenuOptions (char ); int main () { MenuOptions (); system ("pause"); return 0; } void MenuOptions (char ) { cout <<"Basic Mathematical Operations"<<endl; cout <<" a. Set the...
Back
Top