Search:

Type: Posts; User: Def

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,921

    Awesome

    Thanks. Yea i took that code from the book. The professor actually did give us...

    Hint: The correct key is 88 and the message is "Attack at dawn!"

    It is easier is you store the...
  2. Replies
    7
    Views
    1,921

    no change.

    We get examples of how the program should run from our professor. Our program should function exactly as his does. I know the correct output is at line 88, however it is supposed to print "Attack at...
  3. Replies
    7
    Views
    1,921

    Yes i get it, haha. I am getting an error message.

    The output isnt right this way.


    #include<iostream>
    using namespace std;
    int main()
    {


    char in[100]=":mmZ\dxZmx]Zpgy";
  4. Replies
    7
    Views
    1,921

    Programming input question

    I had to write a program that read the encrypted message... ":mmZ\dxZmx]Zpgy"
    This was accomplished. The completed program is below, however it is set up now so that a user will input an encrypted...
  5. Replies
    5
    Views
    3,387

    Works, but will not print name is it belongs to a girl and a boy.

    Well I changed the code and now it works for the Boys name and Girls name. But now when i type in a name that is both a girls and boys name such as "Alex" it will only print the boys/girls name that...
  6. Replies
    5
    Views
    3,387

    Non-lvalue in assignment?

    This program is supposed to take a boy or girl name and output its popularoty rank.

    The text file is laid out as

    1. Jacob Emily
    2. David Alyssa
    ...
    ...

    I cant figure out what I am...
Results 1 to 6 of 6