Search:

Type: Posts; User: oobootsy1

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    8,030

    heres what i got so far: #include ...

    heres what i got so far:


    #include <iostream>
    using namespace std;

    struct bowling
    {
    int frame1;
    int frame2;
  2. Replies
    6
    Views
    8,030

    Need Help with a Bowling Score Program

    Hey all, I am doing a Bowling Score program for my C++ class. Ive tried every peice of logic I know of, but cant get it to work still. Strikes and spares are whats giving me the problem. I can do...
  3. Replies
    1
    Views
    1,922

    Simple program not working

    Im making a program. You type your name in the first textbox, hit the button that says Ok, and then if the first textbox has any text in it..it outputs "Your name sucks!!" to a other "non editable"...
  4. Sigh...ive done countless searches on Google. As...

    Sigh...ive done countless searches on Google. As said, NONE have Windows Application tutorials :)

    Isnt Tic Tac Toe hard though? I have no idea how I would even start a thing like it
  5. Ok, that cleared some up. Thanks But still,...

    Ok, that cleared some up. Thanks

    But still, anybody know any beginner programs I should make for pratice, and/or WINDOWS APPLICATION C# tutorials?
  6. I checked that thread before, and all those...

    I checked that thread before, and all those tutorials have nothing for Windows Applications. I know C++ already, well, 1/4 of it, If I wanted to make a Console app. , I would go to C++ and code that....
  7. What are some good beginner programs I shouold make?

    What are some good beginner programs I shouold make? I need pratice. They need to be beginner or near it however. A Bank is too hard for me it seems, so many commands I dont understand for the bank...
  8. Replies
    9
    Views
    15,495

    Thanks so much man, I will try it out.

    Thanks so much man, I will try it out.
  9. Replies
    9
    Views
    15,495

    Just tried to compile your code. I made new...

    Just tried to compile your code. I made new project, Windows Application. I replaced Form1.cs with your first code, and then clicked Add New Class and copied your second code to that, rewriting...
  10. Replies
    9
    Views
    15,495

    Darn...I just wanted tips on how to make what I...

    Darn...I just wanted tips on how to make what I wanted, or a tutorial :) Oh well, I will just skim and see whats new in it. Thanks
  11. Replies
    9
    Views
    15,495

    What I want it to do: I want to have it so you...

    What I want it to do:

    I want to have it so you start with 50$ on the Balance part. I think I have done that, not sure if it works though.

    I also want it to be like this: I type a number in the...
  12. Replies
    9
    Views
    15,495

    Ok, lemme do this. Also, the Balance is a non...

    Ok, lemme do this. Also, the Balance is a non editable textbox.

    I was thinking that the Visuals would be needed to see, but I guess code sounds more better. :)


    using System;
    using...
  13. Replies
    9
    Views
    15,495

    Need Help On a Simple Bank Program

    Hi. Im new to C# and want to make a bank program. Its a simple thing, with a Deposit textbox and a Withdraw textbox, and a Balance textbox.

    I want to have it so you start with 50$ on the Balance...
  14. Thread: C# Links

    by oobootsy1
    Replies
    37
    Views
    187,449

    Sticky: Do these work for Visual C# also?

    Do these work for Visual C# also?
  15. Replies
    0
    Views
    1,727

    How do I make the font size smaller?

    I am using Visual C#, and need to know the command to make font size smaller, specifically in my web-browser. I know where to put the code, just dont know the code for font size.

    Thanks!

    P.S. -...
  16. Replies
    44
    Views
    3,710

    see what u guys do? u guys make a small simple...

    see what u guys do? u guys make a small simple question huge.
    heres a working program. just replace the middle stuff with whatever u need



    #include <iostream>
    using namespace std;

    int...
  17. Thread: Help

    by oobootsy1
    Replies
    18
    Views
    2,045

    awww......sumthin i ran into also. add a c to the...

    awww......sumthin i ran into also. add a c to the starting of the library that supposedly doesnt exist ;) also, i think thats the opengl tut. go to http://nehe.gamedev.net for sum much better tuts....
  18. Replies
    11
    Views
    1,549

    **** u. i had to link the libraries in bloodshed,...

    **** u. i had to link the libraries in bloodshed, so go eat a dick.
  19. Replies
    11
    Views
    1,549

    got it. thx alot. btw, dont see ur posts on the...

    got it. thx alot. btw, dont see ur posts on the NeHe forum.
  20. Replies
    3
    Views
    1,816

    thx very much, both of u. also, check ur PM's WTD!

    thx very much, both of u. also, check ur PM's WTD!
  21. Replies
    3
    Views
    1,816

    NeHe OpenGL Tut Dont Compile.

    i attached the coding for the first tutorial on opengl on the nehe website. i got the devv C++ version that u dl at the bottom. but as always, gay bloodshed dont have the correct library. dunno how...
  22. Replies
    8
    Views
    1,354

    ....i dont have the internet where my computer...

    ....i dont have the internet where my computer is, so i only get on the internett at library and such. i mean have the filename a string!
  23. Replies
    11
    Views
    1,549

    pdf? dont see one. also, the damn first tut wont...

    pdf? dont see one. also, the damn first tut wont even compile. check out the new thread. btw, check ur PM's.
  24. Replies
    8
    Views
    1,354

    so would it be like this:? [code] char...

    so would it be like this:?

    [code]
    char name[50]
    cout << "Please enter the filename title: ";
    cin >> name;

    ofstream a_file(name)
    [code]
  25. Replies
    11
    Views
    1,549

    wow, cool, another beginner. i like that site,...

    wow, cool, another beginner. i like that site, thx for letting me know about it. before i buy the book, i will probably check out those tuts. thx, but i still need replys about the book.
Results 1 to 25 of 98
Page 1 of 4 1 2 3 4