Search:

Type: Posts; User: unkownname

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    853

    so what should i do?

    so what should i do?
  2. Replies
    4
    Views
    853

    Loading 2 dll troubles

    I have been trying to load up 2 dll files under the following names.

    #include "gamedll/gamedll.h"
    #include "gamefunc/gamefunc.h"

    But for some reason the files are conflicting with each other I...
  3. Replies
    7
    Views
    3,283

    Damn bro your awsome I knew it needed something...

    Damn bro your awsome I knew it needed something like that but I didnt know how it should be done thanks it works great now ty for all your all everyone who posted i really appreciate the time you...
  4. Replies
    7
    Views
    3,283

    Im sending the value like so,...

    Im sending the value like so,
    INFO->username="dynamic name"; //The name is done through the buffer and it is setting it right heres the problem to every detail.

    1:) when you connect it saves your...
  5. Replies
    7
    Views
    3,283

    the code itself is not meant to compile sorry :(...

    the code itself is not meant to compile sorry :( I took alot of the included code that have nothing really to do with the actually set.

    Can you answer me this though.

    How you were saying I need...
  6. Replies
    7
    Views
    3,283

    Non-Blocking Server help.

    Hello everyone, havent been here in a long time it seems php got the better of me lol.

    Well I've been working on a server for a while and stuff and have a struct that contains userinformation but...
  7. Replies
    6
    Views
    3,388

    Actually I got this working after looking it up I...

    Actually I got this working after looking it up I dont like strings so I went to see how to change String to char and found something and got that fixed. Now for all those that were wondering why no...
  8. Replies
    6
    Views
    3,388

    chill out dude I have done that it just dosent go...

    chill out dude I have done that it just dosent go into the struct I get an error but when i output it using "cout" it displays the username correctly.
  9. Replies
    6
    Views
    3,388

    Non-Blocking Sockets

    Hey all I need some help with setting information.

    I receive data from client then I process it but for some reason when I get their username from a string. And Set a struct variable to keep it,...
  10. Replies
    5
    Views
    1,168

    you can make an int array like int neg[256];...

    you can make an int array like

    int neg[256];
    int pos[256]

    when its a negative.
    affter parsing the negative number do this.

    neg[ncount]=n;
  11. Replies
    3
    Views
    1,710

    Try this. go here for more info....

    Try this.



    go here for more info.
    http://www.catch22.net/tuts/tips.asp#EditColour
  12. Replies
    41
    Views
    6,250

    I recently made a GUI helper dll. Right now it...

    I recently made a GUI helper dll.
    Right now it has functions to.
    Make Windows
    Add Text Area's
    Add Text Input Areas
    Buttons
    MsgBox's
    Its basic but it make it a bit faster pm if anyone wants...
  13. Thread: Code Check.

    by unkownname
    Replies
    2
    Views
    868

    Dammit i didnt see what actually was wrong... I...

    Dammit i didnt see what actually was wrong... I got that after I changed what i Had before which is what you just posted. I declared different names same number muahaha Im an ediot thanks anyway.
  14. Thread: memory leak

    by unkownname
    Replies
    12
    Views
    1,677

    http://www.bloodshed.net/

    http://www.bloodshed.net/
  15. Thread: memory leak

    by unkownname
    Replies
    12
    Views
    1,677

    Try Using DevC++ its a GUI for mingw

    Try Using DevC++ its a GUI for mingw
  16. Thread: Code Check.

    by unkownname
    Replies
    2
    Views
    868

    Code Check.

    Hey all Im working this project and Im using buttons and they've always givin me this problem could you tell me whats wrong with the following code. Because even though they are different buttons...
  17. Replies
    5
    Views
    1,917

    Oh Alright it was just a shot I never tried it...

    Oh Alright it was just a shot I never tried it out.
  18. Replies
    5
    Views
    1,917

    Try this. char holder[MAX_PATH]; float...

    Try this.


    char holder[MAX_PATH];
    float i=//Make it equal what ever you want to scientfic notation.//
    sprintf(holder,"%E",i);
    //Also you can make the E small doing this....
  19. See they keep saying use && because its good...

    See they keep saying use && because its good programming practice and would sometimes bail half way out and you might get something wrong outputed.
  20. Replies
    21
    Views
    4,754

    Are you guys kidding me Dude Get off this topic...

    Are you guys kidding me Dude Get off this topic It dosent take that long to learn something maybe you to but not to me so damn If you guys have any dignaty get off my back.
  21. Replies
    21
    Views
    4,754

    Dude Were chaning the post Stop adding offtopic...

    Dude Were chaning the post Stop adding offtopic their is no point I said I understood and I figured out difference long time ago gezz your old man.
  22. Replies
    21
    Views
    4,754

    Damn that takes that reason out of the park...

    Damn that takes that reason out of the park thanks that gave me a bit more understanding wy its illegal I guess I learend something new over something else lol.
  23. Replies
    21
    Views
    4,754

    Alright I get your point it just seemed to work...

    Alright I get your point it just seemed to work Dont get all flamy at me. your forgetting the reason for this post.

    One more thing I know its illegal first of all But its being decalred after it...
  24. Replies
    21
    Views
    4,754

    oh didnt see the at least on one c++ compiler And...

    oh didnt see the at least on one c++ compiler And I know devc++ is just a GUI for gcc c++ compiler.
  25. Replies
    21
    Views
    4,754

    Are you sure of that? Like really sure Because I...

    Are you sure of that? Like really sure Because I tried it out on DevC++ and it worked.
Results 1 to 25 of 36
Page 1 of 2 1 2