Search:

Type: Posts; User: Lou1024

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,024

    Sorry I must be missing something. When I run...

    Sorry I must be missing something. When I run it, it simply displays the information. heres what I have:


    #include <string>
    #include <map>
    #include <iostream>

    int main(){
    ...
  2. Replies
    5
    Views
    1,024

    Cool, I tried it, but I was aiming for something...

    Cool, I tried it, but I was aiming for something where you give a term, and get back the defenition. Im interested in trying it that way, but I have not done any coding in several years. How can I...
  3. Replies
    5
    Views
    1,024

    word/def question

    Hey, im creating a "mini-dictionary" for birds, and I have realized that only a certain number of word/defines are allowed. How can I extend the limit? Heres the outline of my code without the...
  4. Replies
    3
    Views
    842

    Thanks, I got it working.

    Thanks, I got it working.
  5. Replies
    3
    Views
    842

    SImple code, need help

    Hey everyone,
    Just started really getting into C++ and i need a bit of help with a code:


    #include <iostream>
    #include <stdlib.h>
    #include <string.h>

    #define lastQuestion 4
Results 1 to 5 of 5