Search:

Type: Posts; User: Undeadenemy

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,656

    Compiling Dll's

    How do you go about compiling Dll's? Is there some special button or do you just need to have the required project file open?

    I use Dev C++ if that makes a difference.
  2. Replies
    7
    Views
    2,470

    On second thought, I just ran through that and...

    On second thought, I just ran through that and with the computer telling me "Too high" or "Too Low" it wasnt that bad. I would still like to know about that RAND_MAX thing though.
  3. Replies
    7
    Views
    2,470

    It was the semicolon after the IF statement. The...

    It was the semicolon after the IF statement. The program runs correctly now, but while analysing the code I noticed that I never defined RAND_MAX. This leads me to believe that RAND_MAX is a keyword,...
  4. Replies
    7
    Views
    2,470

    Guessing Game Problems

    I'm having problems with my guessing game code. It generates an error on line 39, the ELSE statement. I'm not sure why, the code is a type and run from my Sams Teach Yourself C book, so it should...
  5. Replies
    14
    Views
    3,087

    I could do that but I want a way to add that in...

    I could do that but I want a way to add that in myself so that I don't have to do that.
  6. Replies
    14
    Views
    3,087

    No you misunderstood me. I had to add the code in...

    No you misunderstood me. I had to add the code in on my own using the information gained from the FAQ. Now that I switched compilers, the FAQ code no longer works.
  7. Replies
    14
    Views
    3,087

    Now that I switched to Dev C++ my "Press Enter to...

    Now that I switched to Dev C++ my "Press Enter to terminate" part of my code (on the FAQ page) no longer works. I still need to know a solution to the problem, what can I do now?
  8. Replies
    14
    Views
    3,087

    This is probably a very stupid question, but...

    This is probably a very stupid question, but since C and C++ compilers are grouped together, are they usable for both languages?
  9. Replies
    14
    Views
    3,087

    I'm using the Miracle C compiler.

    I'm using the Miracle C compiler.
  10. Replies
    14
    Views
    3,087

    Still getting the same error, heres an updated...

    Still getting the same error, heres an updated version of my code. Two lines I had left out are in there now:


    /* Demonstrates variables and constants */
    #include <stdio.h>

    /* Program end...
  11. Replies
    14
    Views
    3,087

    Wow, I feel stupid. I guess it takes someone else...

    Wow, I feel stupid. I guess it takes someone else seeing things sometimes though. Thanks.
  12. Replies
    14
    Views
    3,087

    Parse Error, expecting `SEP'

    line 11: Parse Error, expecting `SEP'
    'const int TARGET_YEAR = 2010'

    Can explain this error to me? I'm copied this code straight from my book and double checked it to make sure.

    My program...
  13. Never mind my last post, I got it. Thanks.

    Never mind my last post, I got it. Thanks.
  14. Does it matter where I implement this into my...

    Does it matter where I implement this into my program?

    Thank you by the way.
  15. Stoping Program From Terminating Automatically

    I'm a newbie C programmer, but I have worked with Visual Basic and did a little (3-4 days) of a C++ coding book. Currently I am opening my C coding book (with I also only did 3-4 days of last time)...
Results 1 to 15 of 15