Search:

Type: Posts; User: pizzapie

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Howdie yall

    by pizzapie
    Replies
    0
    Views
    1,407

    Howdie yall

    Yea, I've decided to transfer from C++ to C#, ive got the sdk and all that and i know that googles got this answer but ive had some bad experiences with online tutorials. Iwas wondering if you guys...
  2. Replies
    11
    Views
    1,263

    Thanks everyone. I found a nice and absolutly...

    Thanks everyone. I found a nice and absolutly free download manager at www.freshdevices.com I recommend it because it is so easy to use and it can be set to automatically come up instead of the...
  3. Replies
    11
    Views
    1,263

    Damn. C# is certainly what I want but thats alot...

    Damn. C# is certainly what I want but thats alot of downloading for a personl ike me with dial-up. Is there a way around this massive download? Also just for curiosity, if somehow I manage to get...
  4. Replies
    11
    Views
    1,263

    thank you so much. I've never met someone more...

    thank you so much. I've never met someone more helpful before. I will try out C# and I hope it will be the language I've been searching for. Thank you
  5. Replies
    11
    Views
    1,263

    Another question. What exactly i C#? How does it...

    Another question. What exactly i C#? How does it differ from C++. I'm gussing not much but is it better or worse?
  6. Replies
    11
    Views
    1,263

    I'm running Windows XP and on the side is it...

    I'm running Windows XP and on the side is it possible to use the Windows standard GUI?
  7. Replies
    11
    Views
    1,263

    I need to decide

    Hey guys. I'm guess im just at the end of the beginer's fase of C++ and I'm sort of frustrated. Mainly because I just don't ever see C++ being able to do what I want it to do in the distant fututre...
  8. Thread: simple q+a

    by pizzapie
    Replies
    2
    Views
    978

    simple q+a

    hey guys i havnt been on for a while. Just a few quick q's, is sd ram better than ddr and i am buying a wireless lan and wonderin if its called a wirless lan adapter is that an actual wiresless lan...
  9. Replies
    21
    Views
    2,448

    Problem with very simple code

    ill let you be as confused as i am.
    #include <iostream>

    using namespace std;

    int main()

    {

    int guess;
  10. Thread: Pointers

    by pizzapie
    Replies
    27
    Views
    2,192

    thats cool. now one last request before i jump...

    thats cool. now one last request before i jump off a cliff. give me a link to a tutorial that covers classes perfectly, describes everything about them etc. must be recent
  11. Thread: Pointers

    by pizzapie
    Replies
    27
    Views
    2,192

    my understanding is clearing up but if you want...

    my understanding is clearing up but if you want to add to this it would be appreciated. simple question, are structures the same as classes. can one be substituted for the other and is there a...
  12. if you already know c or c++ then why don't you...

    if you already know c or c++ then why don't you make a nice tutorial yourself. If you understand it, its not that hard. just find a decent tuorial(even an out of date one) and build yours around that...
  13. Thread: Pointers

    by pizzapie
    Replies
    27
    Views
    2,192

    so are you trying to say that void means that...

    so are you trying to say that void means that the data has no type, and needs to be specified before use? unless it means that the pointer is declareed, but the type eg int isn't declared. does that...
  14. Replies
    12
    Views
    1,278

    get dev-c++, a links on this site but i'll give...

    get dev-c++, a links on this site but i'll give it to you anyways www.bloodshed.net download it for free, really good
  15. Replies
    12
    Views
    1,278

    i can only answer your second question. of course...

    i can only answer your second question. of course you can unless you have a really crappy compiler which i doubt. by the way, which compiler are you running?
  16. Thread: Slot Game

    by pizzapie
    Replies
    8
    Views
    1,157

    fair enough but i can't be arsed changing it,...

    fair enough but i can't be arsed changing it, besides it doesn't matter because i decided to make it to see if i really understood the stuff i was learning. this proves that i do because i wasn't...
  17. Thread: Slot Game

    by pizzapie
    Replies
    8
    Views
    1,157

    fixed #include #include ...

    fixed
    #include <iostream>
    #include <ctime>
    #include <cstdlib>
    using namespace std;

    int main()
    {
    int num1;
    int num2;
  18. Thread: Slot Game

    by pizzapie
    Replies
    8
    Views
    1,157

    good point, ill get on it right away

    good point, ill get on it right away
  19. Thread: Slot Game

    by pizzapie
    Replies
    8
    Views
    1,157

    you guys are brilliant

    you guys are brilliant
  20. Thread: Slot Game

    by pizzapie
    Replies
    8
    Views
    1,157

    Slot Game

    I've developed a slot machine game. It is perfect now except for 1 thing, the random numbers don't change. Have you got any advice?
    #include <iostream>
    #include <ctime>
    #include <cstdlib>
    using...
  21. Replies
    5
    Views
    1,519

    classes are pain

    i know i've started aot of threads recently but i really want to learn c++. classes are killing me. my tutorial just isn't doing me anygood. its been great till now though look at it, ill put in...
  22. Thread: Hello all!

    by pizzapie
    Replies
    11
    Views
    1,165

    no need for a book when you are begining. just go...

    no need for a book when you are begining. just go to http://cplus.about.com and learn, learn, learn. after reading all of the 35 tutorials there are a few more advanced ones on random numbers and...
  23. Replies
    23
    Views
    2,283

    this isn't complex code. you need to create a...

    this isn't complex code. you need to create a function. ill work one out in about 2 mins so ill post code when im done. you don't need the complex code you posted. i know you've fixed it but i feel...
  24. Thread: Pointers

    by pizzapie
    Replies
    27
    Views
    2,192

    thankz frobozz, that helped alot. now im learning...

    thankz frobozz, that helped alot. now im learning about classes. theres just an example in the tutorial that seems crazy. ill post it
    class Dog {
    public:
    void setAge(int age);
    int...
  25. Replies
    25
    Views
    7,515

    i had a similar problem. If all you are making is...

    i had a similar problem. If all you are making is a text display program then don't create it as a project. What you do is go to notepad, dont type in it but save it as watever.cpp then go into...
Results 1 to 25 of 40
Page 1 of 2 1 2