Search:

Type: Posts; User: calcop

Search: Search took 0.01 seconds.

  1. Thread: C++ and db

    by calcop
    Replies
    2
    Views
    860

    You might need to make a loop to populate the...

    You might need to make a loop to populate the combo box.
  2. Replies
    10
    Views
    1,385

    Yes, I know. Excatly :) Go easy on me, I am...

    Yes, I know. Excatly :)

    Go easy on me, I am just now getting back into programming after a few years, well almost 4 now!

    Thanks for your reply.
  3. Replies
    10
    Views
    1,385

    I decided to use string instead of char arrays....

    I decided to use string instead of char arrays. Thanks for all the help.
  4. Replies
    11
    Views
    1,512

    Your header file should contain the prototypes.

    Your header file should contain the prototypes.
  5. Replies
    10
    Views
    1,385

    Got it working, thanks!

    Got it working, thanks!
  6. Replies
    10
    Views
    1,385

    Do you mean (char*)intVar ? Doesnt this just...

    Do you mean (char*)intVar ?

    Doesnt this just create a char with the ascii value of what the int var is?
  7. Replies
    10
    Views
    1,385

    Convert Int to *Char

    Hello everyone,

    I've been having a hard time finding an answer to my solution without writting a new function just to do this.

    How do I convert an Int to a *Char. For example. If my int...
Results 1 to 7 of 7