Search:

Type: Posts; User: mrpickle

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    2,696

    C Web Application - Cookie Management

    Greetings all,

    Im currently writing a web application in C and its going "ok" ive got my mysql support sorted out and handling GET requests but Im a little stuck in terms of cookies.

    Does...
  2. Replies
    4
    Views
    3,171

    quzah, yep i see my way is going all the way...

    quzah,

    yep i see my way is going all the way around the houses to do what your code makes very simple. I think when I tried to do it like you have, i had trouble getting my head around the use of...
  3. Replies
    8
    Views
    2,181

    Thanks for all responses, most insightful :) ...

    Thanks for all responses, most insightful :)

    Theres a few ideas to play around with here, ill experiment with them all and see what works best for what I need to do.

    Thank you :)

    mrpickle.
  4. Replies
    4
    Views
    3,171

    Thanks for reply. OK so technically the only...

    Thanks for reply.

    OK so technically the only thing im doing wrong is not setting the pointers to NULL after ive free'd them?

    Reason I ask is because I keep getting random segfaults with...
  5. Replies
    4
    Views
    3,171

    Freeing Linked Lists

    Greetings all,

    Im getting confused about linked lists and wonder if someone can clear it up for me.

    Say i have a simple linked list structured like this :


    typedef struct sockets...
  6. Replies
    8
    Views
    2,181

    Thanks for the response. OK well i will stick...

    Thanks for the response.

    OK well i will stick with that method and see how I get on.

    Just a couple of questions.. When you say "changing over to something more compact if need be." what other...
  7. Replies
    8
    Views
    2,181

    Writing a "Protocol" - Stumped.

    hello,

    been trying to figure out the best way to do this for a while and have tried the web but cant seem to find a definate answer.

    with a client / server scenario I need to create some kind...
  8. Replies
    5
    Views
    2,009

    hello, firstly sorry for the double post...

    hello,

    firstly sorry for the double post yesterday I had problems accessing the site. ok well i couldnt use lefence as my compiler claimed /usr/bin/ld: cannot find -lefence. Anyway I downloaded...
  9. Replies
    5
    Views
    2,009

    Seg Faults at Random

    hello,

    I know this is a longshot and unfortunately I cant provide too much information but in the past the people of this board have helped me out so I hoping maybe someone could give me some...
  10. Thread: My Mud

    by mrpickle
    Replies
    8
    Views
    3,172

    Hi all, Thanks for all your suggestions, I...

    Hi all,

    Thanks for all your suggestions, I think i will experiment with the "tick" concept as it seems a little easier than the thread concept. One thing I have realised since reading these...
  11. Replies
    27
    Views
    7,146

    Where will programming be in 30 years ?

    Hello,

    I was just wondering where you all feel programming will be in the next 30 years or at any point in the future.

    Could everything be OO or perhaps a new concept? I wonder if C will...
  12. Thread: My Mud

    by mrpickle
    Replies
    8
    Views
    3,172

    My Mud

    Is pretty much a disaster zone at the moment and its not really code issues im having problems with its more Concept issues.

    This post could really fit into Network Board, Game Board and Linux...
  13. Replies
    12
    Views
    2,053

    Thanks for all the responses, I looked into what...

    Thanks for all the responses, I looked into what you had all said and went with the _beginthread method, further below is my code which now works as whilst in the loop you can press a North button...
  14. Replies
    12
    Views
    2,053

    Windows Messages Queuing Up Whilst Looping

    Hello,

    Im pretty convinced that I know the cause of my problem but wanted to clarify it with you guys and hope you could offer some advice as to a fix..

    Im writing a little RPG based on a...
  15. Replies
    1
    Views
    1,148

    Nevermind ive found out now its FlashWindow()...

    Nevermind ive found out now its

    FlashWindow()

    I need to use.

    Sorry !

    Mr Pickle
  16. Replies
    1
    Views
    1,148

    Highlight Minimized Window on an Event

    Hello,

    Ive searched this forum and google for an answer to this but I cant seem to find too much perhaps my terminilogy is wrong.

    I have a dilaog box which acts like a Mud Client, what I...
  17. Replies
    3
    Views
    2,157

    Thanks dbgt goten, I think MySQL is the best way...

    Thanks dbgt goten, I think MySQL is the best way to go then, ive designed a few databases in the past so I reckon that would be an easier method for me to use.

    The table layout looks like a good...
  18. Replies
    3
    Views
    2,157

    MUD Concept Question

    Hello,

    Sorry for the vague Subject but i wasnt sure exactly what to use anyway ill get straight to the point.

    Ive created a windows gui in C++ using Asynchronous Sockets and a select based...
  19. Replies
    6
    Views
    1,979

    Thank you very much :)

    Thank you very much :)
  20. Replies
    6
    Views
    1,979

    Thanks for your replies and I follow what you are...

    Thanks for your replies and I follow what you are saying however im looking to do this with structure names.

    for example.




    struct enemy
    {
    char name[50];
  21. Replies
    6
    Views
    1,979

    Variable Names based on Variable Values

    greetings,

    i wasnt to sure what to name the subject but what im trying to do is basically display variables based on the value of another variable. consider this...

    char Name1[10] = "Test1";...
Results 1 to 21 of 22