Search:

Type: Posts; User: tjpanda

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Thread: C or C++??????

    by tjpanda
    Replies
    5
    Views
    1,594

    That is C code. But you probably aren't going...

    That is C code.

    But you probably aren't going to be in a good position to be messing with it for some time.
  2. Replies
    3
    Views
    2,069

    Yeah I clearly have the wrong approach going on...

    Yeah I clearly have the wrong approach going on lol. I didn't have any clue at all on where to start until I did some research, so now I'm working on solving the problem.

    But I'm still curious,...
  3. Replies
    3
    Views
    2,069

    Euler's problem #3

    http://projecteuler.net/index.php?section=problems&id=3

    "The prime factors of 13195 are 5, 7, 13 and 29.

    What is the largest prime factor of the number 600851475143 ?"

    --


    unsigned long...
  4. Replies
    4
    Views
    3,463

    edit: Great thanks ^^ That program did just...

    edit:

    Great thanks ^^ That program did just the trick XD
  5. Replies
    4
    Views
    3,463

    Hm...well I'll try that and if it doesn't work...

    Hm...well I'll try that and if it doesn't work out then oh well ^^
  6. Replies
    4
    Views
    3,463

    Qusetion about sending VK_CONTROL

    Problem: My friends CTRL key sends the "insert" button for whatever reason on her laptop
    Solution: Write a program that will send the ctrl message to everything whenever insert is pressed

    (At...
  7. Thread: Winsock issues

    by tjpanda
    Replies
    3
    Views
    3,540

    Oh, how stupid of me. I should have remembered...

    Oh, how stupid of me. I should have remembered that :x Thanks though ^^
  8. Thread: Winsock issues

    by tjpanda
    Replies
    3
    Views
    3,540

    Winsock issues

    I am so utterly confused.

    I haven't used winsock in a while, and I wanted to make a project to get back into it so I made one, called it Krabz and opened up MSDN ( I don't know why I called it...
  9. Replies
    11
    Views
    1,735

    ah ok thanks Elysia

    ah ok thanks Elysia
  10. Replies
    11
    Views
    1,735

    Ok thanks, is there any way to make the VS...

    Ok thanks, is there any way to make the VS compiler use the normal guards or do I just have to manually type it (not like I mind, but doing a project which is going to use a lot of classes so...
  11. Replies
    11
    Views
    1,735

    Question about #pragma once

    Normally I make a header file like this:


    #ifndef HEADERFILE_H_
    #define HEADERFILE_H_

    ...

    #endif HEADERFILE_H_
  12. Replies
    3
    Views
    1,698

    Ah makes sense. Thanks! ^^

    Ah makes sense. Thanks! ^^
  13. Replies
    3
    Views
    1,698

    Including headers in a header file

    Hi, where should you place #include's inside of a header file for "best practice" ?

    Ex:


    // Header.h

    // #include here or below?

    #ifndef HEADER_H_
  14. Replies
    2
    Views
    4,340

    Ah...I'm stupid ^_^. I looked the list over and...

    Ah...I'm stupid ^_^. I looked the list over and over and didn't catch that...hah...night time is wonderful.. XD
  15. Replies
    2
    Views
    4,340

    Odd enum error...

    // CInc.h
    //

    #ifndef CINC_H_
    #define CINC_H_

    // Income levels
    enum inct
    {
    BELOW_POVERTY,
  16. Replies
    25
    Views
    4,943

    Actually I have worked as a professional eSport...

    Actually I have worked as a professional eSport tournament admin and I would say since I have experience, have dealt with the problem of cheaters, and successfully dealt with cheaters I do...
  17. Replies
    25
    Views
    4,943

    Please don't tell me you are actually going to...

    Please don't tell me you are actually going to use that. Your logic is flawed here, you're only going to ........ off the legit gamers and do nothing to stop the cheaters.
  18. Replies
    25
    Views
    4,943

    That's why your opinion is worthless-no offense. ...

    That's why your opinion is worthless-no offense. If someone runs a cheat in garena their account will be banned, usually instantly-but it can be delayed for up to an hour or so. It's the platform...
  19. Replies
    25
    Views
    4,943

    So if they hit those buttons and their just...

    So if they hit those buttons and their just having a really good game they get banned as well? If you intend to call someone a cheater, please get proof. Pressing a certain button on a keyboard is...
  20. Replies
    3
    Views
    1,304

    Argh...well that just makes last night seem like...

    Argh...well that just makes last night seem like such a waste. At least I had fun trying XD
  21. Replies
    3
    Views
    1,304

    Question about recursion

    A few posts down I saw a post about recursion, that looked interesting enough to try. (http://cboard.cprogramming.com/showthread.php?t=106852) The problem presented was:

    It should print its...
  22. Thread: C++ Telnet

    by tjpanda
    Replies
    8
    Views
    10,600

    When I was learning WinSock I found the MSDN...

    When I was learning WinSock I found the MSDN step-by-step walk through to be by far the most valuable resource I had. (In fact I ditched all of the tutorials I had even thought of reading because...
  23. Replies
    5
    Views
    3,274

    Ohh that's a nifty function - thanks matsp! I'll...

    Ohh that's a nifty function - thanks matsp! I'll go implement that right now.

    edit:

    That helped _a lot_ !! It's instant, it flashes a lot but it's instant! I just need to double buffer then...
  24. Replies
    5
    Views
    3,274

    Slow drawing code

    I'm using the WinAPI directly for drawing a grid, and extrapolating a 32x32 bitmap image to fit inside of that grid. (Basically, it's a zoom function with a grid-overlay.) Anyways, I've been...
  25. Replies
    4
    Views
    1,597

    Horray things are starting to work in this...

    Horray things are starting to work in this program!

    I wonder how I missed something like this though when I was originally doing it, I practically lived in MSDN for a week trying to figure it out...
Results 1 to 25 of 71
Page 1 of 3 1 2 3