Search:

Type: Posts; User: Octorok101

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,262

    I cant seem to get it to work. What are the...

    I cant seem to get it to work. What are the second group of numbers for?
  2. Replies
    3
    Views
    1,262

    Array Question

    Can you declare whole rows of a multi-dimensional array at one time? or do you have to go through and individually declare each spot one at a time?
  3. Thread: !help!

    by Octorok101
    Replies
    1
    Views
    922

    !help!

    I just got VC++ 6 and I tried to write a simple program I it wont let me! I cant even write the simple hello world program from the tutorial! maybe I am not totally understanding VC++ do you have to...
  4. Thread: defferences

    by Octorok101
    Replies
    5
    Views
    1,065

    defferences

    Is there a difference between the coding of these 3 languges?

    C++, Visual C++, Visual C++ .NET

    If so how much of a difference?
  5. Thread: 2 questions

    by Octorok101
    Replies
    6
    Views
    1,080

    I would appricate seeing your snake code. And I...

    I would appricate seeing your snake code. And I need a tutorial for question 2 because it would take me through the steps so I would learn it better. thanks
  6. Thread: 2 questions

    by Octorok101
    Replies
    6
    Views
    1,080

    2 questions

    I would really appricate if someone would answer these two questions.

    1) How do you disply a bmp. in windos?(the faq link is broken)

    2) does any one know of a tutorial that shows how to create...
  7. Replies
    9
    Views
    1,671

    It should be jut the same. C++ is simply C with a...

    It should be jut the same. C++ is simply C with a few extras
  8. Replies
    7
    Views
    1,029

    thanks, now I only need to now about the font

    thanks, now I only need to now about the font
  9. Thread: Newb.

    by Octorok101
    Replies
    6
    Views
    1,052

    the book is just titled crase course. It is a...

    the book is just titled crase course. It is a book for the actual class. the book is great for beginners
  10. Replies
    3
    Views
    1,425

    will that code work for clearing text too?

    will that code work for clearing text too?
  11. Thread: Practice

    by Octorok101
    Replies
    1
    Views
    1,589

    Practice

    Does anyone know of a site that has problems or projects for C++. I would like to practice C++ and cant think of any problems on my own. TIA
  12. Thread: Newb.

    by Octorok101
    Replies
    6
    Views
    1,052

    Great Book: .Programming C++ Crash Course . It is...

    Great Book: .Programming C++ Crash Course . It is a Shaum's easy outline.
  13. Replies
    5
    Views
    4,036

    It comes with Dev. C++. It took me awhile but I...

    It comes with Dev. C++. It took me awhile but I found it. Click on help. then costomize help menu. click browse and go to the file where you installed Dev. C++. you will see a help file;)
  14. Replies
    7
    Views
    1,029

    Dos in a window

    Dos in a window
  15. Replies
    7
    Views
    1,029

    ?

    what?
  16. Replies
    7
    Views
    1,029

    Erase and font

    I have looked through a lot of books and still cant find out how to do these two things:

    1)how do you clear the screen?(ie get rid of all the text)

    2) how do you change the font size of the...
  17. Replies
    6
    Views
    1,280

    thanks

    thanks
  18. Replies
    6
    Views
    1,280

    randomizing a variable

    is this simply done by:

    int varible=random(x)

    is this right? If not could someone help me?
  19. Replies
    6
    Views
    1,419

    THe pause command is in a post called " to quick...

    THe pause command is in a post called " to quick to read"
    hope I helped
  20. Replies
    6
    Views
    1,419

    If you check the post on the window closing too...

    If you check the post on the window closing too fast you will see a pause command. plug that in before return(0). also you might want to change void main to int main
  21. Thread: random

    by Octorok101
    Replies
    3
    Views
    936

    random

    what header file do I need to use the random function for variables?
  22. Replies
    1
    Views
    990

    Window stay!

    I know how to get the window to close when you press a letter and then enter but is it possable to have it close when you press escape?
Results 1 to 22 of 22