Search:

Type: Posts; User: mattbbx

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    991

    Again with another Problem

    Alright, I have just now found I have a problem with char and int. If I wanted to enter an IP like 127.0.0.1 as Int it would read it as a charecter, if i had char it would read as an Integer. How do...
  2. Replies
    4
    Views
    2,621

    Thanks ill read. By the way... I dont complain

    Thanks ill read. By the way... I dont complain
  3. Replies
    4
    Views
    2,621

    Sockets, Winsock

    Hmm, im having troubble with winsock. How would I Go into programming my Program so it would be like
    open socket and send string blahblahblah
    Any help would be appriceated
  4. Replies
    12
    Views
    2,245

    RealityFusion, thanks but for some reason it wont...

    RealityFusion, thanks but for some reason it wont compile it complains about the variables in main()

    Ok i changed int to char but now the window flashes up real quick and I dont see anything
  5. Replies
    12
    Views
    2,245

    ahhhhhhhhhh i see, even a small thing matters...

    ahhhhhhhhhh i see, even a small thing matters
    Thank you
  6. Replies
    9
    Views
    2,717

    There is never a no. I was horrable at math but...

    There is never a no. I was horrable at math but im going at a progressave pace. If you really want to do something you work on it untill you can. Have hope, do homework, work hard and youll always...
  7. Replies
    12
    Views
    2,245

    Sorry that was a bit too fast paced for me could...

    Sorry that was a bit too fast paced for me could you simple it out?
  8. Replies
    12
    Views
    2,245

    Functions, what am I doing wrong here?

    #include <iostream.h>
    #include <stdio.h>
    int main()
    {
    int name()
    {
    int nam;
    cout<<"Enter your name: ";
    cin>>nam;
    }
  9. Replies
    11
    Views
    1,759

    That explains it, The newest version is beta so...

    That explains it, The newest version is beta so it is not all complete and there are bugs, download version 4 it should work fine then.
  10. Replies
    6
    Views
    991

    Thanks ill try that, Stoned_coder, some of the...

    Thanks ill try that, Stoned_coder, some of the header files arent used because the prog isnt done. :)

    EDIT: I got the same error using the other code

    topf=rand()%5+1;
  11. Replies
    6
    Views
    991

    Will not compile, help

    This wont compile correctly, it says "implicit declaration of function `int random(...)'"



    #include <stdio.h>
    #include <math.h>
    #include <iostream.h>
    int main()
    {
    int topf;
Results 1 to 11 of 11