CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DrCoolSanta

Search: Search took 0.01 seconds.

  1. Thread: secureftp

    by DrCoolSanta
    Replies
    2
    Views
    896

    Re: secureftp

    Look into learning C++ and winsock programming (Its similar in windows also) and if you expected someone to write it for you, I am afraid that anyone here has neither the time nor the incentive to do...
  2. Replies
    2
    Views
    2,297

    Re: Disable computer port

    There is a firewall called zonealarm, it can provide you with all features that a firewall must and unlike Windows Firewall, it allows you to disable outgoing ports as well.
  3. Replies
    2
    Views
    1,099

    Re: The disappearing GUI

    I hope this isn't Win 3.x? Now it could be something as simple as faulty or old hardware, to something like faulty code. I also hope you aren't using any wrappers for GUI?
  4. Replies
    7
    Views
    5,950

    Re: Best free PHP forum

    Ahem, I use phpbb myself, but I have recently been told that it invites many bots and a lot of the people I know got theirs hacked.I normally prefer SMF but due to some issues with my server I can't...
  5. Thread: PHP form

    by DrCoolSanta
    Replies
    6
    Views
    1,851

    Re: PHP form

    So submitting brings you back to the page? Have you looked into the code of the php file that actually puts into MySQL. Since it reaches there, and that is what brings in the output, then it might be...
  6. Replies
    5
    Views
    1,340

    Re: Timing Game Speed.

    Basically what he is saying that you make your code do animations or change not by the no. of frames but the no. of seconds that have passed. If you can implement that in your code on your own then...
  7. Replies
    8
    Views
    1,305

    Re: Server side development tools

    DLLs and you are thinking about cross platformness?
    May I know what you exactly want to do with that.

    For now, I prefer PHP above the rest because of the freeness and the documentation, and...
  8. Replies
    20
    Views
    3,497

    Re: LoadImage and Dual Core Processors

    This might not be an exact solution for this, but you could try giving it yo others for beta testing. If it is going to be free then put it on CG or something or try to give it to your friends and...
  9. Re: C++ String: How to convert a numeric type to a string?

    Another method is top use itoa() function that is there in many Windows compilers. I myself have tested in Dev-C++ and VC++
  10. Re: How can I get a Text file to a Char[65536]

    Instead of \r\n in the text file, press return as the file needs no escaping.

    contents of the file should be
    abc ABC
    def DEF
    hij HIJ

    and not with \r\n
  11. Replies
    9
    Views
    1,247

    Re: using .h files?

    You can't compile your header file with it's cpp file as such. Header files are suppose to be included in a c++ file which in turn would have a main function. You don't compile the header seperately,...
  12. Thread: Icons

    by DrCoolSanta
    Replies
    17
    Views
    2,353

    Re: Icons

    Now that was too much irritatedness for one guy . . .

    However my suggestions include that you create your own or use some other ones that are not normally used by people.
  13. Replies
    0
    Views
    795

    Buggy securty?

    Let's begin with saying that I am very sad that such a post be my first post on this community. Well I was just looking through my backup and relised something, had an idea, though disasterous, and...
Results 1 to 13 of 14





Click Here to Expand Forum to Full Width

Featured