Search:

Type: Posts; User: Ikurik

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,122

    if youre running windows me you could run wipcfg...

    if youre running windows me you could run wipcfg i think that would help you
  2. Thread: Challenge

    by Ikurik
    Replies
    1
    Views
    1,641

    Challenge

    hey all, i am a beginning programmer and was wondering if any of you guys have any good ideas for a beginning program. I was looking for a challenge but i am really not that experienced any ideas???
  3. Replies
    20
    Views
    4,368

    Another good book on the c++ language is the c++...

    Another good book on the c++ language is the c++ all-ni-one deskreference for dummies. Its in the "for dummies" line of books (you know, the yellow and black ones) I have found it very helpful and...
  4. Thread: Text Color

    by Ikurik
    Replies
    3
    Views
    1,089

    thanks guys i should have done a search before...

    thanks guys i should have done a search before posting
  5. Thread: Text Color

    by Ikurik
    Replies
    3
    Views
    1,089

    Text Color

    hey again
    i have run into a problem that involves text color. I only want one word in a sentese to be red, but what hapopens is that the desired word is red, as wanted, but so it the rest of the...
  6. Replies
    14
    Views
    2,585

    What will using the new header files do to the...

    What will using the new header files do to the program. After the first or second reply that told me not to use a semicolon at the end of an if statement, everything compiled qnd worked fine
  7. Replies
    14
    Views
    2,585

    Thanks guys, i know it was kinda a dumb question...

    Thanks guys, i know it was kinda a dumb question but i had to ask.
  8. Replies
    14
    Views
    2,585

    I feel stupid having to ask but.......

    ok i have just started making a text-adventure and i already ran into a problem. I it so simple it is sad but i can figuer it out.
    here is the code:
    #include <iostream>
    #include <stdlib.h>

    int...
  9. Replies
    3
    Views
    7,995

    Gosh man you guys are good. I just started...

    Gosh man you guys are good. I just started programming and am way behind you guys... WAY! Graphics is completely beyond me. I can only wait till i can do some fo this stuff
  10. Thread: DEV C++ help

    by Ikurik
    Replies
    9
    Views
    1,201

    I agree with what you both said, and for the guy...

    I agree with what you both said, and for the guy who started the post, using: system("PAUSE") is prolly the solusion you will find the best.
  11. Thread: DEV C++ help

    by Ikurik
    Replies
    9
    Views
    1,201

    Hey i have the same compiler the solution...

    Hey i have the same compiler
    the solution mentioned before may work, but i think that my solusion is the preferred one. I had the same problem, but i saw it published in a book when i was at...
  12. Replies
    16
    Views
    8,281

    Thanks you guys for your suggestions. Hopefully...

    Thanks you guys for your suggestions. Hopefully i can use them to make a cool game somewhere down the line.
    Once again thanks for the help.
  13. Replies
    16
    Views
    8,281

    I just had an idea but im not sure how to...

    I just had an idea but im not sure how to implement it. Since the numbers seem to be more random as the range increases. Could i possibly make a random number from 1 to 8, then divide that number...
  14. Replies
    16
    Views
    8,281

    Ok Ok so if i give it a larger range to work...

    Ok Ok so if i give it a larger range to work with, i get what appear to be more randomized numbers. But i guess what i should say is that my goal is eventually to make a dnd style text adventure. ...
  15. Replies
    16
    Views
    8,281

    I tried your suggestion, and while it does...

    I tried your suggestion, and while it does accomplish the goal of excluding 0 it does something else also. I ran the program multiple times with your suggestion and the re sults i got were something...
  16. Replies
    16
    Views
    8,281

    Random Number Generator

    Hey i have started this random number generator and i am having a problem. The code produces a random integer from 0 to 4. This is good, but i was wondering how i could alter the code to get a...
  17. Replies
    3
    Views
    1,339

    Text based games are realitivley easy to program....

    Text based games are realitivley easy to program. All you need is a basic understanding of the cout, cin, and if functions. You also need some variables. My first text-based game was a dnd style...
Results 1 to 17 of 18