Source and Sample sites

Discussion in 'Computer Science & Culture' started by Kunax, May 12, 2004.

Thread Status:
Not open for further replies.
  1. Kunax Sciforums:Reality not required Registered Senior Member

    Messages:
    2,385
    anybody got links to good website with source and samples for C ?

    Actual im looking to find out how to add a DLL to my project, in my crap programming competion with my brother, I only have 3 problems:
    1. My Coding Skill Sucks
    2. I forgot most of everything regarding coding
    3. never used dll's before

    p.s. using Dev-C++ 4.9

    edit:
    and while we are at it i could also use a resource editor
    and a forum for c/c++, win api
     
    Last edited: May 12, 2004
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. Kunax Sciforums:Reality not required Registered Senior Member

    Messages:
    2,385
    switching to VS .NET helped, I dont think the compiler in Dev-C dont likes MS Lib files, so now i use VS .NET

    Please Register or Log in to view the hidden image!



    but upon further reading i found that the ICQ API i found was to access the ICQ Client and not the ICQ service it self, so now the competesion change to make a IRC client... anybody got source/guide for making a IRC client(no freaking MFC please)
     
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. AntonK Technomage Registered Senior Member

    Messages:
    1,083
    I actually prefer Visual C++ 6.0 instead of .NET. Althought this is still a lot of bloat in 6, I find a LOT more in .NET. Plus, Im and ANSI C kind of guy so I dont really use .NET architecture or MFC or anything like that.

    If you want to make an IRC client, learn the protocol and make sure you have some TCP and UDP networking experience. If not, then you should settle for making a simple client server program first, for example, something that a simple client connects to and the server returns a random quote then disconnects. Once you've coded this, the rest is implementation details with the correct protocol.

    http://www.irchelp.org/irchelp/rfc/
     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. Kunax Sciforums:Reality not required Registered Senior Member

    Messages:
    2,385
    I know the TCP protocal and its datastructur, but not how to code it.
    My VC 6 CD is gone

    Please Register or Log in to view the hidden image!

    , that why i got VS .NET but i have deselected most of the crap, which sadly still leaves a lot of crap remaning

    Please Register or Log in to view the hidden image!

    .

    Thanks for the link i check it out tommorrow, btw what do you mean by ANSI C?
     
Thread Status:
Not open for further replies.

Share This Page