Search:

Type: Posts; User: Zionstorm

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,388

    I'm not sure exactly if you changed anything, but...

    I'm not sure exactly if you changed anything, but basically I just want when I enter two zeros in a row. The CMD box to ask to exit. Still don't have it figured out.
  2. Replies
    9
    Views
    1,388

    These were the instructions. For this project,...

    These were the instructions.

    For this project, design and implement a Visual C++ .NET program that will simulate a simple text messaging system. The only characters that you can send are A to Z...
  3. Replies
    9
    Views
    1,388

    Code Help. Terminate on 00.

    I have this code I finally got written, but the only thing I can't get it to do is terminate on consecutive zero's.




    # include <iostream>
    using namespace std;
    int main (){
    int...
  4. Replies
    3
    Views
    1,568

    I have been trying to use switch statements too,...

    I have been trying to use switch statements too, but I am a complete novice at all of this and I just can't seem to get it work. I have something like this at the moment.


    #include<iostream>...
  5. Replies
    3
    Views
    1,568

    HELP! 1st Project!

    I have been working on this 1st project for an intro level programming class, and I just can't seem to get this working. It just needs to be as basic as it can be. All help is greatly appreciated. ...
Results 1 to 5 of 5