Search:

Type: Posts; User: BillBoeBaggins

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    2,201

    Desolation, This works perfectly, thanks. :)

    Desolation,

    This works perfectly, thanks. :)
  2. Replies
    9
    Views
    2,201

    I use SharpDevelop at home, I guess I can try and...

    I use SharpDevelop at home, I guess I can try and install it here. heh.
  3. Replies
    9
    Views
    2,201

    I am a Data Analyst so I use MS SQL...

    I am a Data Analyst so I use MS SQL Server/Access/Excel.. thats it.. we do have .Net installed. And the compiler is on my machine.
  4. Replies
    16
    Views
    4,597

    Idiot! Gawd!

    Ever read back through your own old posts and realize that you are a freaking moron? :) Just me prolly.
  5. Replies
    9
    Views
    2,201

    I need it for hobby programming in an environment...

    I need it for hobby programming in an environment where I cannot install software (work).
  6. Replies
    9
    Views
    2,201

    C# Editor

    I am looking for a C# Editor, with three requirements. I have browsed google for a while trying to find what I need with little luck.

    1. No installation
    2. Freeware
    3. Will compile from editor...
  7. Replies
    11
    Views
    3,117

    Try this, you may hate it, or you may love it but...

    Try this, you may hate it, or you may love it but either way it is free for thirty days.

    Dragonrealms
  8. Replies
    26
    Views
    5,158

    You know I didn't even think of putting it in a...

    You know I didn't even think of putting it in a loop... :D
  9. Replies
    26
    Views
    5,158

    Couldn't you just do a bit of code modification...

    Couldn't you just do a bit of code modification and change out the "long" parameters for "float"?

    Also, if you aren't interested in the bloat of including more headers files this should help. Or...
  10. Replies
    26
    Views
    5,158

    Couldn't you just write a short recursive...

    Couldn't you just write a short recursive function to handle "power of" math calls.



    long PowerOf(long Base_Number, long Power_Of)
    {
    long tmp=0;
    static long counter;
    ...
  11. Replies
    4
    Views
    1,908

    Just a suggestion... on the deletion side, add...

    Just a suggestion... on the deletion side, add another field/property to your data to indicate a boolean value of deleted or not. Then you will be able to institute a behind the scenes batch update...
  12. Replies
    6
    Views
    5,778

    MFC is compiler specific to MSVC++. It is their...

    MFC is compiler specific to MSVC++. It is their technology. You can find things that will compile on Borland's compiler and and not on any other's.
  13. Replies
    4
    Views
    2,289

    Sorry about bumping this thread but wanted to put...

    Sorry about bumping this thread but wanted to put a conclusion of sorts to it.


    Prog-bman,
    Thanks very much for your contribution, but however constructors can be overloaded so in effect I...
  14. Replies
    4
    Views
    2,289

    So either everyone is stumped, or they are...

    So either everyone is stumped, or they are stupified by my question. :)
  15. Replies
    4
    Views
    2,289

    Ok, I made a mistake, it seems to work when I run...

    Ok, I made a mistake, it seems to work when I run it in Debug mode instead of normal, so the CListbox Text; has nothing to do with it.
  16. Replies
    4
    Views
    2,289

    Constructor with Parameter not Firing

    Okie dokie. So I am making a listbox class because it was starting to get messy in my Main. Now in order to make it more self contained I needed to pass a lot of information to the new class when...
  17. Replies
    3
    Views
    2,531

    Okie doke, I noticed your Edits, and that is what...

    Okie doke, I noticed your Edits, and that is what cured the problem "(LPARAM)", I tacked that in and it works fine and dandy.

    Thank you!!!
  18. Replies
    3
    Views
    2,531

    Thank you much for your input, but per my first...

    Thank you much for your input, but per my first post the program won't compile and tells me it can't convert a "'char*' to a 'long int'". Which is weird as well because if dereferencing the pointer...
  19. Replies
    3
    Views
    2,531

    Wow I am confused. SendMessage API. (Resolved)

    Okie doke, I am so darn confused as to why this piece of code is causing a segmentation fault.


    char MyMsg[]="This is a message.\0";
    char * pMyMsg=&MyMsg[0];...
  20. Replies
    6
    Views
    8,555

    I am going to Ditto what I said previously then...

    I am going to Ditto what I said previously then add:
    See what functions come back 'undefined' when you try to compile then find out what headers they are in.
  21. Replies
    6
    Views
    8,555

    This isn't a C++ novice issue, since this...

    This isn't a C++ novice issue, since this essentially has nothing to do with the language and all to do with the tool. I suggest you simply start a new project in X and then import your code...
  22. Replies
    13
    Views
    2,093

    Princeton, just wanted to say your code is piece...

    Princeton, just wanted to say your code is piece of beauty. Looks like something you see in a book. Thats it.

    daisy244, this might be terrible advice, but in order for me to do away with the...
  23. Replies
    116
    Views
    28,396

    VB and C++ both have their places. Visual Basic...

    VB and C++ both have their places. Visual Basic is a Rapid Application Development tool, that means it is used to snap out applications not make tight efficient code, or to stimulate you. I like to...
  24. I think what he means is that plastic surgery is...

    I think what he means is that plastic surgery is mostly superficial, so if you want bigger... um bodyparts... then pay the price.
  25. From what I am hearing... if your are considering...

    From what I am hearing... if your are considering medical help maybe you should consider another country. Doctor's should make you feel safe and secure, not threatened or scared if you didn't throw...
Results 1 to 25 of 108
Page 1 of 5 1 2 3 4