Search:

Type: Posts; User: yodoblec

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: Classes

    by yodoblec
    Replies
    3
    Views
    1,450

    Classes

    I'm having trouble understanding classes. Could someone please help me out with them. I mean just a way to make the tutorials seem easier to understand, anything will do.
  2. Replies
    6
    Views
    2,437

    Thanks I'll change the links colors.

    Thanks I'll change the links colors.
  3. Replies
    6
    Views
    2,437

    What do u think?

    I have just started a new web site dedicated to C++. Check it out:

    http://cstuff.2ya.com
  4. Replies
    1
    Views
    1,391

    Displaying images

    I don't know how to display images in C++. Tell me how to do it.
  5. Replies
    4
    Views
    1,027

    Okay that's what I needed to know.

    Okay that's what I needed to know.
  6. Replies
    4
    Views
    1,027

    What I meant was could you have a C++ program be...

    What I meant was could you have a C++ program be displayed inside an HTML document on the web.
  7. Thread: Tic-tac-toe.

    by yodoblec
    Replies
    19
    Views
    2,524

    Thanks I'll let you know when it's done.

    Thanks I'll let you know when it's done.
  8. Replies
    63
    Views
    5,678

    Teach me how to right video games.

    Teach me how to right video games.
  9. Replies
    63
    Views
    5,678

    My bad I don't know what's wrong. But it's up in...

    My bad I don't know what's wrong. But it's up in the 7000 range!
  10. Replies
    4
    Views
    1,027

    Can You place C++ stuff onto the net?

    I really want to know the answer to this question. Mainly because I am starting up a website for C++ games and such. I know that Java can, but what about C/C++????
  11. Replies
    63
    Views
    5,678

    Wanna see a nice score?!?!? Here it is...

    Wanna see a nice score?!?!? Here it is
    http://www.geocities.com/yodoblec/index/score.JPG
  12. Thread: Tic-tac-toe.

    by yodoblec
    Replies
    19
    Views
    2,524

    Well would could I use 2-D arrays to display...

    Well would could I use 2-D arrays to display this. Cause I would know how to do this.
  13. Thread: Tic-tac-toe.

    by yodoblec
    Replies
    19
    Views
    2,524

    Tic-tac-toe.

    Is it true that tic-tac-toe is very simple to make if so please point me in the direction to do so.
  14. Thread: Graphics

    by yodoblec
    Replies
    7
    Views
    1,333

    Well I could download Photoshop of...

    Well I could download Photoshop of Kazaa.....:rolleyes:
  15. Replies
    10
    Views
    2,149

    Thanks Gotcheez that's what I needed to do.

    Thanks Gotcheez that's what I needed to do.
  16. Replies
    10
    Views
    2,149

    It's on pixels, but there's white space all the...

    It's on pixels, but there's white space all the way to 961 X 631. How do I get rid of it.
  17. Replies
    10
    Views
    2,149

    It said the size was too large even though I...

    It said the size was too large even though I stayed within the 50 X 50 regions in Paint.
  18. Replies
    10
    Views
    2,149

    Changing your name tag.

    How do you change your name tag to put pictures on it and stuff like that?

    "Must of been high on something"
  19. Replies
    7
    Views
    1,079

    Yeah, I just did. Sorry about not usin " " ""....

    Yeah, I just did. Sorry about not usin "
    " "". Even though I do know HTMl.........

    "Must of been high on something"
  20. Thread: Forced Breaks

    by yodoblec
    Replies
    2
    Views
    1,583

    Forced Breaks

    I don't know how to make a forced break in C++. How do you do? (A forced break is like hitting enter when typing.)
  21. Thread: Graphics

    by yodoblec
    Replies
    7
    Views
    1,333

    Graphics

    Would paint be a good graphic maker or should I download one??? If so please tell me a good place.
  22. Replies
    7
    Views
    1,079

    Thanks guys I guess I didn't realize I put in an...

    Thanks guys I guess I didn't realize I put in an integer number. :p

    "Must of been high on something"
  23. Replies
    63
    Views
    5,678

    I love the game. The coolest part is when all the...

    I love the game. The coolest part is when all the ships come in and shoot lazers. My high score after about 10 mins of playing it was 2343.
  24. Replies
    10
    Views
    4,280

    I've downloaded it,but it won't work.

    I've downloaded it,but it won't work.
  25. Replies
    7
    Views
    1,079

    Please tell me why it won't work.

    #include <iostream.h>
    int main()
    {
    int astring[25];
    cout<<"What is your first name: ";
    cin>>astring[25];
    cout<<"Thank you. "<<astring[25];
    return 0;
    }
Results 1 to 25 of 27
Page 1 of 2 1 2