Search:

Type: Posts; User: kook44

Search: Search took 0.00 seconds.

  1. I have VC++ Express edition, and it allows you to...

    I have VC++ Express edition, and it allows you to create console projects, not gui. I guess you can get the libraries from somewhere else?
  2. thats's it thanks anontymouse.

    thats's it thanks anontymouse.
  3. Free compiler for commercial development? (mingw?)

    Hi-
    I've been asked to create an app that may be sold for a profit. It's kind of an experiment, and I'm not sure if it will really take off. I'd like to not have to shell out a lot of dough for...
  4. Replies
    3
    Views
    1,748

    Hi- I'm not 100% on this, but I think this is...

    Hi-
    I'm not 100% on this, but I think this is related to the behavior of CGI. I think the way it works is, your web server will set whatever comes after the requested resource in the url (which is...
  5. Replies
    5
    Views
    1,160

    Thanks. Actually, I have 5 years programming...

    Thanks.

    Actually, I have 5 years programming experience in the java/web world. I'm just trying to get into desktop programming. Have to think back to my cs undergrad courses. It's hard getting...
  6. Replies
    5
    Views
    1,160

    yep, that was it - once the variable n gets...

    yep, that was it - once the variable n gets descoped, I get all kinds of weird results. makes sense

    Thanks!
  7. Replies
    5
    Views
    1,160

    Newbie Pointer question

    Hi-
    What's the diffreence between doing this:


    Node *temp;
    temp = new Node;
    temp->data=x;


    and this:
Results 1 to 7 of 7