Search:

Type: Posts; User: SlimDady

Search: Search took 0.01 seconds.

  1. Thread: Chat

    by SlimDady
    Replies
    5
    Views
    1,798

    again.. winsock works in console apps..

    again.. winsock works in console apps..
  2. Thread: Chat

    by SlimDady
    Replies
    5
    Views
    1,798

    im working on one right now using winsock... ...

    im working on one right now using winsock...

    just search winsock tutorial on google..

    the hardest part with it is opening the connection between the two.. passing data is easy after there are...
  3. Replies
    2
    Views
    846

    How to use threads

    I am writing a basic server/client chat program for the console using winsock.

    Im trying to figure out how I can get it to be able to send and recieve msgs all at the same time.. I came to the...
  4. Replies
    1
    Views
    1,422

    Sending through serial port to LCD

    I just ordered an lcd a few weeks ago and want to learn how to send data through the serial port to the lcd.

    Do you have any links that ay guide me.
  5. Replies
    4
    Views
    10,449

    Time.h and GetTickCount()

    I am writing a simple little julian time conversion program this is the main function that I want to loop

    void main()
    {
    Julian Date;
    Date.GetTime();
    Date.CurrentJulianTime();
    }
  6. Thread: Network Code!

    by SlimDady
    Replies
    4
    Views
    1,148

    Network Code!

    Im preparing to work on a simple network chat program to chat over a network, somthing along the lines of irc... I was just wondering what I should use to commpunicate over the network (is there and...
  7. Replies
    6
    Views
    4,701

    //I have a header file I use.. Just name this...

    //I have a header file I use.. Just name this confx2.h

    /*
    * ConFX2.h (Advanced Textform)
    *
    * Console Effects
    *
    * Original Idea by David Piegrass
    *
    * Version 2.6 created by Johnny...
  8. Replies
    1
    Views
    1,303

    Im kinda in a hurry.. The disply of the time is...

    Im kinda in a hurry.. The disply of the time is not that hard part.. But im having problems using gettickcount() to update the display
  9. Replies
    6
    Views
    1,440

    I did somthing like that in a project a while...

    I did somthing like that in a project a while back.. used the up and down keys to move a line.. It was a selectable menue where I changed the textbackground.

    U have to know what key value the...
  10. Replies
    1
    Views
    1,303

    time.h Display time

    Umm I am working on a computer science project and im finished so I wanted to add some extra.

    How hould I go about displaying the time in this format

    Month, Day, Time h:m:s

    using time.h and...
Results 1 to 10 of 10