Recent content by ExplosiveMercury

  1. ExplosiveMercury

    C/C++ How to Create a Hosted Network Program in C++?

    Here's the new program //Hosted Network Control #include <iostream> int main (){ using namespace std; cout << "HOSTED NETWORK CONTROL" << endl; cout << "1. Start" << endl << "2. Stop" << endl << "3. Restart" << endl; string answer; cin >> answer; if ((answer...
  2. ExplosiveMercury

    C/C++ How to Create a Hosted Network Program in C++?

    UPDATE: I just fixed the code, I didn't add "" to start/pause/restart, it works now. Only thing that annoys me is cmd says that hosted network started/ stopped and I want to print only my text. Is there a way to fix it?
  3. ExplosiveMercury

    C/C++ How to Create a Hosted Network Program in C++?

    I've made new code, but problem is still the same. When I input start/stop/reset it just says "Press any key to continue..."
  4. ExplosiveMercury

    C/C++ How to Create a Hosted Network Program in C++?

    Oh, yeah, I was confused about it, I'll try to fix it. Thanks!
  5. ExplosiveMercury

    C/C++ How to Create a Hosted Network Program in C++?

    Hi, I've been recently started programming, and wanted to make program I can use in everyday life. I use CMD hosted network every day on my other PC, and wanted to make program in witch I can stop/start/restart hosted network. This is current progress: #include <iostream> int main () {...
  6. ExplosiveMercury

    Hydrochloric acid with electrolysis?

    Currently I can't, or know where to buy it (not from U.S) and would like to learn how to make it
  7. ExplosiveMercury

    Hydrochloric acid with electrolysis?

    All dangerous experiments I do are done outside. Can you tell me how can I make hydrochloric acid? Thanks for the reply!
  8. ExplosiveMercury

    Hydrochloric acid with electrolysis?

    How can I collect chlorine gas produced by electrolysis and mix it with water to create hydrochloric acid (HCl)? I've tried it several times but the concentration of gas is so low it doesn't even bubble the water in the test tube.
Back
Top